Files
svr/usr/bin/nmap_sA
T
journal_froid 199b9429ad nmap_sA
2026-01-23 09:51:32 +01:00

7 lines
71 B
Bash
Executable File

#!/bin/bash
nmap_sA ()
{
nmap -Pn -sA --reason $@
}
nmap_sA "$@"