diff --git a/src/templates/index.html b/src/templates/index.html index 86a148f..142cede 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,128 +1,138 @@ - - + - - + + + Port Scanner + + + - - - - - - - + + + - - + + - - -
- Port Scanner -
-
-
-
-
-
- - - Enter the website you want - to search open ports for -
-
- -
-
- - - Enter the lower range - (inclusive) - -
-
- - - 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.
-
+ + + +
-
- History -
- Last 10 scans -
+ + + -
- Timer -
- Time taken to fetch results + +
+

Port Scanner Tool

+
-
- - - +
+
+
+ + + Enter the website you want to scan for open ports +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+ + + {% if host %} +
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.
+ {% endif %}
+ +
+
History
+
+

Last 10 scans will appear here.

- +
Timer
+
+

Time taken to fetch results

+
+ 00:00 +
+
- \ No newline at end of file + + + + + +