Christian Frichot
53536d9d86
Merge remote-tracking branch 'origin/master'
2013-07-01 07:04:42 +08:00
bmantra
164ff5bea6
added option for LF only, to use with Linux
2013-06-28 20:42:53 +02:00
Michele Orru
6c6a33db50
Merge pull request #915 from Nbblrr/master
...
DNS Enumeration modules does not consider the user timeout parameter
2013-06-28 05:48:54 -07:00
Nbblrr
e95c74b5e1
DNS Enumeration module does not consider the user timeout parameter
2013-06-28 14:33:33 +02:00
gcatt
1be8ec12fd
Add Unity Web Player detection
2013-06-18 23:59:43 +02:00
Christian Frichot
473f349394
Missing apostrophe in PHP-5.3.9-dos module.rb. This was breaking Rake. Make sure you run rake peeps before pushing!
2013-06-15 13:48:05 +08:00
bcoles
d40486c391
Add airlive_ip_camera_csrf module
2013-06-14 15:28:35 +09:30
Nbblrr
2b473bfda9
Add module which detect MS Office version. Closes #903
2013-06-14 00:39:39 +02:00
Nbblrr
a2b627c8ae
Add module to detect bitdefender 2012. Closes #902
2013-06-14 00:07:00 +02:00
bcoles
5252bea54a
Add Get Form Values module
...
This module retrieves the name, type, and value of all input
fields for all forms on the page.
2013-06-02 05:11:45 +09:30
bcoles
7fdfcc3ef0
Add beef.browser.isA() to avant_steal_history module
...
Part of issue #774
2013-06-02 03:19:05 +09:30
James Otten
f2efa533c8
Added Actiontec Q1000 CSRF module
2013-05-30 15:49:47 -05:00
Christian Frichot
9636cb0972
Updated Gmail detection URL. Fixes #Issue 899
2013-05-28 20:34:56 +08:00
bcoles
1dc59f7b01
Add D-Link ShareCenter command execution exploit module
2013-05-27 13:50:12 +09:30
bcoles
ff620d42f4
Add belkin_dns_csrf DNS hijack module
...
Part of issue #538
2013-05-27 12:50:06 +09:30
bcoles
61e6337046
Remove zenoss_daemon_csrf module
2013-05-27 12:14:27 +09:30
bcoles
639d0611a6
Add command_id to embedded iframe/img IDs for router exploits
...
This prevents a race condition where duplicate iframes/imgs are
created if a module is run twice simultaneously. The second iframe/img
was not being removed during `cleanup()`.
2013-05-27 11:56:01 +09:30
bcoles
704b979054
minor syntax changes to php-5.3.9-dos module
2013-05-26 02:48:04 +09:30
bcoles
7aaafc79aa
Remove bi-directional communication from IPEC win bindshell module
2013-05-26 02:41:04 +09:30
bcoles
0dfab0e348
Add EXTRAnet Collaboration Tool Command Execution exploit module
2013-05-24 16:40:02 +09:30
bcoles
018a849e14
Add 'path' argument for beef.dom.createIframeIpecForm()
2013-05-24 14:01:21 +09:30
bcoles
717f63ff0c
Add ruby-nntpd Command Execution exploit module
2013-05-24 13:50:04 +09:30
bcoles
2dae1d4c07
Add /bin/sh -c to default command
2013-05-22 14:37:01 +09:30
bcoles
7de48ceafb
Add GroovyShell Server Command Execution IPEC exploit module
2013-05-22 02:32:27 +09:30
Brendan Coles
8ecdceb928
Merge pull request #894 from sgorbaty/master
...
New functionality - detect phonegap plugins
2013-05-09 01:59:49 -07:00
Sergey Gorbaty
498372aef3
Adding phonegap integration with keychain plugin
2013-05-08 13:18:31 -07:00
Sergey Gorbaty
55d8506960
Added primitive phonegap plugin detection
2013-05-07 17:10:12 -07:00
antisnatchor
8d60c10298
Merge branch 'master' of https://github.com/beefproject/beef
2013-05-07 13:04:19 +02:00
antisnatchor
94d15cd386
Added DOS module which allows you to send multiple GET or POST requests to a target, from a WebWorker in order to don't slow down the whole browser.
2013-05-07 13:00:34 +02:00
Sergey Gorbaty
5722cb2bc1
Added email to contact list
2013-05-03 14:24:23 -07:00
Sergey Gorbaty
0479744dfc
added device model detection
2013-05-03 14:14:19 -07:00
Sergey Gorbaty
3dbfdbac7e
Adding user prompt
2013-05-03 14:02:53 -07:00
Sergey Gorbaty
d3262d9451
Adding local detection
2013-05-03 13:34:09 -07:00
Sergey Gorbaty
1699d52475
adding contact list
2013-05-03 10:09:09 -07:00
bcoles
91e2b36ce4
Update webcam module so the picture returned as a base64 encoded string
...
will be rendered in the admin UI
2013-05-01 16:44:28 +09:30
bcoles
88678f986c
Add 'Debug -> Test Return Image' module
...
Part of isse #883
2013-04-30 18:40:25 +09:30
bcoles
719bb4a20b
Fixed malformed YAML in modules/browser/get_visited_domains/config.yaml
2013-04-25 01:37:15 +09:30
qswain2
c16479a14e
Add chrome support to get_visited_domains
...
Added chrme implementation based on visipisi
2013-04-19 01:02:48 -04:00
bcoles
59951959f1
Add Opencart password reset CSRF module
...
This module hasn't been tested against an Opencart instance
2013-04-19 09:18:05 +09:30
bcoles
da763df110
Uncommented several instances of beef.debug() - Part of issue #862
2013-04-17 22:12:35 +09:30
Christian Frichot
e3cb7f7a2d
#882 . New HTML5 WebRTC Webcam Module
2013-04-15 19:20:48 +08:00
bcoles
a172362452
Part of issue #862 - Add beef.debug() for client-side debugging
...
Add `beef.debug()` function - wraps `console.log()`
Debug messages are suppressed for browsers which don't support `console.log()`
Update './core/*' to use `beef.debug()` instead of `console.log()`
Update './modules/*' to use `beef.debug()` instead of `console.log()`
Update './extensions/*' to use `beef.debug()` instead of `console.log()`
Add 'modules/debug/test_beef_debug/' module
2013-04-15 16:49:01 +09:30
Christian Frichot
950c3d37a7
Fixes Issue #880 . Detect Tor update - now works
2013-04-13 14:51:34 +08:00
Christian Frichot
fad33dfea7
Fixes #877 . New IE Fake Notification Bar Module
2013-04-08 19:36:02 +08:00
antisnatchor
222cff3f1d
Added a README file for the JavaPaylod signed applet exploit.
2013-04-06 12:29:05 +01:00
Christian Frichot
2ef1b5bab8
Updates gmail phishing command module. Fixes #873
2013-04-06 15:54:55 +08:00
Christian Frichot
79572a61f0
Renamed webcam_permission_check module
2013-04-06 14:35:21 +08:00
Christian Frichot
2fcdf1038d
xntriks updates to webcam_perm_check
2013-04-06 14:32:51 +08:00
Christian Frichot
cca21f1003
Merge pull request #869 from bw-z/master
...
Added Webcam Permission Check Module - which I'll then update.
2013-04-05 23:29:21 -07:00
Christian Frichot
07fe3a9c0e
Updates to tabnabbing module to use jQuerys wider event handling. #868
2013-04-04 21:33:43 +08:00