-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: * replace home grown invocation of chrome with chromedp * get rid of shitty proxy (yay ignore-certificate-errors) * refactor every scan command; file, scan, nmap, single, server * add json and csv output for cli report listing * remove process bar used in scanner commands * relace logging from logrus to zerolog * refactor options storing for flags, db and chrome to a struct * remove log levels and just add a --debug flag * add error handling to the integration server * refactor single command to accept a target url as an argument * replace database from buntdb to sqlite * remove gorequest used for preflights and use http.Client instead * replace static html generation for reports with an interactive web server todo: * add uri appending support to the scan command * add perception hashing sort * add webui search * add webui screenshot endpoint
- Loading branch information
Showing
46 changed files
with
2,285 additions
and
2,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.