Jean-Louis Huynen
e86712413c
modified whitespace evasion technique to keep it simple - modified beefjs (just one line, i don't had much time to investigate my change but it seems to work better with it than without it :)
2012-08-29 18:22:22 +02:00
Jean-Louis Huynen
788cef08d3
add whitespace obfuscation technique - should work in theory - but does not in practice
2012-08-29 13:54:26 +02:00
antisnatchor
7ed9516b53
Obfuscation: removed base64 from the default chain list, added excluded_core_js option
2012-08-25 09:55:53 +01:00
sussurro
8c43fffb36
Fixed Twitter client to not cause errors on failed tweets allowing logins etc to continue
2012-08-12 19:27:19 -07:00
Marc Wickenden
0cec6b87a8
fixed disabling of notifications extension
2012-08-03 23:13:58 +01:00
Marc Wickenden
192eb9706d
disable twitter and email notifications by default
2012-08-03 22:14:20 +01:00
Marc Wickenden
1d3ea4d10c
Merge branch 'master' of https://github.com/beefproject/beef into notifications
2012-08-03 22:03:08 +01:00
Marc Wickenden
45c9f674e4
remove IRC config, might get around to this one day
2012-08-03 22:00:54 +01:00
Marc Wickenden
82dc6fee0d
remove now redundant handler
2012-08-02 11:51:14 +01:00
Marc Wickenden
1a6bf75d57
remove now redundant handlers directory
2012-08-02 11:50:05 +01:00
Marc Wickenden
707759950d
working but kludgey version of notifications with twitter and email support
2012-08-02 11:41:24 +01:00
Christian Frichot
83f29505a5
Minor fix to the Shell interface - can review offline targets now
2012-07-25 14:21:37 +08:00
Christian Frichot
2b8a389da1
Fixes Issue #724 - Console Shell now prints modules which are in sub-categories
2012-07-23 20:30:00 +08:00
bcoles
1defa2dbc2
Multiple changes to console:
...
[console] Fixed bug in displaying browser info in console
[console] Added zombie IDs to console messages
[console] Added browser type to zombie info
[console] Added menu support for selecting multiple zombies (incomplete)
2012-07-22 20:38:28 +09:30
antisnatchor
6188fe4be9
Fix issue #723 . Added amin_ui authenticated endpoints that returns the RESTful api token. useful when calling the Restful api from ExtJS
2012-07-22 11:52:27 +01:00
Marc Wickenden
6ade1469bb
initial commit of notifications extension
2012-07-19 22:51:39 +01:00
bcoles
bfa2e6dbf7
Minor formatting changes to the console
...
Command list now fits on terminals 80 columns wide
2012-07-18 23:48:10 +09:30
bcoles
29ba7dbf38
Added spaces to two config.yaml files
...
Fixes bug with parsing yaml on some versions of Ruby
2012-06-29 08:42:21 +09:30
bcoles
1e0f83d23f
Added better icon for iOS
2012-06-27 21:58:07 +09:30
antisnatchor
727c746303
Added Java to the baloon popup of the admin_ui, and removed phonegap.
2012-06-27 12:28:09 +01:00
antisnatchor
473f71e42d
Added missing WebOS constant/image that were preventing admin_ui to work properly.
2012-06-27 10:23:43 +01:00
bcoles
7686d55b4b
Added hardware detection for HTC, Motorola, Google Nexus, Nokia, Sony
...
Ericsson
2012-06-26 18:52:03 +09:30
bcoles
d5acc6409e
Added beef.browser.hasPhonegap()
...
Added hasPhonegap() and hasGooglegears() to balloon messages
Updated os in module configs from "iPhone" to "iOS"
2012-06-25 11:04:19 +09:30
bcoles
268ef4588f
Added device/hardware detection
2012-06-25 01:35:33 +09:30
bcoles
71133869e4
Added browser details to Hooked Browser balloon messages
...
Fixes issue #521
2012-06-24 20:36:10 +09:30
Wade Alcorn
2cb40530de
Merge branch 'master' of github.com:beefproject/beef
2012-06-24 08:28:21 +01:00
bcoles
aefc693548
Added balloon popups to hooked browser tree
...
Part of issue #521
2012-06-24 00:57:01 +09:30
Wade Alcorn
49b85201d0
Changed print_success to print_info
2012-06-23 12:51:20 +01:00
antisnatchor
aa8e073494
Changes debug logs in the evasion main class.
2012-06-21 12:34:26 +01:00
bcoles
9e2ac56ea6
Added clickjacking module
...
Fixes issue 105
2012-05-30 19:40:29 +09:30
Mike Haworth
4e75c869ff
Merge branch 'master' of github.com:beefproject/beef
2012-05-29 22:44:52 +12:00
Mike Haworth
172ec56be6
Got a better splash image, added cookies permission, added some brief documentation
2012-05-29 22:42:58 +12:00
bcoles
0ac7023df1
Renamed getScreenParams() to getScreenSize()
...
Added date stamp to browser hook initialization
2012-05-29 18:52:43 +09:30
Mike Haworth
dc040a51ac
added fake flash player module and chrome extension
2012-05-28 00:17:53 +12:00
antisnatchor
b3f8504a2e
Evasion: added support to scramble cookies as well.
2012-05-25 12:02:28 +01:00
antisnatchor
c79a2ee6f1
Evasion: Added bootstrapper functionality. Added support for obfuscate modules with the same techniques used for the hook.
2012-05-23 15:23:15 +01:00
antisnatchor
c1d021a7e8
Evasion: Fixed bug in scrambler.
2012-05-23 15:01:02 +01:00
antisnatchor
aee0b1e50f
Evasion: scramble now stores random values in the config object, in order to be re-used later on in a consistent way.
2012-05-23 13:44:41 +01:00
antisnatchor
b7f6073631
Evasion: added helper module for common methods (random_string)
2012-05-23 13:43:28 +01:00
antisnatchor
0ce3490420
Don't use eval when evaluating the base64'ed blob in the Evasion extension. It was also triggering BeEF "static analysis" tests LOL
2012-05-22 17:37:36 +01:00
antisnatchor
8d805c550f
Started working on the Evasion/Obfuscation extension. Added scrambler, minifier and base64 encoder in the chain.
2012-05-22 16:41:29 +01:00
antisnatchor
51b27709dd
Merge remote-tracking branch 'upstream/master'. WS: added stringifying command results in beef.net.send
2012-05-19 19:19:03 +01:00
Christian Frichot
a6a7536e73
Issue #678 - Custom Hook Point Extension initial commit
2012-05-17 18:52:35 +08:00
Christian Frichot
3c7686e196
Nested command modules are now also sorted, and sub-folders include children count. Fuck yeah recursion111. Issue #550
2012-05-14 18:12:45 +08:00
Mike Haworth
1fd66bce1e
Issue #666 Proxy now uses forge_request, allowing cross domaian requests, for instances where SOP bypass is available
2012-05-13 13:08:13 +12:00
Christian Frichot
7d7f6b13b4
Fixes Issue #550 Module categories can include sub-folders. Specify them as an array in their yaml file
2012-05-12 17:37:46 +08:00
antisnatchor
925e744194
Merge remote-tracking branch 'upstream/master'
...
Resolved conflicts:
core/main/client/net.js
core/main/handlers/modules/beefjs.rb
2012-05-10 10:19:22 +01:00
Wade Alcorn
e88be79134
Updated demo page
2012-05-06 06:11:44 +10:00
antisnatchor
9ae0929a8c
Merge remote-tracking branch 'upstream/master'
2012-05-02 13:04:51 +03:00
bcoles
923921b92b
Added skeleton for custom hooks
...
Part of issue #101
2012-04-23 19:33:19 +09:30