I need to know how to search a directory and sub directory for strings basically i am tired of downloading whole folders and opening each file looking for functions
try using the grep command.... I used it when I had to scan my servers domain files for files containing a trojan.... so I was scanning for a particular coded sequence... It worked great...