Commit Graph

21 Commits

Author SHA1 Message Date
scotty.b.brown@gmail.com
d1bc5f8eef Unknown browsers are now hooked properly - and don't bork with the "ERROR Invalid browser name"
git-svn-id: https://beef.googlecode.com/svn/trunk@791 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-03-14 08:11:42 +00:00
scotty.b.brown@gmail.com
30f4ba5bf9 fixes issue 293 (add support for Chrome 10)
git-svn-id: https://beef.googlecode.com/svn/trunk@790 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-03-13 12:15:19 +00:00
wade@bindshell.net
92e2558945 Adding beef.browser.changeFavicon() and beef.browser.changePageTitle(). Thanks Nib for providing the details.
git-svn-id: https://beef.googlecode.com/svn/trunk@754 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-02-20 13:53:13 +00:00
xntrik
bd5c5c2214 issue 190 : fixed the issue whereby this was also flagging Safari as Chrome
git-svn-id: https://beef.googlecode.com/svn/trunk@749 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-02-19 05:36:20 +00:00
xntrik
cb3ffaaa43 issue 190 : Using UA to detect diff Chrome versions
git-svn-id: https://beef.googlecode.com/svn/trunk@748 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-02-19 03:15:39 +00:00
xntrik
3d8ca01be7 issue 193 : using HTML Comments do diff between IE 7,8,9
git-svn-id: https://beef.googlecode.com/svn/trunk@747 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-02-19 02:54:00 +00:00
passbe
7974664a82 fixes Issue #40, created getPluginsIE, to traverse ActiveX object detection list
git-svn-id: https://beef.googlecode.com/svn/trunk@693 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-12 01:19:03 +00:00
vitaly.osipov@gmail.com
411ced7a12 fixes issue 200
git-svn-id: https://beef.googlecode.com/svn/trunk@663 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-04 04:09:43 +00:00
wade@bindshell.net
a6d84a7630 sendback_browser_details tidied
git-svn-id: https://beef.googlecode.com/svn/trunk@616 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-12-17 10:17:37 +00:00
passbe
ea64c4c2c7 Corrected JSON.stringify failing in IE8, plus added generic return message for browsers not supporting navigator.plugins. Ref Issue #40
git-svn-id: https://beef.googlecode.com/svn/trunk@594 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-12-04 00:54:04 +00:00
passbe
64c37c9bec Issue #4, Issue#40. Had to role back hasVisited boolean return. The return result of the detect_visited command will need some styling once the format_multiline command can be used on local javascript variables.
git-svn-id: https://beef.googlecode.com/svn/trunk@573 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-24 09:44:04 +00:00
mosse.benjamin
7ba9f6a806 fixing the hasJava function
git-svn-id: https://beef.googlecode.com/svn/trunk@550 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-19 04:34:39 +00:00
mosse.benjamin
f59a31692b adding checks in the init.js script to prevent errors
git-svn-id: https://beef.googlecode.com/svn/trunk@549 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-19 04:13:22 +00:00
mosse.benjamin
f9e3ec56c7 fix bug and adding feature to retrieve browser plugins during the init.js
git-svn-id: https://beef.googlecode.com/svn/trunk@546 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-19 02:29:54 +00:00
passbe
7e8365de01 Added hasVisted function/module. Issue #4. Additionally added removeElement() and isDOMElement() to dom.js
git-svn-id: https://beef.googlecode.com/svn/trunk@540 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-17 12:21:58 +00:00
passbe
aaf4a0d8f4 Have rolled back advanced java detection until the framework can support external asset injection. Issue #32 & Issue #155
git-svn-id: https://beef.googlecode.com/svn/trunk@536 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-17 09:14:56 +00:00
wade@bindshell.net
dadbf5d88f Add explicit filters to inithandler
git-svn-id: https://beef.googlecode.com/svn/trunk@535 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-16 12:16:42 +00:00
antisnatchor
32584b6f0f fix typos
git-svn-id: https://beef.googlecode.com/svn/trunk@528 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-15 10:45:19 +00:00
wade@bindshell.net
7f21f4d597 more hooked browser init values added
git-svn-id: https://beef.googlecode.com/svn/trunk@518 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-13 10:53:33 +00:00
passbe
be244d1284 Added detect_plugins, rewrote getPlugins and hasJava, added Java Version Class (jvc)
git-svn-id: https://beef.googlecode.com/svn/trunk@506 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-11 11:54:11 +00:00
scotty.b.brown
ffa735caff Moving RBeEF to trunk
git-svn-id: https://beef.googlecode.com/svn/trunk@503 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-11 09:16:11 +00:00