shoxf/scan1

5 lines
69 B
Plaintext
Raw Permalink Normal View History

2020-08-26 18:38:49 +00:00
#!/bin/bash
nmap -A -T4 --min-rate 2500 $@ | tee -a "index/$1.txt"
2020-08-26 18:38:49 +00:00