Bypassing Next Generation Firewalls with fragtunnel

Welcome back, my aspiring cyberwarriors! A firewall is a critical component of network security that acts as a barrier between trusted internal networks and untrusted external networks, such as the Internet. It monitors and controls incoming and outgoing network traffic based on predetermined security rules. Firewalls can be implemented as hardware devices, software applications, or […]

Continue Reading

Python Basics: Programming Concepts

Welcome back, my aspiring cyberwarriors! To ascend to the status of cyberwarrior, you must have some basic programming capabilities. In the field of hacking and cybersecurity, this usually means BASH and Python scripting. Python scripting is the most popular among cybersecurity professionals due to its extensive libraries and modules that are useful in cybersecurity (you […]

Continue Reading

Python Basics for Hackers, Part 5: Creating a Web Site Scraper to Find Potential Passwords

Welcome back, my aspiring cyberwarriors! Creating password lists is a key element of a successful password cracking strategy. In nearly every case, we need to provide a list of potential passwords to the password cracking tool whether it be hashcat, John the Ripper, BurpSuite, cameradar or others (the exception being a true brute force attack […]

Continue Reading