Skip to content

⚡️ Heimdall is a tool aimed at getting the website admin panel using brute force with wordlist. ⚡️

Notifications You must be signed in to change notification settings

swagkarna/Heimdall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡️ Heimdall ⚡️

Build Status License Python3.8 Releases

Heimdall is an open source tool designed to automate fetching from a target site's admin panel using brute force in the wordlist. Developed entirely in Python, it has simple didactic code for study, and is an ideal tool for hacking arsenal.

HeimdallGif

Required

It is extremely important that you have the mandatory tools listed below for Heimdall to work as expected. It is recommended that you use an operating system with a focus on Pentest.

  • python: (Only version 3 of python is supported.)
  • requests "A simple, yet elegant HTTP library."

Installation

You can download the latest tarball by clicking here or latest zipball by clicking here.

$ git clone https://github.com/CR3DN3/Heimdall.git
$ cd Heimdall && pip3 install -r requirements.txt

Usage

Usage: python3 heimdall.py [-h, --help] [-u, --url] [-w, --wordlist (1, 2, 3)]
                           [-p, --proxy <proxy>][--user-agent <custom>] [--update]

Description: Heimdall is an open source tool designed to automate fetching 
             from a target site's admin panel using brute force in the wordlist.

Optional Arguments:

   -h, --help             Show this help message and exit
   -u URL, --url URL      Target URL (http://www.site_target.com/)
   --wordlist (1, 2, 3)   Set wordlist. Default: 1 (Small) and Max: 3 (Big)
   -p, --proxy            Use a proxy to connect to the target URL
   --user-agent           Customize the User-Agent. Default: Random User-Agent
   --update               Upgrade Heimdall to its latest available version.
   
   --no-update            Disables the intention of updates
   --no-logo              Disable the initial banner

Screenshots

Screenshot

You can visit the collection of screenshots that demonstrate how it works on some platforms by clicking here.

Examples

./heimdall.py --url www.site_target.com --wordlist 1
./heimdall.py --url www.site_target.com --wordlist 2 --user-agent <USER-AGENT>
./heimdall.py --url www.site_target.com --wordlist extra/wordlists/custom.txt
./heimdall.py --update

Translations

Author

  • Ygor Simões (CR3DN3) - GitHub Facebook Twitter Instagram

About

⚡️ Heimdall is a tool aimed at getting the website admin panel using brute force with wordlist. ⚡️

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%