metasploit-framework/lib/rex/socket
Tod Beardsley 110e0c8404 Allow for an IP range notation of "10.1.1.1-10.255.255.255" . This is equivalent to "10.1-255.1-255.1-255" but is more natural for some people not familiar with the nmap-style notation. Note that there must be no spaces around the hyphen. In the case of "10.1.1.1 - 10.255.255.255", this will merely fail normally. In the case of "10.1.1.1- 10.255.255.255," you will end up with a funny range of 10.1.1.1-255 and 10.255.255.255, since the space after the hyphen denotes "until the end of the octet space."
git-svn-id: file:///home/svn/framework3/trunk@9368 4d416f70-5f16-0410-b530-b9f4589650da
2010-05-25 22:44:55 +00:00
..
comm See #485. This patch allows the very basics of metasploit to work under jRuby 1.4.0. Many, many things are still broken 2009-12-17 08:02:11 +00:00
comm.rb Remove the last usage of ReadWriteLock in the Socket class. Fixes #383 2009-10-18 09:24:36 +00:00
ip.rb Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility 2010-05-20 20:42:17 +00:00
parameters.rb Commit the Ruby side for the UDP socket pivoting. Change the TCP client channel so the respective StreamAbstraction is responsible for monitoring its own rsock. 2010-02-09 16:45:46 +00:00
parameters.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
range_walker.rb Allow for an IP range notation of "10.1.1.1-10.255.255.255" . This is equivalent to "10.1-255.1-255.1-255" but is more natural for some people not familiar with the nmap-style notation. Note that there must be no spaces around the hyphen. In the case of "10.1.1.1 - 10.255.255.255", this will merely fail normally. In the case of "10.1.1.1- 10.255.255.255," you will end up with a funny range of 10.1.1.1-255 and 10.255.255.255, since the space after the hyphen denotes "until the end of the octet space." 2010-05-25 22:44:55 +00:00
range_walker.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
ssl_tcp.rb Commit the Ruby end for TCP server channels, the modified TCP client channels and the support for pivoting a reverse_tcp meterpreter. 2010-02-06 17:59:25 +00:00
ssl_tcp.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
ssl_tcp_server.rb Commit the Ruby end for TCP server channels, the modified TCP client channels and the support for pivoting a reverse_tcp meterpreter. 2010-02-06 17:59:25 +00:00
ssl_tcp_server.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
subnet_walker.rb fix Rex::Socket::SubnetWalker num_ips; off by one 2009-07-09 22:39:30 +00:00
subnet_walker.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
switch_board.rb add a class method for route_exists? 2010-02-22 22:30:37 +00:00
switch_board.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
tcp.rb Commit the Ruby end for TCP server channels, the modified TCP client channels and the support for pivoting a reverse_tcp meterpreter. 2010-02-06 17:59:25 +00:00
tcp.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
tcp_server.rb Bug fix for Ruby 1.9 (error can close the server socket, not the client socket). Small jRuby compatibility improvement 2010-04-27 14:39:09 +00:00
tcp_server.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
udp.rb Fix a corner case with udp send destinations already having a ::ffff: prefix 2010-05-21 05:01:14 +00:00
udp.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00