Metadata-Version: 2.1
Name: webhawk
Version: 1.0.1
Summary: Web Recon Framework
Home-page: https://github.com/thehackersbrain/webhawk
Author: Gaurav Raj
Author-email: techw803@gmail.com
License: MIT
Keywords: webhawk,web,recon,hacking,python3,python,thehackersbrain,gaurav raj
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# WebHawk

> Web Recon Framework written in Python3

---

[![CodeQL](https://github.com/thehackersbrain/webhawk/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/thehackersbrain/webhawk/actions/workflows/codeql-analysis.yml)

## Description

![WebHawk Banner Image](https://raw.githubusercontent.com/thehackersbrain/webhawk/main/screenshots/webhawk.png?token=AIY2SQM2ACU5ZBBWXDLXCGDBMIGRG)

<br/>**WebHawk** is a Web Recon framework written in Python3 by Gaurav Raj [TheHackersbrain](https://gauravraj.tech)

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

## Version

**Webhawk v1.0.1**

## Installation

### Install using Pip3

- Create a new Python Virtual Environment
  ```bash
  python3 -m venv env
  ```
- Activate the virtualenv

  ```bash
  source env/bin/activate
  ```

- Install and Run the tool

  ```bash
  pip3 install webhawk && webhawk -h
  ```

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

### Run as Python Script

- Clone this repo

  ```bash
  git clone https://github.com/thehackersbrain/webhawk.git
  ```

- change the directory

  ```bash
  cd webhawk
  ```

- Install required modules

  ```bash
  pip3 install -r requirements.txt
  ```

- Run the `main.py` script
  ```bash
  python main.py -h
  ```

Head over to the [wiki](https://github.com/thehackersbrain/webhawk/wiki) for uses and getting familiar with the tool.

## About the Author

- [Portfolio](https://gauravraj.tech/)
- [Blog](https://blog.gauravraj.tech/)
- [Github](https://github.com/thehackersbrain)
- [Twitter](https://twitter.com/thehackersbrain/)
- [LinkedIn](https://linkedin.com/in/thehackersbrain/)
- [Instagram](https://www.instagram.com/thehackersbrain/)
- [More Projects](https://github.com/thehackersbrain?tab=repositories)

