====== Pretraga po ključnim riječima ====== U knjizi Unix and Linux Forensic Analysis DVD Toolkit, autor navodi popis ključnih riječi koje pretražuje u svakom forenzičkom slučaju. Navodi se taj popis u svrhu davanja ogledne ideje kako bi trebao izgledati i na što istražitelj treba obratiti pažnju. === File and Directory Names=== * grep –e (the “–e” is used here for pattern matching) “\/proc/” –e “\/bin” –e “\/bin\/.*?sh” * grep –e “ftp” –e “root” * grep –e “rm –r” * grep –e “.tgz” === IP Addresses and Domain Names === * grep –e “[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+” * grep –e “\.pl\” === Tool Keywords === * msf (Metasploit Framework) * select * insert * dump * update * nmap * nessus * nikto * wireshark * tcpdump * kismet * airsnarf * paros * hping2 * ettercap * aircrack * aircrack-ng * airsnort * nc (netcat)