Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 473 Bytes

File metadata and controls

11 lines (8 loc) · 473 Bytes

nmap_print

For run script:

  1. Create the file "ips.txt".
  2. Write in "ips.txt" addresses in the format CIDR (ip/mask).
  3. Required: bash , nmap , grep , awk.

Functional: After entering the number of ports from 1 to 4, if you want to use more ports, enter “+”. If you entered "+", specify the number of ports to scan, then specify the port numbers. The result will be the work will be in the terminal and in the file that you specified at the beginning.

01/15/2019