Security Studies
  • Security Studies
  • Exploitation
    • Sockets
      • Basic Sockets
      • Multiple Connections Server
      • Connections with pwntools
    • Pwntools
      • Patching binaries with pwntools
    • Protostar
      • Format 1
      • Protostar
  • Python Codes
  • Reverse Engineering
    • Registers and Data Types
    • x86 Hello World
    • Binary Protections
    • GDB
    • Radare 2
  • Web
Powered by GitBook
On this page
  • Networking
  • References

Was this helpful?

Python Codes

PreviousProtostarNextReverse Engineering

Last updated 6 years ago

Was this helpful?

Here I'll post some of my codes referent to python studies. The codes will be mainly using python 2.7. That is always indicated at the top of each one. Some of them are at the book . Most of them not 100% equal to it. Most of the files will have comments trying to explain in a few words what the new commands do.

Networking

  • - Netcat simplification mimic.

References

Black Hat Python
TCP Client
UDP Client
TCP Server
Bhpnet
Black Hat Python