From 7b035dbc1813b183fc28758aa972791da4e489d4 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 23 Jan 2019 00:18:00 +0100 Subject: [PATCH] Update fels.sh --- fels.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fels.sh b/fels.sh index 651b8ef..ca92d12 100755 --- a/fels.sh +++ b/fels.sh @@ -10,8 +10,8 @@ rm -rf $file printf $Y"[+] "$RED"System info\n"$NC >> $file uname -a 2>/dev/null >> $file -printf $Y"[+] "$RED"nc, wget, curl, ping, gcc, gdb, base64?\n"$NC >> $file -which nc wget curl ping gcc make gdb base64 2>/dev/null >> $file +printf $Y"[+] "$RED"Useful software\n"$NC >> $file +which nc ncat netcat wget curl ping fping nmap gcc make gdb base64 socat python python2 python3 2>/dev/null >> $file printf $Y"[+] "$RED"Hostname, hosts and DNS\n"$NC >> $file cat /etc/hostname /etc/hosts /etc/resolv.conf 2>/dev/null >> $file