Commit Graph

13258 Commits

Author SHA1 Message Date
David Maloney c06fd21fb1 refactor tomcat_mgr_login
uses the new Metasploit::Credential magic now
2014-06-10 15:59:00 -05:00
David Maloney 15ceb1e826 put calls in right place it helps 2014-06-10 11:17:19 -05:00
David Maloney 63ec83ea90 missing public
missing the public in the invalidate_login call
now fixed
2014-06-10 11:12:17 -05:00
David Maloney e9d9806408 invalidate_login
added invalidate_login call
also made to_s on credential drop the @
if there is no realm present
2014-06-10 11:07:15 -05:00
David Maloney 32f87b985c refactor mysql_login
refactor mysql_login to use the new
Metasploit::Credential apradigm
2014-06-09 14:20:58 -05:00
David Maloney 8e35f5fa12 username and password flipped
we reported the username as the password
and vice versa
2014-06-09 13:45:12 -05:00
David Maloney a4e96d8f59 Merge branch 'master' into staging/electro-release 2014-06-09 13:07:22 -05:00
jvazquez-r7 1f33566033 Land #3432, @Meatballs1 sap_soap_rfc_brute_login's clean up 2014-06-09 11:39:52 -05:00
jvazquez-r7 b39b41e29f Land #3371, @Meatballs1 fix for sap_mgmt_con_getprocessparameter 2014-06-09 11:25:01 -05:00
David Maloney 482aa2ea08 Merge branch 'master' into staging/electro-release 2014-06-09 10:27:22 -05:00
Meatballs 25ed68af6e Land #3017, Windows x86 Shell Hidden Bind
A bind shellcode that responds as 'closed' unless the client matches the
AHOST ip.
2014-06-08 13:49:49 +01:00
Christian Mehlmauer 099003708c Land #3422, SAP Bruterforcer datastore cleanup 2014-06-08 08:42:27 +02:00
Meatballs 2be6b8befe Remove bind hidden handler 2014-06-07 14:34:20 +01:00
Meatballs bf1a665259 Land #2657, Dynamic generation of windows service executable functions
Allows a user to specify non service executables as EXE::Template as
long as the file has enough size to store the payload.
2014-06-07 13:28:20 +01:00
Meatballs fe20e6e1c4 Merge remote-tracking branch 'upstream/master' into soap_brute_fix
Conflicts:
	modules/auxiliary/scanner/sap/sap_soap_rfc_brute_login.rb
2014-06-07 02:44:16 +01:00
Meatballs 8624ddfc3e Clean up SAP SOAP RFC Brute Login
Honour the user supplied settings
Abort a host on connection error
Check a 200 response for some appropriate data
Let datastore validation handle things like options being present
Be more verbose if needed
Use the HTTPClient more appropriately
2014-06-07 02:34:49 +01:00
Meatballs b997c2ac1f Further tidies 2014-06-07 02:00:35 +01:00
dmaloney-r7 ff8e6d2c50 Merge pull request #45 from rapid7/feature/MSP-9988/credential-collection
Add a CredCollection class and refactor WinRM bruteforce module
2014-06-06 11:53:28 -05:00
jvennix-r7 f660f557e5 Merge pull request #38 from rapid7/feature/msp-9738/winscp
Feature/msp 9738/winscp
2014-06-06 11:43:50 -05:00
Samuel Huckins 984b77a4a6 Merge pull request #43 from rapid7/feature/MSP-9721/tomcat_deploy
Specs aside from known POP3 fail passing, functional steps passing.

MSP-9721 #land
MSP-9722 #land
2014-06-06 11:11:08 -05:00
jvennix-r7 4bc543715d Merge pull request #40 from rapid7/feature/MSP-9748/postgres_hashdump
Feature/msp 9748/postgres hashdump
2014-06-06 10:51:19 -05:00
David Maloney da09a2725b we need the service data in the login!
ooopsie #2
2014-06-06 10:51:12 -05:00
jvennix-r7 2522f1f332 Merge pull request #39 from rapid7/feature/MSP-9751/mysql_hashdump
Feature/msp 9751/mysql hashdump
2014-06-05 14:39:48 -05:00
David Maloney a84980fa9d login creation was missing! 2014-06-05 13:56:08 -05:00
Samuel Huckins 9d4ba8c981 Merge pull request #41 from rapid7/feature/MSP-9731/filezilla
Specs other than POP3 specs fixed on staging passing, functional passing

MSP-9731 #land
2014-06-05 13:19:10 -05:00
Samuel Huckins 75e4e81b7a Merge pull request #37 from rapid7/feature/MSP-9750/MSSQL_hashdump
Specs and functional tests passing. 

MSP-9750 #land
2014-06-05 12:20:40 -05:00
James Lee 8b6e188ba8 Add support for realm in CredentialCollection
MSP-9988
2014-06-04 17:03:52 -05:00
David Maloney 62866374b8 refactor tomcat_mgr_deploy 2014-06-04 16:22:22 -05:00
David Maloney f22447f91e refactor tomcat_mgr_upload 2014-06-04 16:07:57 -05:00
David Maloney ef8f237050 refactor filezilla_server
you know the score
2014-06-04 15:43:15 -05:00
David Maloney 4960503a59 fix jtr_format
use raw-md5 as that sort of works
2014-06-04 14:10:28 -05:00
David Maloney 30c35907bf refactor psotgres_hashdump
refactor psotgres_hashdump to now save
hashes as Metasploit::Credential objects
2014-06-04 12:21:49 -05:00
David Maloney d1f7f93e4b refactor mysql_hashdump
mysql_hashdump now uses Metasploit::Credential to
save hashes.
2014-06-04 11:59:47 -05:00
David Maloney 201e6e9866 Merge branch 'feature/MSP-9750/MSSQL_hashdump' into feature/MSP-9751/mysql_hashdump 2014-06-04 11:58:58 -05:00
David Maloney 28bf29980e Merge branch 'master' into staging/electro-release 2014-06-04 10:21:08 -05:00
James Lee f2e1732878 Resolve hostnames before trying to save 2014-06-03 15:19:30 -05:00
David Maloney d3949b3d6c refactor mssql_hashdump
refactor mssql_hashdump to use Metasploit:Credential
2014-06-03 15:02:59 -05:00
Trevor Rosen 0272593923 Merge pull request #32 from rapid7/feature/MSP-9736/vnc-post
refactor vnc post module

MSP-9736 #land
2014-06-03 13:53:42 -05:00
James Lee 8abed15c77 Switch to Credential::* things 2014-06-03 11:48:08 -05:00
William Vu 6c7fd3642a Land #3411, Python 3.[34] Meterpreter support 2014-06-03 11:34:22 -05:00
Meatballs 0e3549ebc4 mc brute tidy 2014-06-03 17:27:46 +01:00
Spencer McIntyre 0e4177fb75 Pymeterpreter shorten stagers by 3 bytes 2014-06-03 12:03:20 -04:00
Trevor Rosen 9335495b30 Merge pull request #36 from rapid7/feature/MSP-9724/psexec
psexec credential refactor

MSP-9724 #land
2014-06-03 10:09:56 -05:00
Trevor Rosen 883976c6a8 Merge pull request #33 from rapid7/feature/MSP-9741/smartftp
refactor smartftp post module

MSP-9741 #land
2014-06-03 10:04:09 -05:00
Spencer McIntyre 95376bf6d3 Pymeterpreter update stager and stage descriptions 2014-06-03 10:17:27 -04:00
James Lee 9d9f3b5a03 Refactor to prepare for replacing report_auth_info 2014-06-02 18:07:44 -05:00
Tod Beardsley d0d389598a Land #3086, Android Java Meterpreter updates
w00t.
2014-06-02 17:28:38 -05:00
Spencer McIntyre 76c3aaf743 Pymeterpreter get type encoder from dict instead 2014-06-02 17:32:08 -04:00
Spencer McIntyre aeca455a10 Pymeterpreter update pystagers for version 3.1/3.2 2014-06-02 17:18:13 -04:00
David Maloney 07093ada58 add realm handling to psexec
oops, forgot to create the realm when applicable
2014-06-02 14:53:40 -05:00