password-grep

PASSWORD-GREP root@kali:~/Desktop/html# grep -i -r "password = '" ./

grep -i -r "password = '" ./

the above command would search everything in the "html" folder for password as a string :)

Last updated

Was this helpful?