Installation:
-----INSTALL SCRIPT-----
git clone https://github.com/sys0wn/jsPWN
cd jsPWN
chmod +x installForZsh.sh
./installForZsh.sh !!! This has to be run from with inside the jsPWN directory cloned from github !!!
-----MANUAL-----
git clone https://github.com/sys0wn/jsPWN
cd jsPWN
python3 -m venv venv && source /venv/bin/activate
pip install -r requirements.txt
python3 jsPWN.py
Value: //This will search for keywords(like HTML classes,ids or just general stuff like "api") and output all of them together with the file origin
grep email * -i -n