aboutsummaryrefslogtreecommitdiffstats
path: root/checker
Commit message (Collapse)AuthorAgeFilesLines
* add memory limits to docker-composeLouis Burda2021-06-211-1/+2
|
* change gunicorn conf to fight memory consumption via leak by restarting ↵Louis Burda2021-06-212-5/+8
| | | | periodically
* add variant to remote request to enocheckerLouis Burda2021-06-211-1/+1
|
* fixed exploits in checker, added code for enochecker_testLouis Burda2021-06-111-10/+17
|
* improved loggingLouis Burda2021-06-101-22/+14
|
* pass hashstr to revhash more securelyLouis Burda2021-06-101-1/+1
|
* added code to stress-test of service and search for memory leaksLouis Burda2021-06-104-13/+171
|
* bump checker version to one that support forwarding args to flaskLouis Burda2021-06-102-2/+3
|
* bump enochecker version to commit with fix for docstring assignmentLouis Burda2021-06-091-1/+1
|
* bump enochecker to commit with timeout checksLouis Burda2021-06-091-2/+3
|
* improved comments in checker code, fixed possible INTERNAL_ERROR when ↵Louis Burda2021-06-081-36/+46
| | | | parsing returned file id
* added debugging to checker to find what is consuming memory on testvmLouis Burda2021-06-081-0/+14
|
* removed exploits from test script since already available in checkerLouis Burda2021-06-021-0/+1
|
* fix using both byte and string authstr in checker's do_auth, checked in ↵Louis Burda2021-05-311-2/+2
| | | | empty data folder for service
* fix bug in revhash that generated false preimagesLouis Burda2021-05-311-14/+22
|
* fixed do_auth receiving IDLouis Burda2021-05-311-2/+2
|
* fix checker do_auth, add hashing to revhash for comparingLouis Burda2021-05-312-9/+43
|
* checker fixes, improvements to postdbLouis Burda2021-05-312-11/+16
|
* bump enochecker to 0.4.2Louis Burda2021-05-311-2/+1
|
* checker: replaced pwntools in self.openconn hotfix with self.connectLouis Burda2021-05-271-18/+12
|
* bumped enochecker and implemented exploits with minor tweaks to sourceLouis Burda2021-05-278-75/+264
|
* change port numbers for checker and service for no collisionsLouis Burda2021-05-251-1/+1
|
* fix permissions on docker container, clean up checker code a littleLouis Burda2021-05-221-12/+12
|
* refactored checker a littleLouis Burda2021-05-222-12/+12
|
* fixed catching wrong exception in querydbLouis Burda2021-05-211-1/+1
|
* fixed checker havocid to be compatible with where they were used without ↵Louis Burda2021-05-201-18/+17
| | | | triggering exploits
* implemented rest of checker functionalityLouis Burda2021-05-204-102/+237
|
* enhanced checker functionality and minor changes / fixes in documentation ↵Louis Burda2021-05-192-118/+118
| | | | and src
* added basic checker flag and noise commands, still very basic, needs ↵Louis Burda2021-05-177-281/+139
| | | | randomization and havoc
* added sample service templates, basic service outline and moved service info ↵Louis Burda2021-04-286-0/+457
to documentation dir