diff --git a/snippets/nmap.fish b/snippets/nmap.fish new file mode 100644 index 0000000..ded4e9f --- /dev/null +++ b/snippets/nmap.fish @@ -0,0 +1,4 @@ +#!/usr/bin/env fish + +# Scan all 65535 ports of hosts +nmap -p- '192.168.1.1'