Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 3.14 KB

readme.md

File metadata and controls

66 lines (52 loc) · 3.14 KB

Ajihunter - Scraper for JS Files

Ajihunter is a tool used to find and download JavaScript (.js) files from a single domain or a list of domains. This tool is designed to assist in bug hunting by identifying and downloading embedded JavaScript files on websites. You can use Ajihunter to gather relevant JS files from various websites for further analysis.

Ajihunter Screenshot

Usage

Options:

  • -d : To specify a single domain to scrape.

    • Example:
      python3 ajihunter.py -d http://example.com
      This will scrape JavaScript files from the domain http://example.com.
  • -f : To specify a file containing a list of domains (one domain per line).

    • Example:
      python3 ajihunter.py -f domains.txt
      This will scrape JavaScript files from all the domains listed in the domains.txt file, with each domain on a new line.

Requirements

  • Ensure that Python and pip are installed on your system.

Clone Repo and Install Dependencies

To install and use Ajihunter, follow these steps:

  • Clone the repository:
    • Run the following command to clone the Ajihunter repository to your local system:
    git clone https://github.com/mas4ji/ajihunter.git
    • Navigate into the repository folder:
    cd ajihunter
    • Install required dependencies:
    pip3 install -r requirements.txt
    • Run the script:
    python3 ajihunter.py -d http://example.com or python3 ajihunter.py -f domains.txt

Connect with me:

0xkayala 0xkayala @0xkayala 0xkayala

Acknowledgements

  • Thanks to Root Bakar for the inspiration to create this tool.
  • Special thanks to the open-source community for their amazing libraries and support!

Security Notice

This tool is intended for educational and security auditing purposes. Ensure you have explicit permission before scraping any website. The creators are not responsible for any damage or illegal activities resulting from the misuse of this tool.