Div0 Blog EditorOct 18, 20172 minFacts About the WPA/WPA2 Flaw: The KRACK AttackI'd like to highlight some things about the KRACK attack. Regarding The Straits Times article "Security Flaw Prompts Fears on Wi-Fi Conne...
Div0 Blog EditorJun 14, 20151 minTiny Tool to Watch Out for ARP PoisoningRecently I created a simple script for someone to watch out for malicious, or just any, ARP changes in their local cache. The script just...
Div0 Blog EditorJan 2, 20151 min10th Day of Christmas: nmap Scripting Engine (NSE)On the 10th Day of Christmas, Div0 gave to me ... nmap Scripting Engine (NSE), msfvenom, searchsploit, urlcrazy, recon-ng, Zone Transfer ...
Div0 Blog EditorDec 28, 20141 min5th Day of Christmas: Zone Transfer ToolOn the 5th Day of Christmas, Div0 gave to me ... Zone Transfer Tool, Using Online Digest Databases, Hash Identification, Password Mutatio...
Div0 Blog EditorDec 16, 20143 minPort Scanning & Banner Grabbing Using PythonMy Network Setup My Machine: Ubuntu 14.04 LTS with Python 2.7.6, IP address: 192.168.209.128 Another Machine: “Damn Vulnerable Linux” (DV...
Div0 Blog EditorMar 15, 20132 minUnderstanding & Reading PacketsReading packets can be invaluable to security professionals. Especially when trying to understand how NIDS/NIPS or other packet filtering...
Div0 Blog EditorNov 9, 20121 minDetecting Packet SniffingOne main factor that contributes to the high success rate of a persistent attack is the “low-and-slow” approach. Detecting passive attack...
Div0 Blog EditorOct 29, 20121 minClient Puzzle Protocol (CPP)Client Puzzle Protocol (CPP) is a proof-of-concept, in the late 1990s and early 2000s, to defend against denial-of-service (DoS) attacks....
Div0 Blog EditorAug 29, 20122 minWPA — Password is its Weakest LinkThe WPA/WPA2 security protocol can be used to prevent hackers and other unauthorised people from accessing wireless networks or even view...
Div0 Blog EditorAug 13, 20122 minPineapple has arrived. & Quick Peek on Throwing Star.The much-anticipated hardware has landed on my doorstep today! So what is WiFi Pineapple? Visit: https://wifipineapple.com/. This Package...
Div0 Blog EditorJun 1, 20126 minIntroduction to iptablesnetfilter/iptables is a de facto IP packet filtering tool used in Linux operating system (OS). iptables provides features for system admi...
Div0 Blog EditorApr 8, 20122 minARP Poisoning Using Ettercap-NGMany Internet users know that devices/machines on networks are identified using IP addresses. But if you're familiar with the ISO/IEC 749...
Div0 Blog EditorNov 29, 20117 minNetcat – The Swiss Army Knife of Networking1. Introduction to Netcat Netcat is a network service for reading and writing network connections using either TCP or UDP. It has the abi...