Skip to main content

Web Recon Framework

Project description

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 v0.8.1

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
    

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webhawk-0.8.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

webhawk-0.8.1-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page