Commit Graph

198 Commits

Author SHA1 Message Date
xntrik edf39e18ff issue 215 : IE will now get session id properly
git-svn-id: https://beef.googlecode.com/svn/trunk@711 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-23 09:24:41 +00:00
wade@bindshell.net 3ca4cc284c MSF filter stub added
git-svn-id: https://beef.googlecode.com/svn/trunk@710 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-22 20:26:29 +00:00
wade@bindshell.net bd496d34e9 minor refactoring
git-svn-id: https://beef.googlecode.com/svn/trunk@709 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-22 20:24:55 +00:00
sussurro@happypacket.net aec3d389fd fixed enums
git-svn-id: https://beef.googlecode.com/svn/trunk@708 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-22 03:30:27 +00:00
sussurro@happypacket.net 24ed552ba2 config.ini change for MSF callbacks to work
git-svn-id: https://beef.googlecode.com/svn/trunk@706 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-20 22:15:19 +00:00
sussurro@happypacket.net e41cf34aad Updates for Metasploit Usage
git-svn-id: https://beef.googlecode.com/svn/trunk@705 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-20 21:53:03 +00:00
wade@bindshell.net 7a7d0c8f7f Status bar update added when required module fields are not complete. It now says "Please complete all input fields!".
git-svn-id: https://beef.googlecode.com/svn/trunk@704 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-20 21:06:29 +00:00
wade@bindshell.net e10e921e51 Actionable TODOs move to the tracker. TODOs have been removed from source.
git-svn-id: https://beef.googlecode.com/svn/trunk@703 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-20 21:03:16 +00:00
sussurro@happypacket.net 540f806d1d update dynamic module code so it shows up correctly.
git-svn-id: https://beef.googlecode.com/svn/trunk@702 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-19 16:38:16 +00:00
wade@bindshell.net c89f382eaf minor refactoring
git-svn-id: https://beef.googlecode.com/svn/trunk@701 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-18 21:00:35 +00:00
wade@bindshell.net 9d90813240 The superfluous JSON array (of size one) wrapping a hash in each input element has been removed. Thus, there is no need for the following instruction with each element: if(typeof input[0] == 'object') { input = input[0]; }
git-svn-id: https://beef.googlecode.com/svn/trunk@700 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-18 12:53:56 +00:00
wade@bindshell.net 5091936773 Some refactoring in common.js
git-svn-id: https://beef.googlecode.com/svn/trunk@699 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-17 22:09:02 +00:00
wade@bindshell.net c704868c1a comments added for common.js
git-svn-id: https://beef.googlecode.com/svn/trunk@695 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-16 21:31:17 +00:00
wade@bindshell.net 5cd1eb351a Support added to retrieve msf payload options and display them in the UI.
git-svn-id: https://beef.googlecode.com/svn/trunk@694 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-16 20:34:59 +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
wade@bindshell.net bd404584fd 127.0.0.1 changed to 0.0.0.0 for dev cycle
git-svn-id: https://beef.googlecode.com/svn/trunk@692 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-10 21:15:39 +00:00
wade@bindshell.net b5dfb11453 Version number updated for issue 243
git-svn-id: https://beef.googlecode.com/svn/trunk@691 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-10 20:55:53 +00:00
vitaly.osipov@gmail.com 43f402c7f7 fixes issue 240 including ipv6 interfaces and whatnot.
git-svn-id: https://beef.googlecode.com/svn/trunk@688 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-10 00:31:17 +00:00
vitaly.osipov@gmail.com e100325d56 I have no idea how to reliably detect all network interfaces from Ruby. This commit fixes the duplicates but not "missing interfaces" in banner output
git-svn-id: https://beef.googlecode.com/svn/trunk@687 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-09 23:51:31 +00:00
wade@bindshell.net 7401a1b252 http_host set to 127.0.0.1 until issue 240 is fixed.
git-svn-id: https://beef.googlecode.com/svn/trunk@686 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-09 20:58:58 +00:00
wade@bindshell.net ce76c91f84 Handler callback re-added to the raw_request() function.
git-svn-id: https://beef.googlecode.com/svn/trunk@685 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-09 20:05:56 +00:00
wade@bindshell.net 701f8d8f2d Command execution exception error message added.
git-svn-id: https://beef.googlecode.com/svn/trunk@684 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-09 20:00:31 +00:00
wade@bindshell.net 19561b5002 This update fixes issue 241.
The support function beef.net.get_ajax() re-added. The requester relies on this function. 



git-svn-id: https://beef.googlecode.com/svn/trunk@683 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-09 19:55:50 +00:00
wade@bindshell.net 904cb43c51 Changed default http_host to 0.0.0.0 inline with r678.
git-svn-id: https://beef.googlecode.com/svn/trunk@682 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-08 20:06:34 +00:00
scotty.b.brown@gmail.com 3ba437578a This backs out r679 - thanks to Wade's over all fixes in r680. This code will probably be re-added in some from in #238
git-svn-id: https://beef.googlecode.com/svn/trunk@681 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-07 22:52:02 +00:00
wade@bindshell.net bd37d5fbd7 This update addresses issue 197. jQuery.getScript() is now used to load the cross domain instructions from the framework. Scripts are now loaded and executed instead of using XMLHttpRequests.
git-svn-id: https://beef.googlecode.com/svn/trunk@680 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-07 20:27:10 +00:00
scotty.b.brown@gmail.com 8b9917c7f7 Possible fix towards the CORS issues in Chrome etc
git-svn-id: https://beef.googlecode.com/svn/trunk@679 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-07 07:51:29 +00:00
vitaly.osipov@gmail.com a4d4d69b87 fixes issues 171
git-svn-id: https://beef.googlecode.com/svn/trunk@678 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-07 04:28:30 +00:00
sussurro@happypacket.net f04a86337f Add in ability for dynamic commands (like Msf) to cache target settings for easy tree display
git-svn-id: https://beef.googlecode.com/svn/trunk@677 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-06 16:14:40 +00:00
xntrik 437db63c82 issue 167 : this is an interim implementation of this issue
git-svn-id: https://beef.googlecode.com/svn/trunk@676 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-06 12:15:44 +00:00
sussurro@happypacket.net 147cc8573b Fix captiolzation of OsName field query
git-svn-id: https://beef.googlecode.com/svn/trunk@675 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 20:45:25 +00:00
wade@bindshell.net ca8d83ffad annotations turned off on rickroll
git-svn-id: https://beef.googlecode.com/svn/trunk@674 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 19:23:26 +00:00
wade@bindshell.net 73e0ff3e59 changed so object and embeded tags match
git-svn-id: https://beef.googlecode.com/svn/trunk@673 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 19:17:10 +00:00
wade@bindshell.net eed143ebd5 Updated for issue 129. This rickroll YouTube video should work Internationally.
git-svn-id: https://beef.googlecode.com/svn/trunk@672 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 09:10:21 +00:00
passbe 6a838b5e1a This commit fixes issue #234, allows a script to run beef_init() to implement the hooking process, post window.onload.
git-svn-id: https://beef.googlecode.com/svn/trunk@671 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 08:34:44 +00:00
yori.kvitchko 6f431929bc replace video module, initial commit
git-svn-id: https://beef.googlecode.com/svn/trunk@670 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 03:42:53 +00:00
yori.kvitchko e239f56e23 fullscreen fix
git-svn-id: https://beef.googlecode.com/svn/trunk@669 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 02:40:07 +00:00
yori.kvitchko 2a0f342ab1 jquery
git-svn-id: https://beef.googlecode.com/svn/trunk@668 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 00:36:01 +00:00
yori.kvitchko de1e89a840 initial commit of rickroll module
git-svn-id: https://beef.googlecode.com/svn/trunk@667 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-05 00:28:13 +00:00
wade@bindshell.net 50ea03a74f Updated to fix Issue 186.
Renaming DB column from has_run to instructions_sent. This matches more closely its new usage.

git-svn-id: https://beef.googlecode.com/svn/trunk@666 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-04 08:45:16 +00:00
wade@bindshell.net 73d6f93d1d Updated to fix Issue 186.
Previously, if a HB did not return a module result the instructions are resent. This update stops that and will only send the module instructions once.

git-svn-id: https://beef.googlecode.com/svn/trunk@665 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-04 08:40:58 +00:00
vitaly.osipov@gmail.com 3a13a67498 fixes issue 132
git-svn-id: https://beef.googlecode.com/svn/trunk@664 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-04 04:25:10 +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
passbe 27784d6f90 fixes Issue #24 - Event logger now captures keypress / click / and window focus and blur
git-svn-id: https://beef.googlecode.com/svn/trunk@661 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 06:07:07 +00:00
wade@bindshell.net cdbde91bb9 Adding the start of the eventhandler
git-svn-id: https://beef.googlecode.com/svn/trunk@660 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 05:01:07 +00:00
wade@bindshell.net c4e07ff66d minor update: typo
git-svn-id: https://beef.googlecode.com/svn/trunk@659 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 04:39:33 +00:00
scotty.b.brown@gmail.com 07a4acf6c0 Added the ! to teh filter for the IE response (navigator.plugins is not supported by this browser!)
git-svn-id: https://beef.googlecode.com/svn/trunk@658 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 02:54:13 +00:00
scotty.b.brown@gmail.com db29962c4b Filter added for browser plugins for #179
git-svn-id: https://beef.googlecode.com/svn/trunk@657 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 02:46:26 +00:00
passbe 285094384f Added iFrame Persistance module
git-svn-id: https://beef.googlecode.com/svn/trunk@656 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 02:40:41 +00:00
sussurro@happypacket.net ef35332595 error handling for payload does not exist error
git-svn-id: https://beef.googlecode.com/svn/trunk@655 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-02 05:00:04 +00:00