Skip to content

thehackersbrain/webhawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebHawk

Web Recon Framework written in Python3


CodeQL

Description

WebHawk Banner Image


WebHawk is a Web Recon framework written in Python3 by Gaurav Raj TheHackersbrain

Which was originally inspired by RED_HAWK tool which is not maintained by now.

Version

Webhawk v1.4.5

Installation

Install using Pip3

  • Create a new Python Virtual Environment

    python3 -m venv env
  • Activate the virtualenv

    source env/bin/activate
  • Install and Run the tool

    pip3 install webhawk && webhawk -h
  • Oneliner

    python3 -m venv env && source env/bin/activate && pip3 install webhawk && webhawk -h

Install using this repository

  • Git clone the repository

    git clone https://github.com/thehackersbrain/webhawk.git
  • Change the directory to webhawk

    cd webhawk
  • Install the tool using **pip3**

    pip3 install -e .
  • Oneliner

    git clone https://github.com/thehackersbrain/webhawk.git && cd webhawk && pip3 install -e . && webhawk -v

Run as Python Script

  • Clone this repo

    git clone https://github.com/thehackersbrain/webhawk.git
  • change the directory

    cd webhawk
  • Install required modules

    pip3 install -r requirements.txt
  • Run the main.py script

    python main.py -h

Head over to the wiki for uses and getting familiar with the tool.

About the Author