170 Commits

Author SHA1 Message Date
Nbblrr
e95c74b5e1 DNS Enumeration module does not consider the user timeout parameter 2013-06-28 14:33:33 +02:00
Christian Frichot
9636cb0972 Updated Gmail detection URL. Fixes #Issue 899 2013-05-28 20:34:56 +08: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
bcoles
da763df110 Uncommented several instances of beef.debug() - Part of issue #862 2013-04-17 22:12:35 +09:30
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
bmantra
2484704fe8 add fingerprint for m0n0wall 2013-03-08 21:00:52 +01:00
bmantra
1ad6039f0a fingerprint network detect pfSense 2013-01-25 19:52:09 +01:00
bcoles
8d151fb818 Add HTTPS support for internal_network_fingerprinting module
Comment out a few fingerprints for 'rare' software in order to increase
speed
2013-01-25 12:34:04 +10:30
Wade Alcorn
fe40038441 Updated copyright year to 2013 2012-12-30 12:47:43 +10:00
Wade Alcorn
23f09b919f Changed license header 2012-11-02 14:26:10 +10:00
Wade Alcorn
b68df3d024 Changed license header 2012-11-02 14:05:15 +10:00
bmantra
e299045539 add default beef host/ip to connect to 2012-07-25 14:47:56 +02:00
bmantra
1226ed4b34 nat tested 2012-07-23 20:30:04 +02:00
bmantra
9b9e74967b nat tested 2012-07-23 20:26:38 +02:00
bmantra
b7a4314424 nat tested 2012-07-23 20:21:36 +02:00
antisnatchor
701d634f4f NAT_pinning: updated description 2012-07-23 18:34:06 +01:00
antisnatchor
d5606c9bf4 NAT pinning. now uses the new bind/unbind socket methods of the AssetHandler. No need to use netcat anymore ;) 2012-07-23 18:31:54 +01:00
antisnatchor
ac05f24b64 Reverted back change on pre_send (nat_pinning module) 2012-07-15 19:17:04 +01:00
bmantra
5a2b29bab4 changed description and temp disabled the listening socket as it needs some more testing 2012-07-15 20:08:59 +02:00
antisnatchor
dd43da5e51 Modified nat_pinning module to bind a socket on pre_send (new bind_socket api call) 2012-07-15 12:58:36 +01:00
bmantra
3784cc4e37 Updated description 2012-06-30 11:56:21 +02:00
bmantra
286d0a18fb nat pinning 2012-06-24 19:40:05 +02:00
bmantra
ece65e9841 added fingerprint for Glassfish server 2012-06-13 13:38:48 +02:00
bcoles
d3005850d7 Updated supported browser list for several modules
Added a few hostnames to the DNS Enumeration modules
2012-04-26 20:07:45 +09:30
Christian Frichot
791b34863e Renamed / tidied up some of the config. See Issue #82 2012-02-18 10:06:47 +08:00
bcoles
ec0dacce28 Added fingerprints to Fingerprint Network module 2012-02-01 23:11:05 +10:30
bcoles
8a885c4145 Added a few fingerprints to the Fingerprint Network module 2012-01-19 00:53:36 +10:30
bcoles
fa3ba26e47 Added more fingerprints to Fingerprint Network module 2012-01-08 15:47:15 +10:30
Wade Alcorn
06899ca267 Year updated from 2011 to 2012 2011-12-31 22:24:36 +10:00
antisnatchor
dbcaa3a149 PortScanner module: increased default delay between requests to 600 ms.
git-svn-id: https://beef.googlecode.com/svn/trunk@1419 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-08 09:22:01 +00:00
javier.marcos@gmail.com
9dabcc9e61 Issue 554 fixed, http://code.google.com/p/beef/issues/detail?id=554
git-svn-id: https://beef.googlecode.com/svn/trunk@1418 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-08 01:13:57 +00:00
antisnatchor
c863d70c30 Added PingSweepJava module: as the PingSweep module works only on FF, this one uses an unsigned applet to do the same thing on all the other browsers :-)
git-svn-id: https://beef.googlecode.com/svn/trunk@1405 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 15:13:18 +00:00
antisnatchor
de4c668834 Updated PingSweep module description.
git-svn-id: https://beef.googlecode.com/svn/trunk@1404 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 15:12:20 +00:00
antisnatchor
5c1a7c23d5 PortScanner module: added debug option in module config, added new common service ports.
git-svn-id: https://beef.googlecode.com/svn/trunk@1403 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 09:39:00 +00:00
antisnatchor
213e5040a1 DnsEnumeration module: corrected a few typos, added new subdomains to the default array
git-svn-id: https://beef.googlecode.com/svn/trunk@1396 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-02 20:16:40 +00:00
javier.marcos@gmail.com
405bdc741c Port scanner based on HTTP, CORS or WebSockets. Issue 435: http://code.google.com/p/beef/issues/detail?id=435
git-svn-id: https://beef.googlecode.com/svn/trunk@1395 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-02 18:21:32 +00:00
jgaliana
0d61820a45 Add Module: DNS Enumeration. Fixes issue 528
git-svn-id: https://beef.googlecode.com/svn/trunk@1394 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-02 17:05:21 +00:00
jgaliana
cb4df367af (Fixes issue 513): Fixed an issue found with concurrent instances of this module
git-svn-id: https://beef.googlecode.com/svn/trunk@1378 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-23 08:44:28 +00:00
bcoles@gmail.com
352f77769e Fixed minor typos
git-svn-id: https://beef.googlecode.com/svn/trunk@1369 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-17 00:04:23 +00:00
jgaliana
bf80fbd8f1 Setting default timeout to 2000ms for ping sweep module
git-svn-id: https://beef.googlecode.com/svn/trunk@1316 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-28 20:12:06 +00:00
wade@bindshell.net
e97104f696 command modules re-organised and re-named
git-svn-id: https://beef.googlecode.com/svn/trunk@1292 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-16 12:28:14 +00:00
bcoles@gmail.com
162e72d66b Deleted modules/network/detect_dns_address
Detecting the DNS address will need to be achieved using a different 
method. The module was committed for testing purposes.

Resolves issue 141 - 	Add Module: Detect DNS Address.



git-svn-id: https://beef.googlecode.com/svn/trunk@1261 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-08 10:37:29 +00:00
xntrik
1bc314c446 Detect Local Settings Module: APPLET calls include domain/port. Updated target in the config
git-svn-id: https://beef.googlecode.com/svn/trunk@1238 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-28 05:20:21 +00:00
bcoles@gmail.com
a0ba7fa7fc Added module: Detect DNS Address
Fixes issue 141



git-svn-id: https://beef.googlecode.com/svn/trunk@1211 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 06:33:21 +00:00
wade@bindshell.net
d5ea764fb2 removed extra directory
git-svn-id: https://beef.googlecode.com/svn/trunk@1209 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:59:03 +00:00
wade@bindshell.net
0c64864ea6 Inter-protocol modules moved to their own directory
git-svn-id: https://beef.googlecode.com/svn/trunk@1208 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:55:40 +00:00
passbe
2e70f86866 Added pre_execute, execute and post_execute to modules.
git-svn-id: https://beef.googlecode.com/svn/trunk@1197 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 04:04:32 +00:00
bcoles@gmail.com
bf9e304ace Added module: Inter-Protocol Windows Bindshell
This is part of issue# 7



git-svn-id: https://beef.googlecode.com/svn/trunk@1186 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 09:00:34 +00:00
wade@bindshell.net
4da081ed19 small update to detect local settings module
git-svn-id: https://beef.googlecode.com/svn/trunk@1143 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-30 15:33:02 +00:00