aboutsummaryrefslogtreecommitdiffstats
path: root/service/entrypoint.sh
Commit message (Collapse)AuthorAgeFilesLines
* various improvements to logging and performanceLouis Burda2021-07-091-1/+1
| | | | 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-1/+1
| | | | smaller fixes
* make ncat invocation easier to understand and fix listen portLouis Burda2021-07-081-1/+2
|
* replaced socat with ncat and small fixesLouis Burda2021-07-081-3/+2
|
* run only one cleaner for main dirLouis Burda2021-07-081-5/+0
| | | | this is simpler and also prevents uploads to private user directories from changing the expiry time of the user dir folder
* stash before adding attack_info for fixing exploit variant 2Louis Burda2021-07-071-3/+12
|
* change checker name to lowercase, only cleanup every 13 min since 11 round ↵Louis Burda2021-07-051-2/+2
| | | | persistence at 60s per round
* various fixes made while stress-testing exploitLouis Burda2021-06-241-1/+1
|
* added nodelay to socat socket optionsLouis Burda2021-06-211-3/+2
|
* increased service timeout to 3 minLouis Burda2021-06-091-1/+1
|
* changed repo structure and commited releease files such that default ↵Louis Burda2021-05-291-0/+13
| | | | docker-compose worklow commands work in testvm
* refactored service structure and added do.sh for automationLouis Burda2021-05-191-14/+0
|
* added basic checker flag and noise commands, still very basic, needs ↵Louis Burda2021-05-171-1/+1
| | | | randomization and havoc
* added cleanup script, improved poc test, addec echo for debugging and small ↵Louis Burda2021-05-131-7/+8
| | | | fixes
* made docker setup more stable + small fixesLouis Burda2021-05-111-2/+5
|
* basic service structure and docker setupLouis Burda2021-04-291-5/+6
|
* added sample service templates, basic service outline and moved service info ↵Louis Burda2021-04-281-0/+9
to documentation dir