diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..1658403 --- /dev/null +++ b/.hintrc @@ -0,0 +1,9 @@ +{ + "extends": [ + "development" + ], + "hints": { + "no-inline-styles": "off", + "axe/structure": "off" + } +} \ No newline at end of file diff --git a/src/templates/index.html b/src/templates/index.html index 86a148f..21467c7 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -2,127 +2,142 @@ - - - - - - - + Port Scanner + - - - - + + - + + - -
- Port Scanner -
-
-
-
-
-
- - - Enter the website you want - to search open ports for +
+
+ Port Scanner +
+
+
+ +
+
+ + + Enter the website you want to search open ports for +
-
- -
-
- - - Enter the lower range - (inclusive) +
+
+ + + Enter the lower range (inclusive) +
+
+ + + Enter the higher range (exclusive) +
-
- - - Enter the higher range - (exclusive) - +
+
-
-
- - -
- -
Scanning remote host {{ host }} between range {{ range_low }} to {{ range_high }} :
- - - - - - - - - {% for port in portnum %} - - - - - {% endfor %} - -
Port NumberStatus
{{ port }}Open
-
Scanning completed in {{ total }} time.
+ + +
Scanning remote host {{ host }} between range {{ range_low }} to {{ range_high }} :
+ + + + + + + + + {% for port in portnum %} + + + + + {% endfor %} + +
Port NumberStatus
{{ port }}Open
+
Scanning completed in {{ total }} time.
+
-
-
- History -
- Last 10 scans -
- - -
- Timer -
- Time taken to fetch results + +
+ History +
+ Last 10 scans +
-
- - - +
+ Timer +
+ Time taken to fetch results +
+ + + +
-
+
+ + + + \ No newline at end of file