Commit graph

70 commits

Author SHA1 Message Date
byt3bl33d3r
ce91453436 fixed beefapi error, beefautorun now injects hook url and updated arguments, misc code style fixes 2014-10-17 21:07:28 +02:00
byt3bl33d3r
82739bba9f added HSTS bypass as demonstrated by Leonardo Nve at blackhat 2014-10-11 13:09:06 +02:00
byt3bl33d3r
5be41cfd37 added better error handling on missing arguments 2014-10-09 23:26:28 +02:00
byt3bl33d3r
885d464a26 fixed "or" statements when parsing config file arguments 2014-10-09 22:21:17 +02:00
byt3bl33d3r
2e86c0b663 fixed --cmd argument 2014-10-09 20:00:13 +02:00
byt3bl33d3r
015f593606 fixed misspelled thread target function 2014-10-01 19:24:06 +02:00
byt3bl33d3r
43c7974d4c added DHCP spoofing with shellshock options 2014-09-30 14:13:06 +02:00
byt3bl33d3r
ff235e3e90 revamped beefapi, fixed BrowserProfiler output 2014-08-27 00:09:18 +02:00
byt3bl33d3r
48fbc70ff7 javapwn plugin now falls back to the signed applet attack 2014-08-15 11:39:15 +02:00
byt3bl33d3r
d632acc530 fixed indentation on return statement 2014-08-14 20:13:52 +02: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
byt3bl33d3r
4754305b9a minor code style fixes 2014-08-12 20:55:22 +02:00
byt3bl33d3r
3dc7283109 Merged patch from Alexander Georgiev (alexander.georgiev@daloo.de) to disable automatic setup & flushing of iptables rules 2014-08-12 19:46:02 +02:00
byt3bl33d3r
acdbb03dfb release 0.5 2014-07-26 19:04:35 +02:00
byt3bl33d3r
c162833916 fixed errors in javapwn plugin and added config file 2014-07-26 14:27:20 +02:00
byt3bl33d3r
9d860437c4 updated readme 2014-07-25 01:01:58 +02:00
byt3bl33d3r
9bca49cbbb added config file for dns 2014-07-25 00:33:16 +02:00
byt3bl33d3r
26a15602b2 added option to filepwn plugin 2014-07-24 22:03:55 +02:00
byt3bl33d3r
68add2d110 moved readme 2014-07-24 20:40:45 +02:00
byt3bl33d3r
3999677248 AppCachePoison is now a plugin and cleaned dir tree 2014-07-24 20:22:26 +02:00
byt3bl33d3r
44f0d1ae6d corrected some logic 2014-07-22 22:25:17 +02:00
byt3bl33d3r
6df8de0df9 updated dns spoof text 2014-07-22 16:36:52 +02:00
byt3bl33d3r
edad0e4666 updated readme 2014-07-22 16:21:18 +02:00
byt3bl33d3r
d57002ddc4 ArpSpoof and DNSspoof plugins removed
New plugin Spoof now can poison via ICMP, ARP and DNS
2014-07-22 15:59:21 +02:00
byt3bl33d3r
43e258713f text 2014-07-22 11:23:00 +02:00
byt3bl33d3r
591c43db94 fixed text 2014-07-22 11:11:58 +02:00
byt3bl33d3r
cf7c9e9e10 added PoC DNSspoof plugin 2014-07-22 11:04:33 +02:00
byt3bl33d3r
e26bd0709c fixed smbauth plugin 2014-07-18 20:42:12 +02:00
byt3bl33d3r
d246864e91 removed link-rewriter 2014-07-18 16:02:39 +02:00
byt3bl33d3r
3b04a485d9 Merge pull request #3 from rthijssen/master
Added replace plugin
2014-07-18 16:00:52 +02:00
byt3bl33d3r
87971d9586 now stripping hsts requests from headers 2014-07-18 13:21:48 +02:00
root
e288c658bc Merge remote-tracking branch 'upstream/master' 2014-07-18 20:51:38 +10: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
byt3bl33d3r
8c4d55b01b fixed rearping error 2014-07-18 11:34:08 +02:00
byt3bl33d3r
5a5a3e36ec made rpc pass configurable 2014-07-18 11:08:50 +02: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
byt3bl33d3r
e83aaa1640 added link re-writer plugin 2014-07-18 04:41:07 +02:00
byt3bl33d3r
0148246155 updated javapwns shutdown function 2014-07-18 01:32:34 +02:00
byt3bl33d3r
a60a199e59 added rpcip argument to javapwn 2014-07-18 01:27:05 +02: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
byt3bl33d3r
59cdc81afe javapwn plugin now closes virtual consoles 2014-07-16 16:21:46 +02:00
byt3bl33d3r
24300e8d5b removed a print statement 2014-07-15 22:51:37 +02:00
byt3bl33d3r
24b0706dd5 added more java exploits to JavaPwn 2014-07-15 20:45:08 +02:00
byt3bl33d3r
b3434d4c33 added JavaPwn plugin 2014-07-15 17:47:42 +02:00
byt3bl33d3r
eedb48822a formatting 2014-07-14 16:24:12 +02:00
byt3bl33d3r
1b6841f9c1 plugins now handle their own output 2014-07-14 13:17:34 +02:00