aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactored code to be style compliant and mostly statically typed with mypyLouis Burda2021-07-028-523/+567
* refactor for enochecker3Louis Burda2021-06-305-655/+761
* update motd for actual serviceLouis Burda2021-06-301-2/+2
* add new havoc which uploads stl models with real objects in them for fluffLouis Burda2021-06-3019-15/+3949
* check hash format and added more checks to returned stlinfoLouis Burda2021-06-261-11/+44
* updated documentation of hash preimage generationLouis Burda2021-06-261-6/+8
* add checking of returned stl info in test_good_upload havocsLouis Burda2021-06-265-16/+93
* fixed many inappropriate uses of EnoException to BrokenServiceExceptionLouis Burda2021-06-251-19/+19
* updated documentationLouis Burda2021-06-251-72/+22
* large refactor of checker, added more havocs to test listing and search, adde...Louis Burda2021-06-2515-278/+503
* improve checker exploit runtime slightlyLouis Burda2021-06-251-13/+7
* fix free() of potentially uninitialized pointer and minor refactors in serviceLouis Burda2021-06-258-98/+102
* refactored code for readability and keeping within 80ch limit, updated servic...Louis Burda2021-06-249-213/+293
* added more randomness to whitespace in ascii fileLouis Burda2021-06-241-1/+1
* add more havocs to test stl parsingLouis Burda2021-06-247-112/+155
* added ability to request mulitple files in search without restartingLouis Burda2021-06-243-130/+157
* bumped enochecker to handle closed connections correctly, fixed added code th...Louis Burda2021-06-244-8/+12
* various fixes made while stress-testing exploitLouis Burda2021-06-2410-117/+170
* Merge pull request #37 from Sinitax/mainLouis Burda2021-06-232-7/+29
|\
| * fix docker-compose version and add proc limits to containersLouis Burda2021-06-232-7/+29
|/
* change docker-compose.yml version to 2 (#35)ldruschk2021-06-212-4/+4
* improve checker test logging from failsLouis Burda2021-06-211-7/+15
* added nodelay to socat socket optionsLouis Burda2021-06-211-3/+2
* Merge pull request #34 from Sinitax/mainLouis Burda2021-06-212-1/+3
|\
| * add memory limits to docker-composeLouis Burda2021-06-212-1/+3
|/
* change gunicorn conf to fight memory consumption via leak by restarting perio...Louis Burda2021-06-212-5/+8
* add variant to remote request to enocheckerLouis Burda2021-06-211-1/+1
* src: small tweak for readabilityLouis Burda2021-06-191-6/+4
* test script: clean data directory with env var flag instead of every reqLouis Burda2021-06-151-7/+3
* added simple upload script to service files to help newer players and give ex...Louis Burda2021-06-151-0/+14
* add service overview slidesLouis Burda2021-06-1512-0/+884
* mhash: fix empty input string problem with division by 0Louis Burda2021-06-143-1/+2
* fixed exploits in checker, added code for enochecker_testLouis Burda2021-06-113-12/+54
* Merge pull request #25 from enowars/enochecker-testLouis Burda2021-06-101-0/+47
|\
| * add enochecker_test CILucas Druschke2021-06-101-0/+47
* | improved loggingLouis Burda2021-06-101-22/+14
* | pass hashstr to revhash more securelyLouis Burda2021-06-101-1/+1
* | added code to stress-test of service and search for memory leaksLouis Burda2021-06-104-13/+171
|/
* bump checker version to one that support forwarding args to flaskLouis Burda2021-06-102-2/+3
* set ulimit for coredump to 0 so no dumps are createdLouis Burda2021-06-101-0/+4
* bump enochecker version to commit with fix for docstring assignmentLouis Burda2021-06-091-1/+1
* bump enochecker to commit with timeout checksLouis Burda2021-06-091-2/+3
* increased service timeout to 3 minLouis Burda2021-06-091-1/+1
* fix dump() command extra newline, added new welcome messageLouis Burda2021-06-096-6/+16
* improved comments in checker code, fixed possible INTERNAL_ERROR when parsing...Louis Burda2021-06-081-36/+46
* added debugging to checker to find what is consuming memory on testvmLouis Burda2021-06-081-0/+14
* added mention of tests folder to overviewLouis Burda2021-06-021-0/+2
* removed exploits from test script since already available in checkerLouis Burda2021-06-023-77/+1
* improved main README overviewLouis Burda2021-06-021-5/+8
* apply patches through PATCHED=1 env var during cleansrcLouis Burda2021-06-025-47/+25