Set up your own BurpSuite for fun and profit.
https://portswigger.net/burp/communitydownload
https://github.com/zaproxy/zaproxy/wiki/Downloads
https://www.mozilla.org/en-US/firefox/new/
https://www.google.com/chrome/
Use special Browser Profile for testing, thus preventing you from leaking your creds.
https://chrome.google.com/webstore/detail/tunnelswitch/nfpphleklkamlblagdkbkomjmaedanoh
https://add0n.com/cookie-editor.html
https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg?hl=ru
https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/
You need test Gmail account for Hacker101
https://www.owasp.org/index.php/OWASP_Juice_Shop_Project
Download Ubuntu Server 18.04.1 LTS
https://www.ubuntu.com/download/server
sudo -i
apt update
apt upgrade
ifconfig
apt install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install -y nodejs
mkdir JuiceShop
cd JuiceShop/
tar -zxvf juice-shop-7.5.1_node10_linux_x64.tgz
cd juice-shop_7.5.1
npm start
Look at http://IP_from_ipconfig:3000/
java -Djsse.enableSNIExtension=false -jar -Xmx1G /path/to/burp.jar
1G = 1024m = RAM
Or set up BurpSuitePro.vmoptions file in Burp home directory
Generate Certificate
Focus on specific sites
Focus on specific functions
Visualize attack surface
Set "Scope" to filter or other tools
Trap/Modify live traffic
View all traffic
Set wild scale configuration for the traffic flowing through Burp
Spidering will find you all the linked content: Pages, scripts and images, ...
Content discovery is finding unlinked content by either guessing or brute force
Automatically scan and fuzz all traffic for common vulnerabilities
Set up robust, automated/scripted testing easily
"Fuzz" parameters, paths, etc, etc
Bruteforce Passwords
Content discovery with lists
Iterating ID's, etc, etc
++
Replay requests quickly and from any tool inside of Burp
Perform manual testing
Analyzing the quality of randomness in a sample of data
Transforming encoded data into its canonical form
Performing a comparison (a visual "diff") between any two items of data
Power on extensions only in case of need
Active Scan ++
Additionalr Scanner Checks
Backslash Powered Scanners
Param Miner
Site Map Extractor
Soft vulnerability Scanner
Retire.JS
JSON Beatifier
Authmatrix
https://github.com/danielmiessler/SecLists
https://github.com/fuzzdb-project/fuzzdb
https://leanpub.com/ltr101-breaking-into-infosec
https://leanpub.com/web-hacking-101
https://www.amazon.co.uk/Web-Application-Hackers-Handbook-Exploiting/dp/1118026470/
https://www.owasp.org/images/1/19/OTGv4.pdf
https://www.amazon.co.uk/Mastering-Modern-Web-Penetration-Testing/dp/1785284584/