Tib3rius
6100333bd7
Fixed / improved pattern matching.
...
{match} will output as the entire matched string. {match1} will output as the first matched group. {match2} etc.
2022-01-18 20:00:33 -05:00
Tib3rius
eb003b7f2c
Added GetArch plugin.
...
Resolves #138
2022-01-13 22:21:44 -05:00
Tib3rius
06d46797df
Bug fix.
...
Fixed bug where newline / carriage return characters at the start of output strings would cause a weird text overflow when printed.
2022-01-12 00:05:26 -05:00
Christian Clauss
197700c319
GitHub Action to lint Python code ( #108 )
...
* GitHub Action to lint Python code
* Fix undefined name: verbose -> config['verbose']
* Update lint_python.yml
* Update lint_python.yml
2021-09-21 13:49:11 -04:00
Tib3rius
3de342c4cf
Revert "Reformatted code to be pip compatible."
...
This reverts commit e7b147d7d7 .
2021-09-12 13:05:27 -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
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
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