aboutsummaryrefslogtreecommitdiffstats
path: root/service/src
Commit message (Collapse)AuthorAgeFilesLines
* fix fmtstr resulting size checkLouis Burda2021-07-081-1/+1
|
* added script to host service locally on port for easier memory leak ↵Louis Burda2021-07-083-36/+60
| | | | | | debugging and checking in/out/stderr, also made file locking / unlocking less racey now flush locks after acquiring and before unlocking
* added attackinfo and fixed other issuesLouis Burda2021-07-081-33/+25
|
* stash before adding attack_info for fixing exploit variant 2Louis Burda2021-07-071-33/+60
|
* added .index file for upload and searchLouis Burda2021-07-072-50/+72
|
* minimized service dependencies in Dockerfile, fixed STL parsing of files ↵Louis Burda2021-07-071-1/+1
| | | | with no solidname after endsolid
* add logging and abstract read / write in session classLouis Burda2021-07-061-1/+1
|
* 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, ↵Louis Burda2021-06-256-32/+71
| | | | added motd to service welcome banner
* 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 ↵Louis Burda2021-06-244-106/+146
| | | | service source
* add more havocs to test stl parsingLouis Burda2021-06-242-30/+38
|
* 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 ↵Louis Burda2021-06-241-3/+5
| | | | that prevented exploiting flagstore 2
* various fixes made while stress-testing exploitLouis Burda2021-06-242-42/+58
|
* 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
|
* fix dump() command extra newline, added new welcome messageLouis Burda2021-06-093-3/+8
|
* changed repo structure and commited releease files such that default ↵Louis Burda2021-05-299-61/+20
| | | | docker-compose worklow commands work in testvm
* bumped enochecker and implemented exploits with minor tweaks to sourceLouis Burda2021-05-272-9/+23
|
* added test command for upload custom file, various smaller changes, fixed ↵Louis Burda2021-05-232-1/+15
| | | | float little-endian loading
* 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-211-0/+1
|
* fixed checker havocid to be compatible with where they were used without ↵Louis Burda2021-05-201-1/+2
| | | | triggering exploits
* implemented rest of checker functionalityLouis Burda2021-05-201-4/+10
|
* fixed flagstore patch targets and added temp file for keeping track of safe ↵Louis Burda2021-05-193-9/+4
| | | | builds without recompiling each run
* added patches for fixing each flagstoreLouis Burda2021-05-192-0/+32
|
* added permium users, second vuln and minor fixes all aroundLouis Burda2021-05-195-80/+167
|
* refactored service structure and added do.sh for automationLouis Burda2021-05-196-162/+1
|
* enhanced checker functionality and minor changes / fixes in documentation ↵Louis Burda2021-05-194-6/+9
| | | | and src
* seperated modelname and solidname handlingLouis Burda2021-05-187-41/+62
|
* added basic checker flag and noise commands, still very basic, needs ↵Louis Burda2021-05-172-3/+3
| | | | randomization and havoc
* renamed to STLDoctorLouis Burda2021-05-175-8/+8
|
* added cleanup script, improved poc test, addec echo for debugging and small ↵Louis Burda2021-05-136-13/+89
| | | | fixes
* made docker setup more stable + small fixesLouis Burda2021-05-112-3/+7
|
* 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
| | | | user mode
* 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
| | | | create result directory with serialized info struct and model file after successful scan, dont modify the stl file contents during parsing, EOF getc vuln to truncate loaded hash added in load_info
* added bounding box calculationLouis Burda2021-05-093-10/+32
|
* save hash statically, added file info output, improved error strings and ↵Louis Burda2021-05-097-40/+90
| | | | minor fixes
* further improved parsing and related testsLouis Burda2021-05-047-65/+152
|
* improved parsing for ascii stl and added sample file for testingLouis Burda2021-05-036-36/+95
|
* fixed Makefile and extended ascii parsing structureLouis Burda2021-04-293-7/+69
|
* very basic binary file parsing and skeleton for state-machine based parsing ↵Louis Burda2021-04-295-93/+235
| | | | of ascii format
* basic service structure and docker setupLouis Burda2021-04-296-39/+213
|
* added sample service templates, basic service outline and moved service info ↵Louis Burda2021-04-286-0/+161
to documentation dir