From aec1c8bd9841f6f37252cb490b795ccd2437236e Mon Sep 17 00:00:00 2001 From: CPol Date: Sun, 27 Nov 2022 17:38:19 +0000 Subject: [PATCH] GitBook: [#3664] No subject --- .../useful-linux-commands/bypass-bash-restrictions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-hardening/useful-linux-commands/bypass-bash-restrictions.md b/linux-hardening/useful-linux-commands/bypass-bash-restrictions.md index c122c40f..4ea4df22 100644 --- a/linux-hardening/useful-linux-commands/bypass-bash-restrictions.md +++ b/linux-hardening/useful-linux-commands/bypass-bash-restrictions.md @@ -51,6 +51,7 @@ nma? -p 80 localhost # /usr/bin/nmap -p 80 localhost # Wildcard + local directory arguments touch -- -la # -- stops processing options after the -- ls * +echo * #List current files and folders with echo and wildcard # [chars] /usr/bin/n[c] # /usr/bin/nc