❄️Setting Up Environment
Update Kali
Once you have your Kali VM up and running, open the Kali Linux Terminal and use the following commands to update your system:
sudo apt update -ysudo apt upgrade -ysudo apt dist-upgrade -y-------------------------------------------------------------
Install Postman
sudo wget https://dl.pstmn.io/download/latest/linux64 -O postman-linux-x64.tar.gz && sudo tar -xvzf postman-linux-x64.tar.gz -C /opt && sudo ln -s /opt/Postman/Postman /usr/bin/postman-------------------------------------------------------------
Install mitmproxy2swagger
$ sudo pip3 install mitmproxy2swagger-------------------------------------------------------------
Install Git
-------------------------------------------------------------
Install Docker
-------------------------------------------------------------
Install Go
-------------------------------------------------------------
The JSON Web Token Toolkit v2
-------------------------------------------------------------
Install Sublime Text
Install the GPG key:
Select the Stable channel:
Update apt sources and install Sublime Text:
-------------------------------------------------------------
Install Kiterunner
-------------------------------------------------------------
Install Arjun
-------------------------------------------------------------
Useful Wordlists
SecLists (https://github.com/danielmiessler/SecLists)
Hacking-APIs (https://github.com/hAPI-hacker/Hacking-APIs)
-------------------------------------------------------------
Last updated