In this video I’m going to show how to create password wordlists that can be used for WiFi password-cracking, Bruteforce login-pages…etc Resources Cupp git repo
Previously we covered how to use Hashcat to crack WPA/WPA2 passwords using the GPU. Hashcat can be used to crack so many different types of hashes though and it can actually use both the CPU and GPU for cracking. The …
CSRF or Cross Site Request Forgery is a very common vulnerability that allows attackers to forge requests and get users to execute them ultimately resulting in the user submitting unwanted requests which could change their password or purchase items! In …
Nmap or the Network Mapper is a great tool to discover hosts, open ports and running services. This information is very important at the information gathering stage to get a clear understanding of your target and can greatly improve the …
Hello everyone! As you know information gathering is vital for every pentest, therefore in this video I’m going to introduce you to a really cool open source intelligence framework. You’ll learn how to install it and use to gather information …
Most people use Hydra to run wordlist attacks, in this video however I’m going to show you an easier method to do this using burp suite.