Tagged articles
4 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
May 21, 2021 · Information Security

Python for Hackers: Environment Setup, Essential Packages, and Network Interaction

This guide explains why Python is the de‑facto language for vulnerability development, covering environment isolation with virtualenv/venv, package installation via pip, key libraries for networking, binary manipulation, encoding, and introduces pwntools for exploit creation.

Binary OperationsEnvironment setupVulnerability Development
0 likes · 8 min read
Python for Hackers: Environment Setup, Essential Packages, and Network Interaction
MaGe Linux Operations
MaGe Linux Operations
Nov 29, 2018 · Information Security

Master Python for Exploit Development: Setup, Libraries, and Network Tricks

This guide walks you through configuring a Python environment, installing essential packages such as virtualenv, IPython, requests, BeautifulSoup, and pwntools, and demonstrates how to perform network communication, binary manipulation, encoding, and C library integration, empowering you to develop security exploits efficiently.

BinarySecurityexploit development
0 likes · 9 min read
Master Python for Exploit Development: Setup, Libraries, and Network Tricks