feat(snippets): add quick nmap reference

This commit is contained in:
Michele Cereda
2024-07-31 00:16:28 +02:00
parent 6c2a877cf9
commit 9c431e6160

4
snippets/nmap.fish Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env fish
# Scan all 65535 ports of hosts
nmap -p- '192.168.1.1'