antisnatchor
46e165df5e
Added support for browser language detection. Also added a new entry in Browser Details and JS call beef.browser.getBRowserLanguage()
2014-03-06 12:35:02 +00:00
bcoles
3494542b54
Make upstream DNS server configurable
2014-03-04 00:56:41 +10:30
bcoles
c11d4d40ea
replace backticks with IO.open
2014-03-03 22:31:14 +10:30
antisnatchor
2f7ccf033c
Commented out the tests for DNS code.
2014-03-02 16:14:56 +00:00
antisnatchor
91fa8f4e63
Various fixes for the DNS extension code.
2014-03-02 16:05:57 +00:00
antisnatchor
cdb050a940
Added more delay to beef_start Rakefile task.
2014-03-02 16:05:19 +00:00
antisnatchor
39e672f420
Fixed 2 RCE bugs in the DNS extension code (unsafe eval calls).
2014-03-02 15:43:36 +00:00
antisnatchor
ec9cf4d460
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
2014-03-02 12:56:33 +00:00
antisnatchor
9dcff5184d
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
2014-03-02 12:40:18 +00:00
bcoles
32d30a8176
Remove the method from a couple of 'beef.dom.createIframe' calls
...
Part of issue #969
2014-02-28 23:49:27 +10:30
Brendan Coles
55af5625bb
Merge pull request #972 from pgrohe/pgrohe/issue969
...
Pgrohe/issue969
2014-03-01 01:06:41 +11:00
Ben Passmore
52aacdde66
Removed bundle install from Rakefile for TeamCity
2014-02-26 15:45:06 +10:00
antisnatchor
7639537d11
Added support for Chrome 32 and 33.
2014-02-25 13:31:59 +00:00
Phil Grohe
d050198afa
Clean up .gitignore file. Accidentally committed changes to it to exclude my Sublime Text 2 project files.
2014-02-23 12:04:52 -05:00
Phil Grohe
f274001a65
Revised comments on beef.dom.createIframe() to reflect removal of 'method' parameter & form submitting behavior. Updated existing function calls to beef.dom.createIframe() to remove 'method' parameter.
2014-02-22 11:57:56 -05:00
Phil Grohe
cc51e2c294
Initial revision of beef.dom.createIframe() Removed 'method' parameter and code path that creates a form and uses created iframe as target.
2014-02-22 11:18:12 -05:00
Wade Alcorn
7554449218
Version number updated
2014-02-22 06:42:16 +10:00
Saafan
a4973a5365
Merge pull request #946 from offensivecoder/update_twitter_require_version_5
...
Update twitter require version 5
2014-02-21 00:48:46 +02:00
bcoles
bcb8a1b858
Merge branch 'master' of https://github.com/beefproject/beef
2014-02-14 10:02:00 +10:30
bcoles
4cbe074259
Add support for IE11
2014-02-14 10:01:39 +10:30
Wade Alcorn
744b7649e7
Corrected some usages of domain to origin
2014-02-08 09:56:31 +10:00
soh_cah_toa
a75a95b663
Implemented DNS spoofer in social engineering extension.
...
The /api/seng/clone_page endpoint now accepts a boolean "dns_spoof"
key in the JSON request. This adds a DNS record pointing the
cloned webpage to the BeEF server.
Integration tests included.
2014-02-04 16:18:12 -05:00
bcoles
5084083e23
Update BeEF version to 0.4.4.10-alpha
2014-02-01 21:40:18 +10:30
bcoles
c52d3651e7
Fix indentation
beef-0.4.4.9
2014-01-28 20:54:57 +10:30
bcoles
563296f67b
Add malicious FF extension (reverse shell) module
2014-01-27 08:30:37 +10:30
bcoles
d230cfa593
trivial edits for consistency
2014-01-27 07:29:00 +10:30
bcoles
2b44c9184d
Add malicious FF bindshell module
2014-01-27 07:21:44 +10:30
bmantra
b2d03e9364
Merge pull request #963 from bmantra/master
...
Inital version of CookieJar overflow module. And minor bugfix of active… closes #935
2014-01-19 11:02:13 -08:00
bmantra
0e57fb0be1
Inital version of CookieJar overflow module. And minor bugfix of active fax overflow module.
2014-01-19 19:58:14 +01:00
Michele Orru
275db51dd2
Merge pull request #962 from bcoles/csrf_to_beef
...
Add CSRF to BeEF module tool
2014-01-14 02:23:07 -08:00
bcoles
9e683d03bf
Add Firefox 27 support
2014-01-13 23:22:29 +10:30
bcoles
71b539940b
Add color, output functions and Ruby version check
2014-01-13 00:42:32 +10:30
bcoles
8ea8098fe2
Validate module class/dir name
2014-01-13 00:26:03 +10:30
Brendan Coles
ce5b576de1
Merge pull request #961 from bcoles/createIframeXsrfForm_enctype
...
Add encoding type argument 'enctype' to 'createIframeXsrfForm()'
2014-01-12 05:11:42 -08:00
bcoles
048405d4f1
Add dynamic module options
2014-01-12 19:09:11 +10:30
bcoles
83ed8558b7
Add encoding type argument 'enctype' to 'createIframeXsrfForm()'
2014-01-12 02:34:24 +10:30
bcoles
c0dee2fe54
Add form encoding type support
2014-01-12 00:28:14 +10:30
bcoles
e50d681a64
Add BozoCrack module
2014-01-11 23:27:13 +10:30
bcoles
1f83c2a63f
Add Redis IPEC module
2014-01-08 22:22:22 +10:30
antisnatchor
9060e4c64f
Issue #951 : added notes about Windows installation.
2014-01-06 16:34:04 +00:00
antisnatchor
277d205663
Issue #951 : added notes about Windows installation.
2014-01-06 16:29:11 +00:00
antisnatchor
4732d66586
Fixed issue #951 : BeEF can now be installed correctly on Windows.
2014-01-06 16:13:32 +00:00
antisnatchor
927f8efaed
Updated README file
2014-01-06 14:52:51 +00:00
antisnatchor
10c9988493
Updated README file
2014-01-06 14:49:19 +00:00
antisnatchor
a0a36d333a
Added a note about using SSL when connecting to Metasploit. Related to issue #958
2014-01-06 14:14:19 +00:00
antisnatchor
6a8a103b8b
Final fix for issue #957
2014-01-06 11:03:40 +00:00
bcoles
3d5ecd0787
Add tools/csrf_to_beef - initial commit
2014-01-05 12:13:49 +10:30
bcoles
88019d21a3
Add error message for nil command module key
2014-01-05 05:45:48 +10:30
bcoles
faafa9a196
Modify customhook extension to allow multiple hook points
2014-01-04 14:02:43 +10:30
bcoles
7c977ef1aa
Move 'modules/exploits/sqlitemanager_xss/' to 'modules/exploits/xss/' directory
2014-01-04 11:48:10 +10:30