Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LinEnum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down