Hunter

Important Note

This tool is for educational and ethical practices only. The developers are not responsible if the tool is misused by an individual

About Hunter

Hunter is a penetration testing framework for ethical hackers to use in their tests. As of now, Hunter consists of 5 different tools for the user. The tools are listed as follows:

  • Port Scanner
  • SSH Bruteforce
  • Backdoor Manager
  • Password cracker
  • Network Scanner
  • Wordlist Generator

  • More tools are to be added very soon.

    Features (as of 31/01/2022)

  • Access it from anywhere by typing "sudo hunter"
  • 6 tools in one.
  • Port Scanner accepts URLs and multiple targets.
  • You may add your own set of wordlists to the existing ones using wordlist generator.
  • A network mapper that shows MAC and IP addressess.
  • Tested On

    Kali Linux Debian Ubuntu

    Contributing

    Thank you so much for considering to contribute to the Project. Place a pull request and if feasible it will be merged into the main branch of this repository.

    Using Hunter

    Hunter aims to be a begineer friendly framework. Using Hunter does not require any advanced skills, but you need to be familiar with some of the terminologies of penetration testing.

    Installation

    Note:
    Make sure to run the framework in root user. Hunter requires some permissions, which are only available to the root user

    Follow the below steps to run Hunter without any issues on your device.

  • Open your terminal and clone this repository using the following command

  • git clone https://github.com/gsvprharsha/Hunter-Framework.git
    
  • Change into the downloaded directory. Now make sure you are using the root user

  • Now change the setup.sh file to an executable using the following command.

  • chmod +x setup.sh
    
  • Now run the file

  • ./setup.sh
    
  • Wait for the dependencies to get installed
  • Now after all the dependencies are installed, you can start using the Framework
  • To run the framework, type the following command in your terminal

  • sudo hunter
    

    Welcome

    What to expect in future updates

  • A anonymizing script
  • An ARP Spoofer
  • An Email Bomber
  • Rootkit Generator
  • And many more tools to come. If you are into building tools, then do contribute to the project.