From cd21b3075bfe9bd8e81a1f81c664a2ac0ba75ad9 Mon Sep 17 00:00:00 2001 From: Kajal Grover Date: Wed, 15 Oct 2025 20:50:44 +0530 Subject: [PATCH 1/2] Update index.html fix: responsive navbar (top navbar + mobile menu) --- src/templates/index.html | 231 ++++++++++++++++++++------------------- 1 file changed, 120 insertions(+), 111 deletions(-) diff --git a/src/templates/index.html b/src/templates/index.html index 86a148f..de7f01c 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,128 +1,137 @@ - - + - - + + + 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 + + + + + + From 92158d6d817c18bafe49285db43707b679460a32 Mon Sep 17 00:00:00 2001 From: Kajal Grover Date: Wed, 15 Oct 2025 21:30:33 +0530 Subject: [PATCH 2/2] Update index.html #fixed issue number #2 fixed issue number #2 --- src/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/index.html b/src/templates/index.html index de7f01c..142cede 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -5,6 +5,7 @@ Port Scanner +