karthi-the-hacker / athenaa

A Bugbounty automation tool for splitting endpoints from recon data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


A Bugbounty automation tool for splitting endpoints from recon data

karthi-the-hacker

karthithehacker

Prerequisites

  • NodeJs

Installation and Example

  1. Install NodeJS Instructions Here (If you can't figure this out, you shouldn't really be using this)

    • Linux, Mac, Windows
      • npm install athenaa -g
    • Github
      • click HERE for downloads
  2. Open terminal now type athenaa

  3. Example

    • input
      • athenaa -l urls.txt
    • output
      • athenaa -l urls.txt -o out.txt

Usages 📚 :

$ athena [option]

  Usage: index.js [options]

  Options:
    -h, --help     Show help                                             [boolean]
    -V, --version  Show version number                                   [boolean]
    -l, --list    <filename> Input file name                           [required]
    -o, --output   <filename> output file name                          [required]

About

A Bugbounty automation tool for splitting endpoints from recon data

License:MIT License


Languages

Language:JavaScript 100.0%