shoxf/scan1

5 lines
100 B
Bash
Executable File

#!/bin/bash
nmap -A -T4 --min-rate 5000 --script ssl-cert,http-headers $@ | tee -a "index/$1.txt"