Sourcery AI
929bb456ec
'Refactored by Sourcery'
2023-10-02 15:43:23 +00:00
Tib3rius
f8d89966da
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
84adcb4836
Added GetArch plugin.
...
Resolves #138
2022-01-13 22:21:44 -05:00
Tib3rius
58f1b69ce0
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
e3d95c650c
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
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
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
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