jonathann403 / NetHawk

A tool for process requests and responses, intercept request and analyze the data.
MIT License
2 stars 1 forks source link

NetHawk

Description

NetHawk is a network monitoring tool that allows you to monitor your network traffic by proxy, view the data in real time, edit the data, and detect live vulnerabilities.

Installation

  1. Clone the repository.
    git clone https://github.com/simeononsecurity/NetHawk.git
  2. Install the dependencies by creating a virtual environment and activating it (optional but recommended):
    python3 -m venv env
    source env/bin/activate  # for Linux/Mac
    env\Scripts\activate  # for Windows
  3. Install the required packages using the requirements.txt file:
    pip install -r requirements.txt
  4. Run the program.
    python main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.