From 087512b469adf383b6c76707a0001bd8b7129ae0 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 13 Jun 2026 06:53:14 -0500 Subject: [PATCH] added nmap line for finding hostnames --- cheat-sheet.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheat-sheet.sh b/cheat-sheet.sh index f2add61..5d89880 100755 --- a/cheat-sheet.sh +++ b/cheat-sheet.sh @@ -2,7 +2,8 @@ commandList="tea git -hcloud" +hcloud +nmap -sn 192.168.0.0/24 2>/dev/null | grep -E 'report|MAC' " if ! command -v wofi >/dev/null 2>&1; then echo "wofi is not installed"