So you want to do Ethical Hacking using Python? This is a great simple intro that discusses general overview and some high level details. The ability to code, understand programs, and craft a quick script is invaluable. The best way to make custom tools, automate parts of the hacking process, and have capabilities that can't always be downloaded is by using scripts. In this … [Read more...] about Ethical Hacking using Python – Quick Intro
Network Scanning
Network Scanning – MASSCAN
Network scanning is a part of the reconnaissance phase. The reconnaissance phase allows us to collect useful information about possible targets, network structure, and more. The problem with some current tools such as Nmap is the length it takes to do large network scans. Now a normal penetration test or network audit won't require a tool that can scan the entire internet but … [Read more...] about Network Scanning – MASSCAN