diff --git a/BadUSB/Ducky Scripts/Offensive/Demo_Password_Change.html b/BadUSB/Ducky Scripts/Offensive/Demo_Password_Change.html index 295d31b..0d533fc 100644 --- a/BadUSB/Ducky Scripts/Offensive/Demo_Password_Change.html +++ b/BadUSB/Ducky Scripts/Offensive/Demo_Password_Change.html @@ -15,12 +15,18 @@ align-items: center; height: 100vh; } + .container-wrapper { + display: flex; + flex-direction: column; + align-items: center; + } .container { background-color: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); padding: 20px; width: 300px; + margin: 10px; /* Add some spacing between the containers */ } h1 { text-align: center; @@ -37,7 +43,7 @@ margin-bottom: 15px; border: 1px solid #ccc; border-radius: 3px; - padding-left: 10px; /* Add equal padding on the left and right */ + padding-left: 10px; padding-right: 10px; } button { @@ -61,21 +67,38 @@ .error { color: #ff0000; } + + /* Visually appealing text */ + .appealing-text { + text-align: left; + font-size: 18px; + font-weight: bold; + color: #ff0000; + margin-bottom: 20px; + } -
-

Change Password

-
- - -
- - -
- -
-
+
+
+ +

Imagine an unlocked computer. This computer is logged on to an online service. And this service allows changing passwords without the current one.
+
+ +
+ +

Change Password

+
+ + +
+ + +
+ +
+
+