Thialfihar
9068f91a63
Make curl follow redirects on github
...
GitHub has started to redirect raw.github.com to
raw.githubusercontent.com, breaking the installation scripts.
Paramter -L makes curl follow the redirect.
2014-05-04 13:16:58 +02:00
Brendan Coles
e8e4180eee
Fix regex
2014-05-01 16:36:01 +10:00
Brendan Coles
c61dee7275
Add support for Firefox 29
...
* https://developer.mozilla.org/en-US/Firefox/Releases/29
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/codePointAt
2014-05-01 02:33:43 +10:00
Michele Orru
5d3df16dc7
Merge pull request #1005 from zeroSteiner/rest-api-version
...
Support pulling the server version through the REST API
2014-04-29 11:18:24 +02:00
Spencer McIntyre
76c09aa38a
Support pulling the server version through the REST API
2014-04-28 15:35:01 -04:00
Christian Frichot
fe14601dfc
Added -i --interactive option at commandline to launch console shell
2014-04-27 07:12:53 +08:00
bcoles
34ec20cd0d
Update version to 0.4.5.1-alpha
2014-04-25 16:12:25 +09:30
Brendan Coles
c1a7b1ec08
Use filter
beef-0.4.5.0
2014-04-25 04:17:17 +10:00
Brendan Coles
9af8e6bd00
Add CPU type filter
2014-04-25 04:16:53 +10:00
Brendan Coles
a317b223ca
Update description
2014-04-25 03:52:57 +10:00
bcoles
6fe8772710
Refactor browser component details
2014-04-25 02:11:58 +09:30
Wade Alcorn
94b636c6fd
Fixed reference to origin
2014-04-24 19:36:58 +10:00
Wade Alcorn
8dfa674134
Merge branch 'master' of github.com:beefproject/beef
2014-04-24 19:36:10 +10:00
Wade Alcorn
52c2ef45e1
Fixed reference to origin
2014-04-24 14:44:26 +10:00
Christian Frichot
f17569cc35
Chrome Browser detection up to v36 for Desktop and iOS
2014-04-24 11:48:42 +08:00
Brendan Coles
82e09e88ff
Merge pull request #999 from bcoles/nginx
...
Add nginx imitation
2014-04-23 00:16:23 +10:00
bcoles
2ee9fb6ccc
Add nginx imitation
2014-04-22 22:49:21 +09:30
Brendan Coles
d0cdb9ec90
Update config.yaml
...
Edit comments for consistency.
2014-04-22 21:05:05 +10:00
Brendan Coles
ed5a11479a
Merge pull request #998 from bcoles/geoip
...
Add support for MaxMind GeoIP
2014-04-22 02:31:54 +10:00
bcoles
4529dd1a6c
Add support for MaxMind GeoIP
2014-04-22 00:58:49 +09:30
Brendan Coles
a131e670bc
Merge pull request #995 from bcoles/update_print
...
Update print methods
2014-04-20 20:20:18 +10:00
Brendan Coles
17f265cb83
module.rb minor code cleanup
2014-04-20 20:12:33 +10:00
bcoles
354c3f1af0
Downgrade error to warning
2014-04-20 18:52:14 +09:30
bcoles
7689af8e2c
Add print_warning, print_good and print_status
2014-04-20 17:24:25 +09:30
Brendan Coles
691ae19426
Update Gemfile
...
Add comments
Add gems for MySQL/PostgreSQL (commented out)
Add Twitter gem dependency (commented out)
2014-04-17 13:40:59 +10:00
antisnatchor
f2c83ced4d
Merge remote-tracking branch 'origin/master'
2014-04-14 11:48:23 +02:00
antisnatchor
940b03e249
Removed twitter dependency from Gemfile as it's causing depenedencies issues sometimes, and the twitter notification feature isn't that used anyway.
2014-04-14 11:46:42 +02:00
Michele Orru
78a0c689be
Merge pull request #992 from RootPrivileges/windows-pretty-theft
...
Add a Windows prompt to the pretty_theft module
2014-04-14 11:41:16 +02:00
RootPrivileges
5ddb88db73
Add a Windows prompt to the pretty_theft module
2014-04-14 10:23:30 +01:00
Brendan Coles
f526f39f10
Warn about Heartbleed if opemnssl is vulnerable
...
Warn user if the OpenSSL library is vulnerable to Heartbleed and HTTPS is enabled.
Part of #990
2014-04-13 03:33:32 +10:00
Brendan Coles
5d1d519fc2
unless proxy_clients.empty?
...
replace `unless proxy_clients.nil?` with `unless proxy_clients.empty?`
2014-04-13 02:31:52 +10:00
Brendan Coles
d9fd2b994e
Add browser proxy details to browser summary
2014-04-13 02:29:09 +10:00
Brendan Coles
dde007ce86
Merge pull request #987 from ecneladis/master
...
Adding module for getting battery status
2014-03-25 21:25:57 +11:00
ecneladis
6044de5604
Adding module for getting battery status
2014-03-24 12:46:43 +01:00
Michele Orru
4e3f0366bf
Merge pull request #986 from koto/master
...
Added payloads for Chrome extensions injector
2014-03-22 15:39:27 +01:00
antisnatchor
2cf4e7e055
Re-added csrf_to_beef tool (removed for mistake, sorry)
2014-03-22 15:31:55 +01:00
Krzysztof Kotowicz
3947bac044
added payloads
2014-03-22 11:28:27 +01:00
Brendan Coles
99c251610d
Merge pull request #985 from veshi/master
...
trivial: fix some misspelled words.
2014-03-20 17:26:25 +11:00
Adrian Kalaveshi
e139ad121e
trivial: fix some misspelled words.
2014-03-19 17:06:56 -07:00
Michele Orru
0664ce688e
Merge pull request #984 from bcoles/getDefaultBrowser
...
Add 'beef.os.getDefaultBrowser'
2014-03-19 17:20:32 +00:00
bcoles
7d6eb4b714
Add 'beef.os.getDefaultBrowser'
2014-03-20 02:49:08 +10:30
bcoles
97898d453c
Moved Detect Default Browser module to Host category
2014-03-20 00:58:16 +10:30
bcoles
fab0bf6b24
Add Detect HP module
2014-03-20 00:52:25 +10:30
bcoles
4a603b9f00
Add IE10 resource URL browser fingerprint
2014-03-19 23:49:21 +10:30
bcoles
73c42f34f6
Add support for Firefox 28
2014-03-19 11:02:25 +10:30
Michele Orru
ca13af9f4e
Merge pull request #983 from koto/se-talk
...
Added new files, readme and contact info to chrome extensions exploits
2014-03-18 12:01:08 +00:00
Krzysztof Kotowicz
2105121c93
added new files, readme and contact info
2014-03-18 12:56:57 +01:00
antisnatchor
98ca29e51e
Moved xsrf_to_beef in its own dir.
2014-03-16 15:48:39 +00:00
antisnatchor
4db376f11c
Merge branch 'master' of https://github.com/beefproject/beef
2014-03-16 15:47:16 +00:00
antisnatchor
df4ec41538
Added Chrome Extension exploitation tools from me and Kkotowicz.
2014-03-16 15:45:16 +00:00