.git broken, restart
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
nmap_sA ()
|
||||
{
|
||||
nmap -Pn -sA --reason $@
|
||||
}
|
||||
nmap_sA "$@"
|
||||
Reference in New Issue
Block a user