Browsing Tag
python
217 posts
Semgrep: Pattern-Oriented Powerhouse for Code Analysis
In the realm of code analysis, tools like Semgrep and CodeQL stand out as essential for identifying vulnerabilities…
Static Code Analysis Tools: Beyond the Regex with CodeQL
Abstract Syntax Trees: The Program’s Internal Map To transcend the limitations of simple regex match-and-replace operations, modern static…
Extended Penetration Testing Cheatsheet
This Penetration Testing Cheatsheet, covering key areas and commands across various tools and techniques. It’s organized by category…
Brute-Forcing HTML From Authentication Using Socket Module
Brute-forcing HTML-based authentication using the socket module in Python involves manually crafting HTTP requests and handling the communication…
Brute-Forcing Directories and File Location Using Socket Library
Brute-forcing is a hacking technique where an attacker systematically attempts all possible combinations of passwords or encryption keys…
ARP Cache poisoning with Scapy fork Kamene
PCAP Processing PCAP (Packet Capture) files store network traffic data, and processing them is a common task in…
Stealing Email Credentials Using Scapy module
Scapy is a powerful Python module that allows for packet manipulation, sniffing, forging, and sending of network packets.…
Packet Sniffing on window and linux
Packet Sniffing on Windows These lines import the necessary modules: socket for handling networking functionality and os for…