diff --git a/LinEnum.sh b/LinEnum.sh index 95d801a..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 +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