aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
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)
* add authorization check to list as well so that second exploit cant be used ↵Louis Burda2021-07-081-2/+10
| | | | for first flagstore
* added script to host service locally on port for easier memory leak ↵Louis Burda2021-07-081-26/+40
| | | | | | 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-071-46/+72
|
* 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-251-14/+46
| | | | added motd to service welcome banner
* fix free() of potentially uninitialized pointer and minor refactors in serviceLouis Burda2021-06-251-19/+22
|
* refactored code for readability and keeping within 80ch limit, updated ↵Louis Burda2021-06-241-59/+55
| | | | service source
* add more havocs to test stl parsingLouis Burda2021-06-241-19/+19
|
* 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-241-37/+52
|
* src: small tweak for readabilityLouis Burda2021-06-191-6/+4
|
* changed repo structure and commited releease files such that default ↵Louis Burda2021-05-291-0/+376
docker-compose worklow commands work in testvm