Guest User

Untitled

a guest
Dec 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. i++;
  2.  
  3. for (int i = 1; i < 256; i++)
  4. {
  5. scanIpAddress("104.16.25." + i);
  6. }
  7.  
  8. for ip in `seq 1 255`; do scan_thingy_command 192.168.0.$ip --options -oG lol.txt; done
  9.  
  10. for oct1 in `seq 1 255`; do for oct2 in `seq 1 255`; do for oct3 in `seq 1 255`; do for oct4 in `seq 1 255`; do scan $oct1.$oct2.$oct3.$oct4 --stuff; done; done; done; done
  11.  
  12. Require ip 192.168.1.100
Add Comment
Please, Sign In to add comment