Files
svr/usr/bin/nmap_full
T

7 lines
94 B
Bash
Raw Normal View History

2026-01-23 08:55:18 +01:00
#!/bin/bash
nmap_full ()
{
sudo nmap --scanflags URGACKPSHRSTSYNFIN $@
}
nmap_full "$@"