Sign inSign up

rakeshmane/lazyhunter

By rakeshmane

Updated over 6 years ago

Lazyhunter is a framework that provides a web UI to commonly used Bug Hunting/Pentesting tools.

Image
5

962

rakeshmane/lazyhunter repository overview

Note : The tools present in this docker image are developed by others, credit is given to authors of tools wherever possible, if anywhere it's missing then please let me know.

LazyHunter is still under development so don't keep any high expectations. Use : https://github.com/rakeshmane/lazyhunter-UI for issues or requests.

What is lazyhunter ?

LazyHunter is a framework that allows you to access the common bug hunting/pentesting tools from web UI. Everything in LazyHunter is configurable, you can add new tools or remove existing ones, you can add new default commands or modify the existing ones, etc. However at the moment the documentation for configuring the framework options is not published.

Any suggestions are welcome here : https://github.com/rakeshmane/lazyhunter-UI

Demo

https://www.youtube.com/watch?v=x0EvkiLM3iA

Why lazyhunter ?

  • Do you hate typing those long commands of tools every time?

  • Are you too lazy to organise and save the output of tools for later use?

  • Do you hate opening new terminal windows for running each command?

  • Do you hate it when you switch to other machine and you have to install all your tools again?

Then LazyHunter is for you. It will make your life easier by helping you achieve all of above things without much effort.

Features

  • Output of all running tools gets saved and automatically fetched when next time you click on the tool name.
  • Real time update of running tool in the browser itself.
  • Debug shell to fix the issues with tools.
  • Base OS is Alpine hence image size is around 1GB only.
  • Everything is configurable (default commands, tool names, etc)
  • You can directly run or change any shell command from any tool's page.

Prequisites :

Make directory where all logs and uploaded files will be saved locally :

mkdir -p ~/TOWF/logs/

mkdir -p ~/TOWF/uploads/

Pull the current version 1.0 :

docker pull rakeshmane/lazyhunter:v1.0

Quick start :

docker run --rm -v ~/TOWF/:/TOWF/ -p 8888:80 -p 8008:8008 -p 8001:8001 -d rakeshmane/lazyhunter:v1.0

Visit : http://127.0.0.1:8888

Version Details :

rakeshmane/lazyhunter:v1.0 | Latest Version | 19 April 2020

Currently added tools :

JSParser, Nmap, Dirsearch, Nikto, CTFR, Sublist3r, Knockpy, Trufflehog, WaybackmachineUrls, WaybackmachineUnifier, DataSploit, BlackWidow, TheHarvester, Sqlmap, Commix, Wpscan, Ritx, cloudflare_enum, censys.py, parameth.

Note : All tools are not tested.

Tag summary

Content type

Image

Digest

Size

376.2 MB

Last updated

over 6 years ago

docker pull rakeshmane/lazyhunter