Brendan Coles
62a5d5e96c
Merge pull request #927 from thefinn93/spellingfix
...
Correct minor typo in the default config.yml
2013-08-11 02:22:52 -07:00
Finn Herzfeld
173178e1d6
Updated text as requested by bcoles
2013-08-11 00:07:59 -07:00
bcoles
f2883e0c94
Fixed typo
...
Extra 'i' from vim insert mode
2013-08-09 13:34:24 +09:30
bcoles
858814c614
Update BeEF core to complete HTTPS support
...
Part of issue #745
2013-08-09 13:28:35 +09:30
bcoles
21417dc3e2
Update BeEF server protocol for multiple modules to use
...
`beef.http.https.enable`
Now uses the `beef.net.httpproto` value rather than a hard-coded
protocol string.
Part of issue #745
2013-08-09 13:21:33 +09:30
Finn Herzfeld
ca8f5d37e1
Corrected minor typo
2013-08-06 17:03:17 -07:00
bcoles
c6314f97cb
Update version to beef-0.4.4.7-alpha
2013-08-04 16:45:24 +09:30
Brendan Coles
1a5b21765f
Merge pull request #924 from phihag/install-pipeline-instead-of-fifo
...
Use a pipe instead of a fifo during installation
beef-0.4.4.7
2013-08-04 00:54:26 -07:00
Brendan Coles
9fe27b113f
Merge pull request #923 from phihag/install-abort-on-error
...
Update install to abort on error
2013-08-04 00:52:56 -07:00
Philipp Hagemeister
3948750571
Use a pipe instead of a fifo during installation
...
bash's anonymous fifos are only available if devfs is mounted.
On a system without /dev mounted (which is perfectly reasonable for a locked-down security testing machine), installing beef fails with (after applying #923 )
install-beef: line 81: /dev/fd/62: No such file or directory
This commit fixes and lets the installation run through.
2013-08-01 17:33:09 +02:00
Philipp Hagemeister
957510b6d9
Abort on error
...
On a (debian) system without sudo, lots of messages rush by, and it's not obvious was fails.
With this change, the log looks like:
$ bash install-beef
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
======================================
BeEF Installer
======================================
CAUTION: This installation script will install a number of BeEF dependencies including the Ruby-RVM environemnt and it's dependencies.
In rare cases, this may lead to unexpected behaviour or package conflicts on some systems.
Are you sure you wish to continue (Y/n)?
Detecting OS..
Debian/Ubuntu Detected
Installing Prerequisite Packages..
install-beef: line 74: sudo: command not found
which is far more informative.
2013-08-01 17:30:00 +02:00
Christian Frichot
7f64c94e03
New Module - Fake LastPass Dialog
2013-07-21 13:53:44 +08:00
Christian Frichot
82a70fbcd0
Detect LastPass module (except on IE) - #802
2013-07-20 13:58:20 +08:00
Christian Frichot
a22926bc53
Merge remote-tracking branch 'origin/master'
2013-07-08 19:41:10 +08:00
bcoles
2c2b9a85f4
Update browser fingerprinting module firefox signatures
2013-07-08 10:57:02 +09:30
bcoles
dd811ca234
Add proxy detection using http headers to browser details
...
Add proxy details to browser log
Part of issue #527
Note: does not work for transparent proxies
2013-07-08 00:25:49 +09:30
Christian Frichot
acfdf45d16
Merge remote-tracking branch 'origin/master'
2013-07-06 15:10:43 +08:00
bcoles
e88c3c1f86
Add fake_notification_c module
...
Part of issue #695
2013-07-05 01:17:20 +09:30
bcoles
32b48e5172
Add some client-side debugging to browser.js
...
Perform minor code formatting changes
2013-07-04 23:50:34 +09:30
bcoles
b16d7e3563
Add fake_notification_ff module
...
Rename fake_notification module to fake_notification_ie
2013-07-04 23:12:01 +09:30
Christian Frichot
7e73c0a532
Merge remote-tracking branch 'origin/master'
2013-07-04 20:14:29 +08:00
bcoles
1bddb00ec8
Add Replace Video (Fake Plugin) module
...
Fix issue #695
2013-07-04 11:54:52 +09:30
bcoles
9daacd799e
Update version to beef-0.4.4.7
2013-07-04 08:20:05 +09:30
bcoles
4fe51dcd28
Update version to '0.4.4.6.1-alpha' bug fix edition
beef-0.4.4.6.1
2013-07-04 08:17:17 +09:30
bcoles
af6cf9e5d4
Add Firefox 23 and 24 support for Firefox aurora/beta users
...
Firefox 23 ETA August 2013
Firefox 24 ETA September 2013
2013-07-04 07:39:23 +09:30
BWZ
3705009982
LiveCD - updade bundles during beef update
...
Fixes #918
2013-07-02 18:19:41 +10:00
antisnatchor
7f1473ccbf
Added detection for Firefox 22 (and improved detection of FF 21/22 with a new DOM object).
2013-07-01 17:32:00 +01:00
antisnatchor
f869d2924a
Fixed an XSS discovered by Mario in the default keylogger.
2013-07-01 15:24:36 +01:00
Christian Frichot
0b1c753bd3
Merge remote-tracking branch 'origin/master'
2013-07-01 16:22:20 +08:00
gcatt
f6ebe9fac0
Revert "Add Unity Web Player detection"
...
This reverts commit 696e3715fe .
2013-07-01 10:11:20 +02:00
Christian Frichot
570a8266ed
Merge remote-tracking branch 'origin/master'
2013-07-01 16:10:33 +08:00
gcatt
696e3715fe
Add Unity Web Player detection
2013-07-01 10:07:47 +02:00
Christian Frichot
53536d9d86
Merge remote-tracking branch 'origin/master'
2013-07-01 07:04:42 +08:00
bcoles
e61b266921
update version
2013-07-01 00:42:47 +09:30
bmantra
8cf17b01a5
Merge pull request #916 from bmantra/master
...
added option to use only LF in the bind shell module for use with Linux
beef-0.4.4.6
2013-06-28 11:43:27 -07: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
Michele Orru
c70fa80468
Merge pull request #911 from gcattani/910-HasUnity
...
Add Unity Web Player detection
2013-06-19 03:06:42 -07:00
gcatt
1be8ec12fd
Add Unity Web Player detection
2013-06-18 23:59:43 +02:00
Christian Frichot
0dd499c71a
Updated browser detection to capture Chrome under iOS. See Issue #909
2013-06-16 16:19:58 +08:00
Christian Frichot
dab58f0e61
Updated hardware constants better detects and displays pure Nexus phones. Issue #908
2013-06-16 14:49:39 +08:00
Christian Frichot
2e68470d23
Android OS Icon should now display. See Issue #907
2013-06-16 14:27:12 +08: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
Christian Frichot
dbebf12d27
Update to browser_filter. See Issue #906
2013-06-15 13:45:24 +08:00
Christian Frichot
96f763b7e0
Chrome 27/28 detection. Fixes Issue #905
2013-06-15 13:41:41 +08:00
bcoles
d40486c391
Add airlive_ip_camera_csrf module
2013-06-14 15:28:35 +09:30
Brendan Coles
d43f443555
Merge pull request #904 from Nbblrr/master
...
Add modules for detecting MS Office version and Bitdefender 2012
Fix issue #902
Fix issue #903
2013-06-13 22:38:37 -07:00
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