git-svn-id: https://beef.googlecode.com/svn/trunk@503 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
27 lines
650 B
HTML
27 lines
650 B
HTML
<html>
|
|
<head>
|
|
<title>BeEF Password Manager Theft Demo</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>Password Manager Theft Demo</h2>
|
|
|
|
<p>
|
|
Instructions:<br>
|
|
<br>
|
|
1. Write a fake username and password in the form below<br>
|
|
2. After having submitted the form, <u>make sure you tell firefox that you want to save</u><br>
|
|
3. Exploit your hooked browser with the password manager theft command module.
|
|
</p>
|
|
|
|
<p>
|
|
<form action="passwd_manager_theft.html" method="POST">
|
|
Username: <input type="text" name="username"><br><br>
|
|
Password: <input type="password" name="random"></br>
|
|
<input type="submit" value="submit">
|
|
</form>
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html> |