From 2d2cbce34c73ce8de4989c978c18d14cbb657ee8 Mon Sep 17 00:00:00 2001 From: plasticuproject Date: Tue, 24 Dec 2019 16:39:19 -0500 Subject: [PATCH 1/2] Added tshark, tcpdump, and wireshark to interesting files search --- LinEnum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinEnum.sh b/LinEnum.sh index 95d801a..225b022 100755 --- a/LinEnum.sh +++ b/LinEnum.sh @@ -812,7 +812,7 @@ interesting_files() echo -e "\e[00;33m### INTERESTING FILES ####################################\e[00m" #checks to see if various files are installed -echo -e "\e[00;31m[-] Useful file locations:\e[00m" ; which nc 2>/dev/null ; which netcat 2>/dev/null ; which wget 2>/dev/null ; which nmap 2>/dev/null ; which gcc 2>/dev/null; which curl 2>/dev/null +echo -e "\e[00;31m[-] Useful file locations:\e[00m" ; which nc 2>/dev/null ; which netcat 2>/dev/null ; which wget 2>/dev/null ; which nmap 2>/dev/null ; which gcc 2>/dev/null; which curl 2>/dev/null; which tshark 2>/dev/null; which tcpdump 2>/dev/null; which wireshark 2>/dev/null echo -e "\n" #limited search for installed compilers From c1bdaa21feda106394a749dd52b0d21246a9c3e2 Mon Sep 17 00:00:00 2001 From: plasticuproject Date: Tue, 24 Dec 2019 20:55:53 -0500 Subject: [PATCH 2/2] Added missing space after changes --- LinEnum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinEnum.sh b/LinEnum.sh index 225b022..b5cb6e3 100755 --- a/LinEnum.sh +++ b/LinEnum.sh @@ -812,7 +812,7 @@ interesting_files() echo -e "\e[00;33m### INTERESTING FILES ####################################\e[00m" #checks to see if various files are installed -echo -e "\e[00;31m[-] Useful file locations:\e[00m" ; which nc 2>/dev/null ; which netcat 2>/dev/null ; which wget 2>/dev/null ; which nmap 2>/dev/null ; which gcc 2>/dev/null; which curl 2>/dev/null; which tshark 2>/dev/null; which tcpdump 2>/dev/null; which wireshark 2>/dev/null +echo -e "\e[00;31m[-] Useful file locations:\e[00m" ; which nc 2>/dev/null ; which netcat 2>/dev/null ; which wget 2>/dev/null ; which nmap 2>/dev/null ; which gcc 2>/dev/null; which curl 2>/dev/null; which tshark 2>/dev/null; which tcpdump 2>/dev/null; which wireshark 2>/dev/null echo -e "\n" #limited search for installed compilers