Advertisement
sheldonalman

Windows Command-Line Port Scanner

Jul 6th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Windows Command-Line Port Scanner
  2. #Note: Will hang if it connects successfully.
  3. #Sheldon Alman - sheldonalman at gmail.com
  4.  
  5. FOR /L %A IN (1,1,254) DO FOR /L %B IN (1,1,1024) DO telnet 192.168.1.%A %B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement