jvazquez-r7
42dd1ee3ff
added module for CVE-2012-5692
2012-11-10 11:35:21 +01:00
corelanc0d3r
2fc1e1e5b2
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
2012-11-09 22:13:54 +01:00
Tod Beardsley
54c83d98fd
Merge remote branch 'jlee-r7/travis-notifications'
2012-11-09 15:10:03 -06:00
James Lee
b8e3bfe1da
Add IRC notifications and allow 1.8.7 to fail
...
This should tell travis to run the tests against 1.8.7 but not to
consider the whole build broken if it fails (which it currently does)
2012-11-09 15:02:09 -06:00
Tod Beardsley
1b9d45e106
Test for subdom_list existence first
...
Otherwise, you get
````
[11/09/2012 14:50:38] [e(0)] core: Error running against host
173.236.237.136: can't convert nil into String
````
Other than that, looks good.
[Fixes #851 ]
2012-11-09 15:01:36 -06:00
Meatballs1
872a24b106
Merge pull request #1 from todb-r7/smb_login_update
...
Merge and un-conflict
2012-11-09 12:53:33 -08:00
Tod Beardsley
171ebe13cd
Whitespace fix for vhost_scanner
2012-11-09 14:48:46 -06:00
Tod Beardsley
b1c35fdb24
Merge remote branch 'sempervictus/http_vhost_scanner_from_file'
2012-11-09 14:46:54 -06:00
Tod Beardsley
9a94fef8d0
Merge branch 'llmnr-spoof'
2012-11-09 14:36:04 -06:00
Tod Beardsley
a6fd0fee1c
Fix up notification to not spam or hide
...
Instead of hiding the success notification in vprint, it should print,
but not every time. This fix thottles the notification to ten seconds
per host.
[Fixes #731 ]
2012-11-09 14:31:28 -06:00
Tod Beardsley
6cd5b79b60
Getting rid of Id and Revision
2012-11-09 13:30:14 -06:00
Tod Beardsley
f6c565848e
Resolving conflicted smb_login
2012-11-09 12:55:18 -06:00
corelanc0d3r
9b28a8d9e3
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
2012-11-09 09:47:51 +01:00
Tasos Laskos
7032ef0f6f
Merge remote-tracking branch 'upstream/master' into web-modules
2012-11-09 00:21:38 +02:00
Chris John Riley
08d56e31e1
recreated in new branch
...
removed space at EOL
2012-11-08 22:38:21 +01:00
corelanc0d3r
da029bab67
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
2012-11-08 21:20:23 +01:00
jvazquez-r7
b75c622813
Merge branch 'master' into feature/udp-scanner-mixin
2012-11-08 20:15:25 +01:00
jvazquez-r7
21693831ae
Added module for ZDI-11-018
2012-11-08 17:32:42 +01:00
Tod Beardsley
c196cac398
Merge remote branch 'jlee-r7/bug/rm7037-hash-iteration'
...
Hopefully I have the commit message hook right now.
[Fixes #39207979 ]
2012-11-08 10:29:12 -06:00
James Lee
57bb23ce3d
Fix 1.9ism that breaks specs on 1.8
2012-11-08 09:55:29 -06:00
HD Moore
5ad2749cee
Rework ADDP modules to use the new mixin
2012-11-08 06:40:32 -06:00
HD Moore
0e8a3f0ea6
Merge branch 'master' into feature/udp-scanner-mixin
2012-11-08 06:09:22 -06:00
HD Moore
e008120c11
Bug fixes to the SSDP discovery module
2012-11-08 06:08:49 -06:00
corelanc0d3r
3273d93960
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
2012-11-08 11:32:49 +01:00
James Lee
3df9dfcea2
Disable CI testing on 1.8.7 for now
...
To stop the flood of everything-is-broken emails
2012-11-07 20:53:55 -06:00
James Lee
5670d2266b
Merge branch 'rapid7' into bug/rm7037-hash-iteration
2012-11-07 19:45:08 -06:00
James Lee
dee89bdfa0
Merge branch 'rapid7' into feature/travis-ci.org
...
Conflicts:
README.md
2012-11-07 19:43:32 -06:00
James Lee
2ebe2fa08e
Merge branch 'rapid7' into bug/rm7037-hash-iteration
2012-11-07 19:27:11 -06:00
James Lee
8a4fb07a0c
Merge branch 'bug/read-module-content-errno-enoent' into rapid7
...
Really [Closes #1025 ]
2012-11-07 19:25:39 -06:00
James Lee
26a145e527
Always overwrite the old module even when ambiguous
2012-11-07 18:51:12 -06:00
James Lee
3a572625f5
return inside a block returns from outer method
...
So no need to check its return value.
2012-11-07 17:43:22 -06:00
corelanc0d3r
9fa3c34ca1
restored original file
2012-11-08 00:04:32 +01:00
corelanc0d3r
941f520b76
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
2012-11-07 21:30:59 +01:00
James Lee
ce60a1ea73
Merge branch 'bug/read-module-content-errno-enoent' into rapid7
...
[Closes #1025 ]
2012-11-07 12:53:43 -06:00
James Lee
aaa5a3c0bb
Add "Call stack:" to the log when a module load fails
2012-11-07 12:48:55 -06:00
David Maloney
04a80e0648
Fixes to the WMI setup
2012-11-07 11:26:48 -06:00
David Maloney
208e706307
Module title fixes
2012-11-07 10:33:14 -06:00
nmonkee
92679cd1c8
SAP Web GUI Brute Force
2012-11-07 16:18:00 +00:00
Tod Beardsley
81ed0bbcce
Avoiding 1.8.7 variable assignment incompat.
...
Reported on twitter:
http://twitter.com/SoapyWetDish/status/266155915256938496
2012-11-07 10:10:13 -06:00
nmonkee
c13f8d8eba
SAP RFC TH_SAPREL
2012-11-07 16:10:09 +00:00
nmonkee
f618000d0d
SAP SOAP RFC SUSR_RFC_USER_INTERFACE (user creation)
2012-11-07 16:04:07 +00:00
Tod Beardsley
0ed3614576
Merge pull request #1036 from rapid7/feature/codeclimate.com
...
Add codeclimate button to README
2012-11-07 07:39:46 -08:00
nmonkee
2b973263b7
SAP SOAP RFC_Info
2012-11-07 15:17:56 +00:00
Luke Imhoff
baffd09ce1
Fix alignment of button and header
2012-11-07 08:51:00 -06:00
Luke Imhoff
5dceda279a
Fix alignment of button and header
2012-11-07 08:48:48 -06:00
Luke Imhoff
4392d163a1
Add codeclimate button to README
...
Add the codeclimate button so users can quickly jump to the code quality
metrics. This keeps metasploit-framework inline with other open source
ruby projects like https://github.com/rspec/rspec-rails that also uses
the codeclimate button.
2012-11-07 08:36:57 -06:00
Luke Imhoff
726cf8bb94
travis-ci.org integration
...
Add the .travis.yml so that travis-ci.org knows which rubies (1.8.7 and
1.9.3 to run rake against. Add the build status button to the README.md
so that people can see if the specs are passing from the main
rapid7/metasploit-framework page on github just like other open source
projects.
2012-11-07 08:29:44 -06:00
nmonkee
e053c4a0ad
This module makes use of the RFC_READ_TABLE Remote Function Call (via SOAP) to read data from tables.
2012-11-07 12:37:01 +00:00
nmonkee
3be7ad06c4
Calls the RFC_PING RFC module via SOAP to test the availability of the function. The function simply tests connectivity to remote RFC destinations.
2012-11-07 11:35:53 +00:00
nmonkee
f82b51b2c4
This module calls the RFC BAPI_USER_CREATE1 module (via SOAP). The module can be used for creating/modifying users.
2012-11-07 11:16:31 +00:00