Pex

Python Exploitation is a collection of special utilities for providing high quality penetration testing using pure python programming language.

Installation

pip3 install git+https://github.com/EntySec/Pex

Utilities

Client

  • pex.client.adb – ADB client.
  • pex.client.channel – TCP interactive wrapper.
  • pex.client.http – HTTP client.
  • pex.client.ssh – SSH client.
  • pex.client.tcp – TCP client.
  • pex.client.udp – UDP client.
  • pex.client.wp – WordPress client.
  • pex.client.stream – Stream client.

Tools

  • pex.tools.tcp – TCP tools.
  • pex.tools.http – HTTP tools.
  • pex.tools.db – Database tools.
  • pex.tools.payload – Payload tools.
  • pex.tools.ssl – SSL tools.
  • pex.tools.string – String tools.

GitHub

View Github