From 9c431e61606067baa2028f9f93cc03fcc9163522 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 31 Jul 2024 00:16:28 +0200 Subject: [PATCH] feat(snippets): add quick nmap reference --- snippets/nmap.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 snippets/nmap.fish 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'