Tools Category

MalwareSearch

MalwareSearch A Command Line Tool To Find Malwares   Tool developed for searching malwares at openmalware.org by command line, allowing specific malware download by shell. Soon we’ll input more sources like MalShare, MalwareBlacklist, Malware.lu’s AVCaesar and Malwr. Usage Optional Arguments: $ malwaresearch.py [–h HELP] [-f FIND] [-w WRITE] usage: malwaresearch.py Read more…

Loading

Tools Category

Fluxion (wi-fi hack)

Fluxion Hack WPA/WPA2 Security Without Brute Force   Fluxion script has been available for a while and is most apt for security researchers and pentesters to test their network security by hacking WPA/WPA2 security without brute forcing it. Fluxion is based on another script called linset. Fluxion is not much different from Read more…

Loading

Security Cheat Sheets for Ethical Hacking

Security Cheat Sheets for Ethical Hacking Security cheat sheets for Ethical Hacking and Penetration Testing by sniferl4bs. This cheat sheet is especially for penetration testers/CTF participants/security enthusiasts. Download and Extract Command: wget https://github.com/Snifer/security-cheatsheets/archive/master.zip unzip master.zip Contents: aircrack-ng airport burp cewl cidr cookies dig fierce ftp golismero hping http https-ssl-tls hydra john Read more…

Loading

PHP Cheat Sheet

PHP Cheat Sheet PHP cheat sheet for newbies learning PHP. PHP Array Functions  array_diff (arr1, arr2 …) array_filter (arr, function) array_flip (arr) array_intersect (arr1, arr2 …) array_merge (arr1, arr2 …) array_pop (arr) array_push (arr, var1, var2 …) array_reverse (arr) array_search (needle, arr) array_walk (arr, function) count (count) in_array (needle, haystack) Read more…

Loading