/web-scanner

Unfinished proof of concept for a Web Application Scanner built with Headless Chrome and a LittleProxy MitM.

Primary LanguageJava

Development

Installation:

# chromedriver
sudo apt-get install curl
PLATFORM=linux64
VERSION=$(curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE)
curl http://chromedriver.storage.googleapis.com/$VERSION/chromedriver_$PLATFORM.zip > chromedriver.zip
unzip chromedriver.zip
sudo mkdir /opt/chromedriver
sudo mv chromedriver /opt/chromedriver/chromedriver
chmod +x /opt/chromedriver/chromedriver
rm chromedriver.zip

# certificate utilities
sudo apt-get install libnss3-tools
certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "MineSec" -i ./littleproxy-mitm.pem

TODOs:

Must have

Nice to have

  • Bug bounty indexer should use search engines alongside existing indexes

Uncategorized ideas

  • Authorizing a browser (& blocking logout calls?, verifying email, verifying phone)