/aautoPilot

Automate your Recon with aautoPilot

Primary LanguageShell

abhhi's aautoPilot

It's My automated Script to recon and Scan the target host using just its root-domain ;)

How to install

  1. git clone https://github.com/abhhi-101/aautoPilot.git
  2. cd aautoPilot
  3. run bash requirements.sh

How to Use

  1. cd aautoPilot
  2. bash abhhi.sh target.txt

what in target.txt

  1. google.com --> names of target root domains
  2. yahoo.com --> mutiple targets at a time

how it works

abhhi.sh takes 1 root domain from target.txt and :

  1. find all the subdomain and save it in ~/project/target.com/senum directory
  2. then it scan all the subdoamins for vulnerability and saves it in scan directory
  3. then it will take the screen shots for home page of all subdomain found so you can priorities which subdomain to test for vuln first
  4. lastly it will finds the open ports from all the hosts found :)

for blog : https://abhhiblogs.wordpress.com/2020/09/18/aautopilot/ for ppt : https://www.slideshare.net/AbhishekBirdawade/aautopilot

Author

abhhi

Credit

all the public repo, project discovery & kali