Commit Graph

25 Commits

Author SHA1 Message Date
bcoles
63e7f8c349 Updated browser min_ver/max_ver for several modules:
modules/browser/extract_local_storage/
	modules/browser/extract_session_storage/
	modules/host/physical_location/
2011-12-08 19:21:56 +10:30
Christian Frichot
a52bd5dac2 (Fixes issue 572): iPhone telephone module does not use skype, use hidden iframe dom code 2011-11-24 20:48:42 +08:00
Christian Frichot
bc4cb97ae8 (Fixes issue 495): Skype calling now works on iPhone. Changed to user notify for all applicable browsers 2011-11-24 20:41:21 +08:00
wade@bindshell.net
4cced764b0 Get Registry Keys module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1414 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:56 +00:00
wade@bindshell.net
0840e024de Get Protocol Handlers module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1413 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:38 +00:00
wade@bindshell.net
a7a1a3573d Get System Info module description updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1411 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:00 +00:00
bcoles@gmail.com
c0364fef06 Updated description for Get Registry Keys module
git-svn-id: https://beef.googlecode.com/svn/trunk@1398 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 06:08:50 +00:00
bcoles@gmail.com
a950c53e6b Fixed typo in Get System Info module: timeout value
git-svn-id: https://beef.googlecode.com/svn/trunk@1397 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 05:37:37 +00:00
antisnatchor
edec211930 Removed DetectLocalSettings because 1. it's not working anymore 2. getSystemInfo is retrieving the same info
git-svn-id: https://beef.googlecode.com/svn/trunk@1393 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-02 15:21:12 +00:00
antisnatchor
f9ba59c17d GetSystemInfo command module: improved description, network interfaces output and usage of JS api
git-svn-id: https://beef.googlecode.com/svn/trunk@1392 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-02 15:16:54 +00:00
antisnatchor
1ccd322b13 Modified host/getSystemInfo module to use the attachApplet JS API
git-svn-id: https://beef.googlecode.com/svn/trunk@1389 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-02 11:07:24 +00:00
passbe
d1201e70a2 Corrected min_ver, max_ver bug. Fixes issue 489. Fixes issue 525.
git-svn-id: https://beef.googlecode.com/svn/trunk@1379 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-24 07:00:29 +00:00
bcoles@gmail.com
f902e16eba Added module: Get Registry Keys (ActiveX)
Retrieves the values of Windows Registry keys using ActiveX.

The user will be prompted to run the ActiveX control.



git-svn-id: https://beef.googlecode.com/svn/trunk@1377 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-23 08:26:29 +00:00
bcoles@gmail.com
9170a2cd18 Added module: Get System Info (Java)
Retrieves basic information about the host system (such as the number of 
processors, amount of memory, screen display modes, operating system 
details, Java installation details and network interface names) using an 
unsigned Java applet.

Chrome users will be prompted to run the applet.

        o Working:      Opera, Firefox, Safari, Internet Explorer
        o User Notify:  Chrome



git-svn-id: https://beef.googlecode.com/svn/trunk@1376 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-21 15:26:38 +00:00
bcoles@gmail.com
882e2e8b66 Added Detect Protocol Handlers module
git-svn-id: https://beef.googlecode.com/svn/trunk@1332 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-30 13:24:35 +00:00
bcoles@gmail.com
68d967f1f4 Changed mount path to 'modules/host/hook_default/'
git-svn-id: https://beef.googlecode.com/svn/trunk@1296 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-16 19:48:37 +00:00
bcoles@gmail.com
5add404cae Reverted revision 1294
git-svn-id: https://beef.googlecode.com/svn/trunk@1295 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-16 19:37:30 +00:00
metasploit30@gmail.com
dd3a2619a4 < File.open('./modules/browser/hook_default/bounce_to_ie.pdf',"r")
> File.open('./modules/browser/hook_default/bounce_to_ie_configured.pdf',"r")

git-svn-id: https://beef.googlecode.com/svn/trunk@1294 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-16 19:31:00 +00:00
wade@bindshell.net
e97104f696 command modules re-organised and re-named
git-svn-id: https://beef.googlecode.com/svn/trunk@1292 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-16 12:28:14 +00:00
wade@bindshell.net
f7765e8754 skype call module name changed
git-svn-id: https://beef.googlecode.com/svn/trunk@1201 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 13:11:33 +00:00
passbe
2e70f86866 Added pre_execute, execute and post_execute to modules.
git-svn-id: https://beef.googlecode.com/svn/trunk@1197 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 04:04:32 +00:00
passbe
3455ebda87 Removed all super() methods and moved all data into new options() method. Fixes issue 330
git-svn-id: https://beef.googlecode.com/svn/trunk@1120 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 01:36:24 +00:00
scotty.b.brown@gmail.com
5c3e6f1575 Adding Apache Licence Header to all files (except VERSION file)
git-svn-id: https://beef.googlecode.com/svn/trunk@1046 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-02 23:08:28 +00:00
passbe
8e033aac83 Moved module configuration elements into thier config.yaml. File and Data keys have not been moved yet. When migration is started the module's database elements are pushed into their config hash. This is in preperation for the admin_ui refactor
git-svn-id: https://beef.googlecode.com/svn/trunk@915 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-21 04:59:55 +00:00
scotty.b.brown@gmail.com
35f62714b1 Moving nextgen from a branch to the trunk!!!
git-svn-id: https://beef.googlecode.com/svn/trunk@908 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-20 07:54:56 +00:00