aboutsummaryrefslogtreecommitdiffstats
path: root/service
Commit message (Expand)AuthorAgeFilesLines
* change checker name to lowercase, only cleanup every 13 min since 11 round pe...Louis Burda2021-07-051-2/+2
* 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-301-1/+1
* add checking of returned stl info in test_good_upload havocsLouis Burda2021-06-261-1/+1
* large refactor of checker, added more havocs to test listing and search, adde...Louis Burda2021-06-256-32/+71
* fix free() of potentially uninitialized pointer and minor refactors in serviceLouis Burda2021-06-253-48/+50
* refactored code for readability and keeping within 80ch limit, updated servic...Louis Burda2021-06-244-106/+146
* add more havocs to test stl parsingLouis Burda2021-06-243-31/+39
* added ability to request mulitple files in search without restartingLouis Burda2021-06-241-52/+69
* bumped enochecker to handle closed connections correctly, fixed added code th...Louis Burda2021-06-241-3/+5
* various fixes made while stress-testing exploitLouis Burda2021-06-243-43/+59
* fix docker-compose version and add proc limits to containersLouis Burda2021-06-231-1/+6
* change docker-compose.yml version to 2 (#35)ldruschk2021-06-211-2/+2
* added nodelay to socat socket optionsLouis Burda2021-06-211-3/+2
* add memory limits to docker-composeLouis Burda2021-06-211-0/+1
* added simple upload script to service files to help newer players and give ex...Louis Burda2021-06-151-0/+14
* mhash: fix empty input string problem with division by 0Louis Burda2021-06-142-1/+1
* fixed exploits in checker, added code for enochecker_testLouis Burda2021-06-111-0/+1
* set ulimit for coredump to 0 so no dumps are createdLouis Burda2021-06-101-0/+4
* increased service timeout to 3 minLouis Burda2021-06-091-1/+1
* fix dump() command extra newline, added new welcome messageLouis Burda2021-06-093-3/+8
* apply patches through PATCHED=1 env var during cleansrcLouis Burda2021-06-021-0/+1
* fix using both byte and string authstr in checker's do_auth, checked in empty...Louis Burda2021-05-312-1/+2
* changed repo structure and commited releease files such that default docker-c...Louis Burda2021-05-2923-399/+21
* bumped enochecker and implemented exploits with minor tweaks to sourceLouis Burda2021-05-273-10/+24
* change port numbers for checker and service for no collisionsLouis Burda2021-05-251-1/+1
* added test command for upload custom file, various smaller changes, fixed flo...Louis Burda2021-05-234-6/+48
* fix permissions on docker container, clean up checker code a littleLouis Burda2021-05-222-4/+1
* fix for 17e3bc8 breaking ascii kwarg parsingLouis Burda2021-05-221-7/+7
* consider matching of terminator in strchr callsLouis Burda2021-05-222-12/+18
* missing changes for last commitLouis Burda2021-05-212-1/+2
* minor fixes: container script perms, missing free for resultdir alloc, show a...Louis Burda2021-05-201-2/+2
* fixed checker havocid to be compatible with where they were used without trig...Louis Burda2021-05-201-1/+2
* implemented rest of checker functionalityLouis Burda2021-05-208-11/+37
* fixed flagstore patch targets and added temp file for keeping track of safe b...Louis Burda2021-05-195-12/+13
* added patches for fixing each flagstoreLouis Burda2021-05-192-0/+32
* added permium users, second vuln and minor fixes all aroundLouis Burda2021-05-198-127/+277
* refactored service structure and added do.sh for automationLouis Burda2021-05-1916-2/+65
* enhanced checker functionality and minor changes / fixes in documentation and...Louis Burda2021-05-195-6/+9
* seperated modelname and solidname handlingLouis Burda2021-05-188-41/+62
* added basic checker flag and noise commands, still very basic, needs randomiz...Louis Burda2021-05-173-4/+4
* renamed to STLDoctorLouis Burda2021-05-175-8/+8
* add data dir with .keepLouis Burda2021-05-132-0/+1
* added cleanup script, improved poc test, addec echo for debugging and small f...Louis Burda2021-05-1310-21/+121
* made docker setup more stable + small fixesLouis Burda2021-05-113-5/+12
* fixed PoC test caseLouis Burda2021-05-101-1/+0
* fixed hash parsing from info file and only query non-hidden dirs in standard ...Louis Burda2021-05-103-9/+27
* extended query function to load file info, added poc testLouis Burda2021-05-106-120/+197
* save scan info and model, added vuln in load info, small tweaksLouis Burda2021-05-109-81/+220
* added bounding box calculationLouis Burda2021-05-093-10/+32