aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/util.c
Commit message (Collapse)AuthorAgeFilesLines
* added .index file for upload and searchLouis Burda2021-07-071-4/+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-091-1/+1
|
* changed repo structure and commited releease files such that default ↵Louis Burda2021-05-291-7/+1
| | | | docker-compose worklow commands work in testvm
* bumped enochecker and implemented exploits with minor tweaks to sourceLouis Burda2021-05-271-2/+2
|
* consider matching of terminator in strchr callsLouis Burda2021-05-221-1/+1
|
* added permium users, second vuln and minor fixes all aroundLouis Burda2021-05-191-25/+34
|
* refactored service structure and added do.sh for automationLouis Burda2021-05-191-2/+1
|
* added cleanup script, improved poc test, addec echo for debugging and small ↵Louis Burda2021-05-131-1/+5
| | | | fixes
* fixed hash parsing from info file and only query non-hidden dirs in standard ↵Louis Burda2021-05-101-4/+5
| | | | user mode
* extended query function to load file info, added poc testLouis Burda2021-05-101-2/+3
|
* save scan info and model, added vuln in load info, small tweaksLouis Burda2021-05-101-4/+62
| | | | 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
* save hash statically, added file info output, improved error strings and ↵Louis Burda2021-05-091-7/+7
| | | | minor fixes
* very basic binary file parsing and skeleton for state-machine based parsing ↵Louis Burda2021-04-291-0/+74
of ascii format