Cyber security

HackerToolkit – Your Comprehensive Arsenal For Ethical Hacking And Penetration Testing

Step into the realm of ethical hacking with HackerToolkit, your ultimate resource for penetration testing, red teaming, and bug bounty hunting.

Dive into a curated collection of tools designed to enhance your hacking capabilities, all conveniently organized and easily installable with a single script.

Welcome To The HackerToolkit

Your Comprehensive Suite For Penetration Testing, Red Teaming, And Bug Bounty Hunting.

HackerToolkit offers a curated selection of tools designed to enhance your hacking capabilities. This repository not only organizes these tools but provides information about them. Easily install all of them with one script.

Features:

  • Complete Tool Listings: Access a meticulously organized list of tools included in the install.sh file, each with a detailed description to help you understand and choose the right tool for the right job.
  • Quick Installation: Get up and running quickly with our install.sh script that allows you to download and install all tools at once (unless noted) — streamlining your setup process and saving you valuable time.
  • Cross-Distribution Compatibility: Originally tailored for Kali Linux, our toolkit is compatible with many other Linux distributions, ensuring flexibility regardless of your preferred environment.

Installation Instructions:

  1. Clone the Repository: git clone https://github.com/ChrisJr404/HackerToolkit.git
  2. Navigate to the Repository: cd HackerToolkit
  3. Run the Installation Script: ./install.sh

Embrace the power of a comprehensive hacking suite with HackerToolkit. Star the repo and follow me to stay updated with the latest tools and improvements!

Table Of Contents

  • Enumeration & Recon Tools
    • Ad & Analytic Trackers
      • relations.sh
    • Apex Domain Enumeration
      • check_mdi
      • CloudRecon
      • FavFreak
    • Archival Enumeration
      • gau
      • WayMore
    • Change Detection
      • changedetection.io
    • Credential Collection Tools (emails, usernames, passwords, etc)
      • deepdarkCTI
      • h8mail
      • hacxx-underground
      • linkedin2username
      • WeakestLink
    • Custom Wordlists
      • CeWL
      • wordlistgen
    • Directory Enumeration
      • Dirsearch
      • Feroxbuster
      • ffuf
      • Gobuster
      • Wfuzz
    • Github Enumeration
      • github-search
      • GitLeaks
    • JavaScript
      • jsluice
      • Linkfinder
    • Mobile App Enumeration
      • APKLeaks
    • Port Scanners (Active)
      • AutoRecon
      • MASSCAN
      • Naabu
      • Nmap
      • RustScan
    • Port Scanners (Passive)
      • Smap
    • Recon Frameworks
      • reconFTW
      • Recon-ng
      • reNgine
    • Shodan Tools
      • karma v2
      • shosubgo
      • Smap
      • wtfis
    • Screenshotting
      • Aquatone
      • Eyeballer
      • EyeWitness
      • go-stare
      • httpscreenshot
      • httpx
    • Spiders
      • GoSpider is a fast web spider written in Go
      • katana
      • hakrawler

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

1 week ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

1 week ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

1 week ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

1 week ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

1 week ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

2 weeks ago