Nicholas Starke
5d65741bb5
Changing Global Variables to Instance Variables
2019-12-06 10:35:43 -06:00
Nicholas Starke
6d523da790
Fixing require statements and scope
...
Made the 'succeeded' variable global in scope and added two
'require' statements that seemed to be necessary for the module
to work properly.
2019-12-05 14:43:46 -06:00
Nicholas Starke
335aef59da
Adding failing condition
...
This commit adds a failure code if the module does not
successfully receive a response from the remote chrome process.
2019-12-05 14:17:30 -06:00
dwelch-r7
ed94499ea6
Land #12422 , Add module for enumerating git keys
2019-12-01 15:39:54 +00:00
h00die
f17fe39bda
dos iis75 nocrash
2019-11-29 07:15:17 -05:00
Wyatt Dahlenburg
02bb97fba6
Forced gitserver to required and improved status messages
2019-11-27 11:18:01 -06:00
dwelch-r7
a8847a1d2a
Land #12475 , enhancements to brute_dirs module
2019-11-25 19:04:30 +00:00
Christophe De La Fuente
cd22c1bea4
Minor fixes for OPTIONS
...
- Remove TIMEOUT option since it is already present in the advanced
options (HttpClientTimeout)
- Add DATA option to set the POST data
2019-11-22 15:09:08 +01:00
Federico Pellegrin
b81545acee
scanners: fix a couple of typos
2019-11-19 10:15:46 +01:00
Tim W
6fa16c7020
Land #12593 , fix android hashdump hash format
2019-11-19 13:37:16 +08:00
Brent Cook
23f66f85eb
Land #12479 , fix error running sap_mgmt_con_brute_login
2019-11-18 17:12:46 -06:00
h00die
a0e45f4841
fixes for android hashdump
2019-11-17 13:44:19 -05:00
Tim W
41e3bccdaa
Land #12497 , add android hashdumper for cracking Android pin codes
2019-11-15 18:13:16 +08:00
h00die
8b8c70b145
add samsung and md5 processing
2019-11-13 21:48:25 -05:00
h00die
ec63c4c419
fix negative bug, add docs
2019-11-12 22:32:07 -05:00
William Vu
7d77c0fd5a
Land #12543 , myworkspace.id to myworkspace_id fix
2019-11-12 03:09:08 -06:00
William Vu
add013283d
Land #12511 , Pulse Secure VPN file read redux
2019-11-12 02:51:11 -06:00
William Vu
4f2cab4cf1
Add references
2019-11-11 17:33:10 -06:00
Nicholas Starke
986b1dfbd5
Addressing comments on pull request
...
I have updated this module as per the comments left on the pull request.
This includes adding a timeout configuration option and adding a check
for the webSocketDebuggerUrl key
2019-11-10 15:43:01 -06:00
h00die
f8ef7a8db9
add crack_mobile, handle negative hashes
2019-11-09 15:55:53 -05:00
Wyatt Dahlenburg
a2aba34112
Trimmed test_keys method
2019-11-09 12:00:22 -06:00
Jeffrey Martin
eb07305104
Land #11695 , Password Cracker Overhaul(ie hashcat)
2019-11-07 19:09:52 -06:00
layderv
247546f96d
Fix: auxiliary/kerberos_enumusers stops after first match
2019-11-06 09:46:24 +00:00
Loïc Jaquemet
818a5ab164
Update modules/auxiliary/scanner/sap/sap_mgmt_con_brute_login.rb
...
as per suggested fix
Co-Authored-By: acammack-r7 <adam_cammack@rapid7.com >
2019-11-05 21:45:05 -07:00
Cristina Muñoz
9dfd325f42
Merge branch 'python3' of github.com:xmunoz/metasploit-framework into python3
2019-11-01 19:24:56 -07:00
Cristina Muñoz
311b03af93
Action remainder of code review changes.
...
- Revert files that will only run as python2.
- Remove superfluous calls to list()
- Other minor cleanup
2019-11-01 19:24:22 -07:00
Cristina
c9948c037d
Apply suggestions from code review
...
- Change executable in shebang from python3 to python
- Revert changes to files that will only run as python2
Co-Authored-By: acammack-r7 <adam_cammack@rapid7.com >
2019-11-01 19:20:22 -07:00
Cristina Muñoz
10b5df1c4f
Change all python2.7 shebangs to python3.
...
Remove utf-8 encoding declarations, as this is the default for python3.
2019-10-31 15:10:58 -07:00
Cristina Muñoz
8563a29003
Convert all python code to python3. Fixes #12506 .
2019-10-31 14:16:14 -07:00
William Vu
128b9cd44b
Reword related module info
2019-10-31 13:07:41 -05:00
William Vu
df535676a7
Add related module info
2019-10-31 12:48:52 -05:00
William Vu
a86388b53f
Add module traits
2019-10-30 18:55:16 -05:00
William Vu
5d71af2dc5
Clarify dumped files are looted regardless
2019-10-29 23:10:57 -05:00
William Vu
b55af213aa
Set PRINT to true now that it's limited to manual
2019-10-29 22:59:26 -05:00
William Vu
1f5f720058
Rewrite module
2019-10-29 22:21:31 -05:00
William Vu
52ed19f5b8
Merge remote-tracking branch 'upstream/master' into pr/12220
2019-10-29 21:30:37 -05:00
Brendan Coles
e9a7ceaf1c
Use CheckCode.message - Fix #12499
2019-10-28 03:24:20 +00:00
Wyatt Dahlenburg
d12fce600d
Use regex instead of splitting strings
2019-10-25 09:50:53 -05:00
Wyatt Dahlenburg
44181d3261
Patched up @bcoles suggestions
2019-10-24 14:04:21 -05:00
Wyatt Dahlenburg
0dd2ce9f45
Ignore keys that have passphrases
2019-10-23 23:11:13 -05:00
Wei Chen
50baaf4d9c
Land #12464 , Add ThinVNC Directory Traversal module
2019-10-23 12:39:20 -05:00
Wyatt Dahlenburg
32a5c68c6c
Migrated Post module to auxiliary to check from a local machine
2019-10-23 11:32:38 -05:00
Matteo Cantoni
77840a8830
Small changes to the host_header_injection aux module
2019-10-23 16:29:04 +02:00
Loïc Jaquemet
622846d682
Assign RPORT directly in report_cred
...
Assign RPORT directly in report_cred, do not use temp `port` var
2019-10-23 07:30:06 -06:00
Loïc Jaquemet
f39a7f2a33
Remove space on empty line
...
Remove space on empty line
2019-10-22 12:14:03 -06:00
Loïc Jaquemet
22f9b4a732
define port from options
...
otherwise, L172 fails, as port (RPORT) is not defined
2019-10-22 11:57:02 -06:00
bwatters-r7
eaa752454b
Land #12399 , Add Urgent/11 vulnerability scanner
...
Merge branch 'land-12399' into upstream-master
2019-10-21 11:05:09 -05:00
Brent Cook
be57b284a9
split more neatly, support commas
2019-10-21 10:43:28 -05:00
Matteo Cantoni
4d7f29993a
Small changes to the brute_dirs aux module
2019-10-21 16:45:42 +02:00
Brent Cook
7cb683646f
remove unused RPORT
2019-10-20 21:40:05 -05:00