Meow's Testing Tools - hashcat
[toc] hashcat install # official web https://hashcat.net/hashcat/ cd /hashcat-6.1.1 sudo make # execute hash cat ./hashcat --help auto install script #!/bin/bash git clone https://githu...
[toc] hashcat install # official web https://hashcat.net/hashcat/ cd /hashcat-6.1.1 sudo make # execute hash cat ./hashcat --help auto install script #!/bin/bash git clone https://githu...
googlehacking [toc] Google Syntax Words Google also allows keyword searches in specific parts of web pages using special syntax words. Additional commands, called special syntaxes, let Google ...
[toc] gobuster Select list of possible directories and files normally located at /usr/share/dirbuster/wordlists -e is used to print full path of the files. -u is used to assign target UR...
Ettercap Ettercap has two modes: console-based mode / GUI-based mode. ARP Spoofing In GUI mode more easily select which hosts you want to target. a sniffer that can also run MitM atta...
[toc] enum4linux Key features RID cycling (When RestrictAnonymous is set to 1 on Windows 2000) User listing (When RestrictAnonymous is set to 0 on Windows 2000) Listing of group member...
arpspoof Dug Song for inject between two systems on the network just choose 2 IP, It tasks cares the rest of it. Not selecting a pair of hosts to sit between, bur sit between th...
Shodan [toc] bacis goto www.shodan.io/home search cisco router get defined devices all over the world some devices still have the default passwd find vulnerable devices...
PackETH [toc] PackETH GUI free download .
[toc] OpenVAS on Kali Linux Setup Kali for installing OpenVAS make sure Kali is up-to-date and install the latest OpenVAS. run the openvas-setup command to setup OpenVAS, download the l...
Metasploit [toc] bacis # Updating Metasploit apt-get update apt-get upgrade apt-get dist-upgrade msfupdate msfconsole msf5 > searchsploit cutenews msf5 > use php/webapps/46698.rb ...
John the Ripper [toc] John the Ripper [toc] John the Ripper offline password cracking tool works on files that have been grabbed from original source. different modes used to crack ...
Cain and Abel [toc] basic Cain and Abel a Windows-based password recovery tool. have many features that can allow Network Sniffing and Hijacking of IP traffic between hosts. Many other ...
[toc] Burpsuite test web: www.dvwa.co.uk Testing workflow SQL injection UPDATE, INSERT, SELECT, ORDER BY retrieve hidden data: input: Gifts https://web/product...
[toc] HTML - List And Table HTML lists list: <ul>, <ol>, <dl> data inside: <li> <body> // Unordered HTML List <ul> <li>Coffee</li> ...
Data Structures - Basic 1 - Recursion basic The 3 Recursion Laws Analyzing Recursive Algorithms Examples of Recursion linear recursion ...