mirror of
https://github.com/hak5darren/bashbunny-payloads.git
synced 2025-10-29 16:58:12 +00:00
18 lines
410 B
HTML
Executable File
18 lines
410 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Captive Portal</title>
|
|
<style type="text/css">
|
|
body {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Captive Portal</h1>
|
|
<form method="post">
|
|
Username: <input type="username" name="username"><br>
|
|
Password: <input type="password" name="password"><br>
|
|
<input type="submit" value="Log in">
|
|
</form>
|
|
</body>
|
|
</html> |