Commit Graph

11 Commits

Author SHA1 Message Date
Tib3rius 4912a235ad I/O Updates, New Subdomain Enumeration Plugin
Plugins can now call info(), warn(), and error() functions from their service / target object which will properly prefix the plugin name, etc.
A new subdomain enumeration plugin using gobuster has been developed.
2022-01-13 18:33:45 -05:00
Tib3rius 7552e6bcf7 Minor config changes.
Changed the --create-port-dirs option to --no-port-dirs (making their creation default).
Added -T4 to the default nmap commands.
Adjusted config.toml accordingly.
2022-01-05 20:45:50 -05:00
Tib3rius 7408e131b7 Revert "Reformatted code to be pip compatible."
This reverts commit 8c44455869.
2021-09-12 13:05:27 -04:00
Tib3rius 8c44455869 Reformatted code to be pip compatible. 2021-09-12 12:40:35 -04:00
Tib3rius ae6967418f Added new verbose levels.
Changed the TCP specific port scan to "All TCP Ports".
2021-09-11 23:15:28 -04:00
Tib3rius 6cd6955a0d Proxychains bug fixes.
Removed UDP port scans from proxychains.
Fixed bug where running nmap through proxychains as sudo wouldn't work.
2021-09-08 21:30:07 -04:00
Tib3rius e22bc55dd6 Added Report Plugin functionality.
Moved http.py to http_server.py to avoid import clashes with Python's http library.
Report plugins can take a list of targets and create reports based on the scans and files.
2021-09-08 00:27:16 -04:00
Tib3rius cea95aa9eb Added simple proxychains support.
Command line option --proxychains will add -sT to Nmap scans.
There is no other logic. At some point there should be checks for each plugin.
2021-09-05 12:53:17 -04:00
Tib3rius 137a848047 Added ipaddress and ipaddressv6 format tags. 2021-09-03 23:50:40 -04:00
Tib3rius 4c3253e233 Added open port alerts. 2021-09-03 23:10:11 -04:00
Tib3rius 0efedca423 Refactoring codebase.
Moved most of the core functionality to modules.
Plugins updates with new module name.
2021-09-01 23:52:16 -04:00