| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -1/+1 |
| * | add logging and abstract read / write in session class | Louis Burda | 2021-07-06 | 1 | -1/+1 |
| * | 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 | 2 | -30/+38 |
| * | 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 | 2 | -42/+58 |
| * | 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 |
| * | fix dump() command extra newline, added new welcome message | Louis Burda | 2021-06-09 | 3 | -3/+8 |
| * | changed repo structure and commited releease files such that default docker-c... | Louis Burda | 2021-05-29 | 9 | -61/+20 |
| * | bumped enochecker and implemented exploits with minor tweaks to source | Louis Burda | 2021-05-27 | 2 | -9/+23 |
| * | added test command for upload custom file, various smaller changes, fixed flo... | Louis Burda | 2021-05-23 | 2 | -1/+15 |
| * | 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 | 1 | -0/+1 |
| * | 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 | 1 | -4/+10 |
| * | fixed flagstore patch targets and added temp file for keeping track of safe b... | Louis Burda | 2021-05-19 | 3 | -9/+4 |
| * | added patches for fixing each flagstore | Louis Burda | 2021-05-19 | 2 | -0/+32 |
| * | added permium users, second vuln and minor fixes all around | Louis Burda | 2021-05-19 | 5 | -80/+167 |
| * | refactored service structure and added do.sh for automation | Louis Burda | 2021-05-19 | 6 | -162/+1 |
| * | enhanced checker functionality and minor changes / fixes in documentation and... | Louis Burda | 2021-05-19 | 4 | -6/+9 |
| * | seperated modelname and solidname handling | Louis Burda | 2021-05-18 | 7 | -41/+62 |
| * | added basic checker flag and noise commands, still very basic, needs randomiz... | Louis Burda | 2021-05-17 | 2 | -3/+3 |
| * | renamed to STLDoctor | Louis Burda | 2021-05-17 | 5 | -8/+8 |
| * | added cleanup script, improved poc test, addec echo for debugging and small f... | Louis Burda | 2021-05-13 | 6 | -13/+89 |
| * | made docker setup more stable + small fixes | Louis Burda | 2021-05-11 | 2 | -3/+7 |
| * | fixed PoC test case | Louis Burda | 2021-05-10 | 1 | -1/+0 |
| * | fixed hash parsing from info file and only query non-hidden dirs in standard ... | Louis Burda | 2021-05-10 | 3 | -9/+27 |
| * | extended query function to load file info, added poc test | Louis Burda | 2021-05-10 | 6 | -120/+197 |
| * | save scan info and model, added vuln in load info, small tweaks | Louis Burda | 2021-05-10 | 9 | -81/+220 |
| * | added bounding box calculation | Louis Burda | 2021-05-09 | 3 | -10/+32 |
| * | save hash statically, added file info output, improved error strings and mino... | Louis Burda | 2021-05-09 | 7 | -40/+90 |
| * | further improved parsing and related tests | Louis Burda | 2021-05-04 | 7 | -65/+152 |
| * | improved parsing for ascii stl and added sample file for testing | Louis Burda | 2021-05-03 | 6 | -36/+95 |
| * | fixed Makefile and extended ascii parsing structure | Louis Burda | 2021-04-29 | 3 | -7/+69 |
| * | very basic binary file parsing and skeleton for state-machine based parsing o... | Louis Burda | 2021-04-29 | 5 | -93/+235 |
| * | basic service structure and docker setup | Louis Burda | 2021-04-29 | 6 | -39/+213 |
| * | added sample service templates, basic service outline and moved service info ... | Louis Burda | 2021-04-28 | 6 | -0/+161 |