Cross site scripting(XSS)

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

Comments

Popular posts from this blog

Tower of Hanoi problem with recursion.