Skip to content

Welcome to PyHTools Documentation

Installation

PyHTools can be installed using below options

  • Update pip

    python -m pip install -U pip
    
  • Install PyHTools

    python -m pip install pyhtools
    
  • Install Extras based on your host machine os

    python -m pip install pyhtools[windows]
    
    python -m pip install pyhtools[linux]
    
  • Install using git and pip

    python -m pip install -U https://github.com/dmdhrumilmistry/pyhtools.git
    

Usage

PyHTools can be used from cli with limited tools implemented. UI might not contain all the tools. It can be started using below command

pyhtools
  • PyHTools provides several classes for Red and Blue teaming engagements. One can import required packages and build tools according to the requirement On-The-Go.

  • Refer examples for more information