| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactored code to be style compliant and mostly statically typed with mypy | Louis Burda | 2021-07-02 | 8 | -523/+567 |
| * | refactor for enochecker3 | Louis Burda | 2021-06-30 | 5 | -655/+761 |
| * | add new havoc which uploads stl models with real objects in them for fluff | Louis Burda | 2021-06-30 | 16 | -11/+3945 |
| * | check hash format and added more checks to returned stlinfo | Louis Burda | 2021-06-26 | 1 | -11/+44 |
| * | add checking of returned stl info in test_good_upload havocs | Louis Burda | 2021-06-26 | 2 | -10/+87 |
| * | fixed many inappropriate uses of EnoException to BrokenServiceException | Louis Burda | 2021-06-25 | 1 | -19/+19 |
| * | large refactor of checker, added more havocs to test listing and search, adde... | Louis Burda | 2021-06-25 | 3 | -214/+360 |
| * | improve checker exploit runtime slightly | Louis Burda | 2021-06-25 | 1 | -13/+7 |
| * | fix free() of potentially uninitialized pointer and minor refactors in service | Louis Burda | 2021-06-25 | 2 | -2/+2 |
| * | added more randomness to whitespace in ascii file | Louis Burda | 2021-06-24 | 1 | -1/+1 |
| * | add more havocs to test stl parsing | Louis Burda | 2021-06-24 | 2 | -51/+78 |
| * | added ability to request mulitple files in search without restarting | Louis Burda | 2021-06-24 | 1 | -26/+19 |
| * | bumped enochecker to handle closed connections correctly, fixed added code th... | Louis Burda | 2021-06-24 | 2 | -2/+2 |
| * | various fixes made while stress-testing exploit | Louis Burda | 2021-06-24 | 4 | -33/+57 |
| * | fix docker-compose version and add proc limits to containers | Louis Burda | 2021-06-23 | 1 | -6/+23 |
| * | change docker-compose.yml version to 2 (#35) | ldruschk | 2021-06-21 | 1 | -2/+2 |
| * | improve checker test logging from fails | Louis Burda | 2021-06-21 | 1 | -7/+15 |
| * | add memory limits to docker-compose | Louis Burda | 2021-06-21 | 1 | -1/+2 |
| * | change gunicorn conf to fight memory consumption via leak by restarting perio... | Louis Burda | 2021-06-21 | 2 | -5/+8 |
| * | add variant to remote request to enochecker | Louis Burda | 2021-06-21 | 1 | -1/+1 |
| * | fixed exploits in checker, added code for enochecker_test | Louis Burda | 2021-06-11 | 1 | -10/+17 |
| * | improved logging | Louis Burda | 2021-06-10 | 1 | -22/+14 |
| * | pass hashstr to revhash more securely | Louis Burda | 2021-06-10 | 1 | -1/+1 |
| * | added code to stress-test of service and search for memory leaks | Louis Burda | 2021-06-10 | 4 | -13/+171 |
| * | bump checker version to one that support forwarding args to flask | Louis Burda | 2021-06-10 | 2 | -2/+3 |
| * | bump enochecker version to commit with fix for docstring assignment | Louis Burda | 2021-06-09 | 1 | -1/+1 |
| * | bump enochecker to commit with timeout checks | Louis Burda | 2021-06-09 | 1 | -2/+3 |
| * | improved comments in checker code, fixed possible INTERNAL_ERROR when parsing... | Louis Burda | 2021-06-08 | 1 | -36/+46 |
| * | added debugging to checker to find what is consuming memory on testvm | Louis Burda | 2021-06-08 | 1 | -0/+14 |
| * | removed exploits from test script since already available in checker | Louis Burda | 2021-06-02 | 1 | -0/+1 |
| * | fix using both byte and string authstr in checker's do_auth, checked in empty... | Louis Burda | 2021-05-31 | 1 | -2/+2 |
| * | fix bug in revhash that generated false preimages | Louis Burda | 2021-05-31 | 1 | -14/+22 |
| * | fixed do_auth receiving ID | Louis Burda | 2021-05-31 | 1 | -2/+2 |
| * | fix checker do_auth, add hashing to revhash for comparing | Louis Burda | 2021-05-31 | 2 | -9/+43 |
| * | checker fixes, improvements to postdb | Louis Burda | 2021-05-31 | 2 | -11/+16 |
| * | bump enochecker to 0.4.2 | Louis Burda | 2021-05-31 | 1 | -2/+1 |
| * | checker: replaced pwntools in self.openconn hotfix with self.connect | Louis Burda | 2021-05-27 | 1 | -18/+12 |
| * | bumped enochecker and implemented exploits with minor tweaks to source | Louis Burda | 2021-05-27 | 8 | -75/+264 |
| * | change port numbers for checker and service for no collisions | Louis Burda | 2021-05-25 | 1 | -1/+1 |
| * | fix permissions on docker container, clean up checker code a little | Louis Burda | 2021-05-22 | 1 | -12/+12 |
| * | refactored checker a little | Louis Burda | 2021-05-22 | 2 | -12/+12 |
| * | fixed catching wrong exception in querydb | Louis Burda | 2021-05-21 | 1 | -1/+1 |
| * | fixed checker havocid to be compatible with where they were used without trig... | Louis Burda | 2021-05-20 | 1 | -18/+17 |
| * | implemented rest of checker functionality | Louis Burda | 2021-05-20 | 4 | -102/+237 |
| * | enhanced checker functionality and minor changes / fixes in documentation and... | Louis Burda | 2021-05-19 | 2 | -118/+118 |
| * | added basic checker flag and noise commands, still very basic, needs randomiz... | Louis Burda | 2021-05-17 | 7 | -281/+139 |
| * | added sample service templates, basic service outline and moved service info ... | Louis Burda | 2021-04-28 | 6 | -0/+457 |