Mike Haworth
5a9a050c1c
added new phonegap modules, to check connection type (wifi/3g) and ensure beef hook survives suspend resume of app.
2012-08-22 20:51:49 +12:00
Mike Haworth
ad2bc95cf0
updated local file theft to accept custom file path
2012-08-22 20:50:03 +12:00
Mike Haworth
f2d4a88810
added abilty to detect new phonegap renamed 'cordova'
2012-08-22 20:48:55 +12:00
Wade Alcorn
6897962803
Version updated
2012-08-15 13:39:16 +10: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
radoen
93bb25aa0b
Set to false websocket and https
2012-08-10 13:47:42 +02:00
radoen
5697eac123
Added support for wss, issue #714
2012-08-10 13:43:48 +02:00
antisnatchor
ea89b0ca64
Added support for Safari 6.
beef-0.4.3.6
2012-08-06 20:55:38 +01:00
antisnatchor
dfe61f3a17
Reverted back default port to 3000. My bad.
2012-08-06 15:06:53 +01:00
antisnatchor
b3b3ae828b
Updated fake_flash_update module description, to specify that the Chrome extension delivery will work on Chrome <= 20 only.
2012-08-06 14:30:19 +01:00
antisnatchor
1f88bb4cc3
Added default key/cert files for HTTPS support, added a few notes about it on config.yaml
2012-08-06 14:25:53 +01:00
Christian Frichot
b58e9b955e
Fixes Issue #733 - Thin SSL support initial release
2012-08-05 16:17:18 +08:00
Michele Orru
56db0c35fe
Merge pull request #730 from mpapis/patch-1
...
Make sense. Thanks!
2012-08-04 03:19:22 -07:00
Michele Orru
6b126744c3
Merge pull request #732 from offensivecoder/notifications
...
Looks good to me. My fast code-review on the fly through GitHub was OK :D
2012-08-04 03:18:17 -07:00
Marc Wickenden
2ad1ba4fbf
remove superfluous notifications.rb
2012-08-03 23:59:32 +01:00
Marc Wickenden
3504946636
disable console in commited version
2012-08-03 23:29:24 +01:00
Marc Wickenden
26ab3be0b8
remove Gemfile.lock from commit
2012-08-03 23:15:43 +01: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
bd4b28ae3c
turn off debugging in committed version
2012-08-03 22:04:28 +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
Michal Papis
73fc960333
improved installation command
...
updated the installation command:
- reversed notation to prevent `curl -s` and hiding errors,
- shortened the commit sha1, still usable but easier to see whole command.
2012-08-02 21:22:35 +03: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
antisnatchor
c2a2135046
Added Chrome 21 fingerprinting.
2012-08-01 12:28:24 +01:00
antisnatchor
560aa7f610
Changed default WebSockets port to increase success rate through proxies.
2012-07-31 09:28:55 +01:00
bmantra
7c7103b685
Merge pull request #729 from bmantra/master
...
add default beef ip/host to connect back to
2012-07-25 05:50:32 -07:00
bmantra
e299045539
add default beef host/ip to connect to
2012-07-25 14:47:56 +02:00
Christian Frichot
83f29505a5
Minor fix to the Shell interface - can review offline targets now
2012-07-25 14:21:37 +08:00
bmantra
fac1ff45ca
Merge pull request #727 from bmantra/master
...
updated description IRC NAT Pinning
2012-07-23 23:11:07 -07:00
bcoles
a4e74aaad0
Added AlienVault OSSIM 3.1 XSS module
2012-07-24 10:55:28 +09:30
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
71fb6ae089
bind_socket: receive buffer length increased to 1024 bytes
2012-07-23 18:25:55 +01: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
Christian Frichot
34a2f86877
Tidied up the gmail phishing module - its not embedded so category is now a string not array
2012-07-23 19:31:57 +08:00
antisnatchor
6139da2161
Managing the famous if data == buffer_length case while receiving data in socket (bind_socket)
2012-07-23 11:05:38 +01:00
antisnatchor
6342fdad77
Fixec and enhanced the bind_socket method in AssetHandler. Multi-thread, close socket when no more data is received, print_debug raw request
2012-07-23 10:55:41 +01: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
8e2f0e9a44
Added support for Firefox 14
2012-07-18 22:03:24 +09:30
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