Commit graph

11 commits

Author SHA1 Message Date
byt3bl33d3r
23a273e8a0 -Initial Spoof plugin rewrite
-Dep check on plugins
-NetfilterQueue python lib port
-plugin output re-design
2015-03-10 02:26:56 +01:00
byt3bl33d3r
10f1fbedde added credits to the Replace plugin 2015-02-27 17:30:53 +01:00
byt3bl33d3r
0c6ac4fb1d - Added Sniffer plugin
- Custom reactor options are now loaded dynamically from each plugin
- Search engine query capture is now enabled with the sniffer plugin
- Removed some useless comments and lib imports
2015-02-26 17:15:22 +01:00
byt3bl33d3r
73e7ca2f3d code cleanup on all plugins, disabled annoying "Starting new HTTP Connection" log message, added BeefAutorun plugin and beefapi lib 2014-08-14 11:30:44 +02:00
root
60e8856d36 Cleanup 2014-07-18 20:48:36 +10:00
root
3fb5f3d20d Fixed bug where plugin stopped replacing 2014-07-18 20:29:08 +10:00
Ruben
5c1dbb3596 Try except added to re.sub to prevent plugin from crashing if incorrect regexes where provided. Removed default values for search_str and replace_str 2014-07-18 14:29:55 +10:00
root
d6f3405f71 Added regex support.
Plugin now takes a search and replace string (no regex supported) or a regex file.

Regex file format is: <regex1>\t<regex2>

Regex file contains pyton regexes so matching groups can be used
2014-07-18 08:39:06 +10:00
root
3d3099fb00 Replace on self is useless 2014-07-17 20:46:01 +10:00
Ruben
2142cf24c5 A replace function makes this module so much more useful 2014-07-17 14:01:48 +10:00
Ruben
0bca0ca557 Added Replace.py module.
Module capable of replacing a string within a HTML document.
2014-07-17 13:45:08 +10:00