Stephen Haywood
|
18635387d5
|
Changed puts to print_line.
|
2011-12-18 20:03:49 -05:00 |
Tod Beardsley
|
23aadd04f7
|
Fixing merge conflict cruft
Dangit teach me to merge quickly. TFTP module now loads again.
|
2011-12-18 13:28:52 -06:00 |
Joshua Smith
|
9ab5becb63
|
a better test post mod (test/modules/post/test/railgun_reverse_lookups.rb), should have been in previous commit
|
2011-12-18 00:36:29 -05:00 |
Stephen Haywood
|
a35564c723
|
cosmetic changes to openvas plugin output
|
2011-12-17 18:46:30 -05:00 |
Joshua Smith
|
8bdf76a87b
|
Adds const_reverse_lookup and error_lookup methods to the railgun instance, also adds test/modules/post/test/railgun_reverse_lookups.rb, tested, working great
|
2011-12-17 16:19:32 -05:00 |
chao-mu
|
28f3de9f04
|
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
|
2011-12-17 12:21:42 -05:00 |
sinn3r
|
b58097a2a7
|
Remove junk() because it's never used
|
2011-12-17 01:28:07 -06:00 |
Tod Beardsley
|
1201d7fbf2
|
Merge branch 'tftp_client' of github_r7:rapid7/metasploit-framework into tftp_client
Conflicts:
modules/auxiliary/admin/tftp/tftp_upload_file.rb
|
2011-12-16 22:41:22 -06:00 |
Tod Beardsley
|
0b8914021c
|
Switch to vprint_status, also add skeletal cleanup def.
|
2011-12-16 21:06:10 -06:00 |
chao-mu
|
df0abd0273
|
Merge remote branch 'upstream/master'
|
2011-12-16 19:44:13 -05:00 |
Tod Beardsley
|
50fa10679b
|
First draft of a TFTP client.
Could use some actual error checking and also needs to expose
more options.
|
2011-12-16 18:41:55 -06:00 |
Tod Beardsley
|
a6867ef128
|
First draft of a TFTP client.
Could use some actual error checking and also needs to expose
more options.
|
2011-12-16 18:39:09 -06:00 |
sinn3r
|
fae80f8d49
|
typo
|
2011-12-16 11:10:46 -06:00 |
Patrick Webster
|
205637892b
|
Added checkpoint_hostname aux module.
|
2011-12-16 10:54:34 -06:00 |
sinn3r
|
e0c4afbf9e
|
Merge pull request #60 from darkoperator/master
Typo in the file opening option
|
2011-12-16 08:44:22 -08:00 |
sinn3r
|
208b93ce74
|
Merge pull request #58 from swtornio/master
add osvdb refs
|
2011-12-16 08:44:02 -08:00 |
Tod Beardsley
|
6fc20d6c55
|
Merge pull request #62 from scriptjunkie/master
GUI bugfixes
|
2011-12-16 08:26:53 -08:00 |
Tod Beardsley
|
c0abbe2a98
|
Merge pull request #59 from kernelsmith/rc_tab_complete
resource file tab completion from <install_dir>/scripts/resource
|
2011-12-16 08:22:25 -08:00 |
scriptjunkie
|
5bad92e021
|
Gui Bugfixen: Msgpack-error-fixen, Unneccessary-error-message-removen, popup-showen, und lock-contention-reducen.
Viel besser!
|
2011-12-16 09:52:12 -06:00 |
Carlos Perez
|
3c08836f51
|
Typo on the file opening mode
|
2011-12-16 01:13:06 -04:00 |
sinn3r
|
bb2ea62de8
|
Add CVE-2008-0926: Novell eDirectory eMBox Unauthenticated Access (Feature #2729)
|
2011-12-15 23:09:26 -06:00 |
chao
|
ec1dd8154e
|
When duplicating a DLL, duplicate everything underneath it to remain threadsafe. I wrote this patch months and months ago. The way I am deep copying produced much groaning in #metasploit when I put it in for code review. It was ultimately declared the lesser of two evils. If you have chat logs from months ago you may be able to find the discussion
|
2011-12-15 22:05:02 -05:00 |
Joshua Smith
|
5166bdcb01
|
initial, working resource file tab completion, completes from <install_dir>/scripts/resource, see redmine no. 4611
|
2011-12-15 17:27:52 -05:00 |
sinn3r
|
e991094bd2
|
Fix host info for report_auth_info(). Change print_status vs print_line order
|
2011-12-15 13:05:03 -06:00 |
sinn3r
|
2648e533a2
|
nil bug fix
|
2011-12-15 12:58:21 -06:00 |
sinn3r
|
829d96ffbe
|
Add Windows Gather RazorSQL cred collector (Feature #6117)
|
2011-12-15 11:15:44 -06:00 |
Steve Tornio
|
1712f2aa22
|
add osvdb ref
|
2011-12-14 07:23:11 -06:00 |
Steve Tornio
|
85caabbf5d
|
add osvdb ref
|
2011-12-14 07:19:34 -06:00 |
HD Moore
|
8dc85f1cc5
|
Fix up some nascent typos
|
2011-12-14 00:30:31 -06:00 |
HD Moore
|
866e2b6bf3
|
Additional IPv6 payload support
|
2011-12-14 00:27:38 -06:00 |
Jenkins
|
f6ef4ce2d1
|
add submodule
|
2011-12-13 21:45:18 -06:00 |
Jonathan Cran
|
ebe06b0f19
|
Merge pull request #55 from rapid7/junit_changes
This commit adds a junit_pass method
|
2011-12-13 19:21:05 -08:00 |
Jonathan Cran
|
6165b7a1eb
|
This commit adds a junit_success method, which can be called to
generate a test case success xml. This is necessary for the parser to
recognize that tests were indeed run.
|
2011-12-13 21:13:31 -06:00 |
HD Moore
|
86b3409d47
|
Actually return
|
2011-12-13 20:01:13 -06:00 |
HD Moore
|
cb456337a0
|
Handle invalid http responses better, see #6113
|
2011-12-13 19:54:10 -06:00 |
Jenkins
|
3a20d53d88
|
Merge branch 'release/20111205000001'
|
2011-12-13 18:26:14 -06:00 |
sinn3r
|
48115a7f63
|
Merge branch 'master' of github.com:rapid7/metasploit-framework
|
2011-12-13 16:14:17 -06:00 |
sinn3r
|
fea4bfb85c
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:13:53 -06:00 |
sinn3r
|
c1a4c4e584
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:13:34 -06:00 |
sinn3r
|
acef9de711
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:13:15 -06:00 |
sinn3r
|
e7ab48693c
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:12:57 -06:00 |
sinn3r
|
94b736c76c
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:12:38 -06:00 |
sinn3r
|
97b74101fb
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:12:11 -06:00 |
sinn3r
|
7b2a1dc791
|
Repair dead milw0rm link to exploit-db
|
2011-12-13 16:11:33 -06:00 |
HD Moore
|
cb94b92e9c
|
What in nine hells was this.
|
2011-12-13 16:04:25 -06:00 |
HD Moore
|
f38a794b1c
|
Convert ` to '
|
2011-12-13 16:02:23 -06:00 |
sinn3r
|
a5189917da
|
Add CVE-2005-4832: Oracle Database Server DBMS_CDC_SUBSCRIBE SUBSCRIPTION_NAME SQL Injection (Feature #6094)
|
2011-12-13 15:44:39 -06:00 |
sinn3r
|
d246bfa4da
|
Credit Luigi Auriemma for the original discovery/poc, not Celil
|
2011-12-13 15:20:26 -06:00 |
sinn3r
|
d87d8d5799
|
Add CVE-2011-4453 (PmWiki Remote code exeuction - Feature #6103)
|
2011-12-13 11:45:24 -06:00 |
HD Moore
|
cfa128a2c8
|
Show the actual module name in the stack trace (instead of eval)
|
2011-12-13 09:47:37 -06:00 |