| Commit message (Expand) | Author | Age | Files | Lines |
| * | updated service upload script | Louis Burda | 2021-07-09 | 1 | -1/+2 |
| * | use usual random ids for modelname and solidname in havoc 15, various smaller... | Louis Burda | 2021-07-08 | 3 | -6/+3 |
| * | make ncat invocation easier to understand and fix listen port | Louis Burda | 2021-07-08 | 2 | -2/+3 |
| * | replaced socat with ncat and small fixes | Louis Burda | 2021-07-08 | 3 | -6/+5 |
| * | add authorization check to list as well so that second exploit cant be used f... | Louis Burda | 2021-07-08 | 1 | -1/+9 |
| * | fix fmtstr resulting size check | Louis Burda | 2021-07-08 | 1 | -1/+1 |
| * | added script to host service locally on port for easier memory leak debugging... | Louis Burda | 2021-07-08 | 3 | -36/+60 |
| * | dont remove index files in cleaner if empty | Louis Burda | 2021-07-08 | 1 | -6/+1 |
| * | run only one cleaner for main dir | Louis Burda | 2021-07-08 | 1 | -5/+0 |
| * | remove cleaner in Makefile clean without error if it doesnt exist | Louis Burda | 2021-07-08 | 1 | -1/+1 |
| * | added attackinfo and fixed other issues | Louis Burda | 2021-07-08 | 1 | -33/+25 |
| * | stash before adding attack_info for fixing exploit variant 2 | Louis Burda | 2021-07-07 | 7 | -65/+243 |
| * | added .index file for upload and search | Louis Burda | 2021-07-07 | 2 | -50/+72 |
| * | minimized service dependencies in Dockerfile, fixed STL parsing of files with... | Louis Burda | 2021-07-07 | 2 | -2/+3 |
| * | add logging and abstract read / write in session class | Louis Burda | 2021-07-06 | 1 | -1/+1 |
| * | added dockerignore to service for rebuilding in production | Louis Burda | 2021-07-05 | 1 | -0/+1 |
| * | change checker name to lowercase, only cleanup every 13 min since 11 round pe... | Louis Burda | 2021-07-05 | 1 | -2/+2 |
| * | update motd for actual service | Louis Burda | 2021-06-30 | 1 | -2/+2 |
| * | add new havoc which uploads stl models with real objects in them for fluff | Louis Burda | 2021-06-30 | 1 | -1/+1 |
| * | add checking of returned stl info in test_good_upload havocs | Louis Burda | 2021-06-26 | 1 | -1/+1 |
| * | large refactor of checker, added more havocs to test listing and search, adde... | Louis Burda | 2021-06-25 | 6 | -32/+71 |
| * | fix free() of potentially uninitialized pointer and minor refactors in service | Louis Burda | 2021-06-25 | 3 | -48/+50 |
| * | refactored code for readability and keeping within 80ch limit, updated servic... | Louis Burda | 2021-06-24 | 4 | -106/+146 |
| * | add more havocs to test stl parsing | Louis Burda | 2021-06-24 | 3 | -31/+39 |
| * | added ability to request mulitple files in search without restarting | Louis Burda | 2021-06-24 | 1 | -52/+69 |
| * | bumped enochecker to handle closed connections correctly, fixed added code th... | Louis Burda | 2021-06-24 | 1 | -3/+5 |
| * | various fixes made while stress-testing exploit | Louis Burda | 2021-06-24 | 3 | -43/+59 |
| * | fix docker-compose version and add proc limits to containers | Louis Burda | 2021-06-23 | 1 | -1/+6 |
| * | change docker-compose.yml version to 2 (#35) | ldruschk | 2021-06-21 | 1 | -2/+2 |
| * | added nodelay to socat socket options | Louis Burda | 2021-06-21 | 1 | -3/+2 |
| * | add memory limits to docker-compose | Louis Burda | 2021-06-21 | 1 | -0/+1 |
| * | added simple upload script to service files to help newer players and give ex... | Louis Burda | 2021-06-15 | 1 | -0/+14 |
| * | mhash: fix empty input string problem with division by 0 | Louis Burda | 2021-06-14 | 2 | -1/+1 |
| * | fixed exploits in checker, added code for enochecker_test | Louis Burda | 2021-06-11 | 1 | -0/+1 |
| * | set ulimit for coredump to 0 so no dumps are created | Louis Burda | 2021-06-10 | 1 | -0/+4 |
| * | increased service timeout to 3 min | Louis Burda | 2021-06-09 | 1 | -1/+1 |
| * | fix dump() command extra newline, added new welcome message | Louis Burda | 2021-06-09 | 3 | -3/+8 |
| * | apply patches through PATCHED=1 env var during cleansrc | 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 | 2 | -1/+2 |
| * | changed repo structure and commited releease files such that default docker-c... | Louis Burda | 2021-05-29 | 23 | -399/+21 |
| * | bumped enochecker and implemented exploits with minor tweaks to source | Louis Burda | 2021-05-27 | 3 | -10/+24 |
| * | change port numbers for checker and service for no collisions | Louis Burda | 2021-05-25 | 1 | -1/+1 |
| * | added test command for upload custom file, various smaller changes, fixed flo... | Louis Burda | 2021-05-23 | 4 | -6/+48 |
| * | fix permissions on docker container, clean up checker code a little | Louis Burda | 2021-05-22 | 2 | -4/+1 |
| * | fix for 17e3bc8 breaking ascii kwarg parsing | Louis Burda | 2021-05-22 | 1 | -7/+7 |
| * | consider matching of terminator in strchr calls | Louis Burda | 2021-05-22 | 2 | -12/+18 |
| * | missing changes for last commit | Louis Burda | 2021-05-21 | 2 | -1/+2 |
| * | minor fixes: container script perms, missing free for resultdir alloc, show a... | Louis Burda | 2021-05-20 | 1 | -2/+2 |
| * | fixed checker havocid to be compatible with where they were used without trig... | Louis Burda | 2021-05-20 | 1 | -1/+2 |
| * | implemented rest of checker functionality | Louis Burda | 2021-05-20 | 8 | -11/+37 |