Skip to content

Ajaytekam/JSRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSRecon

Perform Javascript files reconnaissance and perform some basic static code analysis.

Steps performed by app :

  • Collect JS urls using subjs, gau, hakrawler
  • Find api endpoints, links using linkfinder
  • Find api keys, passwords and other secrets using secretfinder

Tools used :

Note : secretfinder and LinkFinder needs to be installed in /root/tools/. For secretfinder /root/tools/LinkFinder/linkfinder.py and for LinkFinder /root/tools/SecretFinder/SecretFinder.py.

Install Requirements :

pip3 install -r requirements.txt

Usage :

usage: jsrecon.py [-h] [-u URL] [-o OUT] [-d]

optional arguments:
  -h, --help         show this help message and exit
  -u URL, --url URL  Domain name to perform reconnaissance
  -o OUT, --out OUT  Filename to perform operations on
  -d, --download     Download javascript Files on local machine

Telegram Bot : Needs to be added /root/nofification.ini file on server.

[telegram]
apiToken = snldasdsljdffsdfvsd.....
chatId = 1234567

About

Perform Javascript files reconnaissance and perform some basic static code analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published