Tib3rius
cc0b70fd6b
Reformatted code to be pip compatible.
2021-09-14 15:50:12 -04:00
Tib3rius
3de342c4cf
Revert "Reformatted code to be pip compatible."
...
This reverts commit e7b147d7d7 .
2021-09-12 13:05:27 -04:00
Tib3rius
e551a86a71
Revert "Potential fix for imports."
...
This reverts commit fb60000b28 .
2021-09-12 13:04:04 -04:00
Tib3rius
fb60000b28
Potential fix for imports.
2021-09-12 12:52:29 -04:00
Tib3rius
e7b147d7d7
Reformatted code to be pip compatible.
2021-09-12 12:40:35 -04:00
Tib3rius
75c5ed7363
Added new verbose levels.
...
Changed the TCP specific port scan to "All TCP Ports".
2021-09-11 23:15:28 -04:00
Tib3rius
520cd9c91f
Added tag override options for all three types of plugins.
2021-09-09 20:04:30 -04:00
Tib3rius
2d482110e1
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
12877aee35
Fix for match_all_service_names
...
Removed the boolean and resorted to simply adding a "match all" service name regular expression.
2021-09-08 04:18:22 -04:00
Tib3rius
8e3f14676b
Merge pull request #102 from blockomat2100/beta
...
Fix that prevented SSLscan from running.
2021-09-08 04:08:28 -04:00
Tib3rius
55b928ac64
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
6525d77836
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
67fefce2a0
Added ipaddress and ipaddressv6 format tags.
2021-09-03 23:50:40 -04:00
Tib3rius
3974042ca0
Added open port alerts.
2021-09-03 23:10:11 -04:00
blockomat2100
e745ee4478
make plugins run that uses match_all_service_names (e.g. sslscan)
2021-09-03 13:07:22 +02:00
Tib3rius
6e81dc8431
Refactoring codebase.
...
Moved most of the core functionality to modules.
Plugins updates with new module name.
2021-09-01 23:52:16 -04:00