Skip to content

Facucuervo87/recon-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recon-service

This tool is to take subdomains from the security trails api key

To start the context of mongo db and django web server:

change the username and the projectname on /recon/.env file to take the right db and collection, then run docker-compose

sudo docker-compose -f recon.yml up

once mongo and docker was running, we could run the recon-securityTrails.py as following:

python3 recon-securityTrails.py -d <Domain> -A <API-SecurityTrails> -p <projectname> -u <username> -m mongodb://127.0.0.1:27017/

once the recon finish, you could see the results on http://localhost:8000/subdomains and downlad as csv file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages