Guest User

Untitled

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. while [ true ]; do
  3. zmap -p 23 10.107.0.0/16 -b /tmp/b.txt --output-fields=* -i eth1 | ztee ips.csv | zgrab --port 23 -telnet --output-file=/etc/vpn-cert/content/banners/banners.json;
  4. sleep 1800;
  5. done
Add Comment
Please, Sign In to add comment