Posts

Showing posts from July, 2022

Cross site scripting(XSS)

Image
stored xss payload 1 (using netcat command to listen to my own host machine allowing the port 80 to accept http connection) sudo ufw allow 80/tcp comment'Accept http connection' nc -lnvp 80