aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* various improvements to logging and performanceLouis Burda2021-07-091-0/+10
| | | | added service timeout (180s), improved debug logging, moved persistence checking havocs into single noise by selecting randomly which type of stl to upload (still check correctness of parsing of any type in havocs)
* use usual random ids for modelname and solidname in havoc 15, various ↵Louis Burda2021-07-081-4/+1
| | | | smaller fixes
* add authorization check to list as well so that second exploit cant be used ↵Louis Burda2021-07-081-2/+10
| | | | for first flagstore
* 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-082-27/+40
| | | | | | debugging and checking in/out/stderr, also made file locking / unlocking less racey now flush locks after acquiring and before unlocking
* made stl parsing more robus by checking parent for each layer, added ↵Louis Burda2021-07-081-9/+20
| | | | installation of normal checker requirements for linting check
* 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/+76
|
* 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
|
* add new havoc which uploads stl models with real objects in them for fluffLouis Burda2021-06-302-3/+3
|
* 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/+72
| | | | 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-40/+53
|
* src: small tweak for readabilityLouis Burda2021-06-191-6/+4
|
* mhash: fix empty input string problem with division by 0Louis Burda2021-06-141-0/+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-022-9/+6
|
* changed repo structure and commited releease files such that default ↵Louis Burda2021-05-2911-0/+1089
docker-compose worklow commands work in testvm