1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-21 10:30:58 +01:00
This commit is contained in:
carlospolop 2020-01-20 05:30:18 -05:00
parent 1faa20fd60
commit 011836926c

@ -1648,7 +1648,7 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then
##-- 29IF) Find possible files with passwords
printf $Y"[+] "$GREEN"Finding 'pwd' or 'passw' string inside /home, /var/www, /etc, /root and list possible web(/var/www) and config(/etc) passwords(limit 70)\n"$NC
grep -lRi "pwd\|passw" /home /var/www /etc /root 2>/dev/null | sort | uniq | head 70
grep -lRi "pwd\|passw" /home /var/www /etc /root 2>/dev/null | sort | uniq | head -n 70
echo ""
##-- 30IF) Specific hashes inside files