From 45ee9539bf36957ff9641c8250ce9d4a178f3070 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Tue, 22 Apr 2025 14:39:22 +0200 Subject: [PATCH] removed local scripts, corrected CSS nesting in test --- .../templates/results-overview-new.html | 102 +++--------------- flask_soc_site/templates/test.html | 34 +++--- 2 files changed, 30 insertions(+), 106 deletions(-) diff --git a/flask_soc_site/templates/results-overview-new.html b/flask_soc_site/templates/results-overview-new.html index e0004b0..36e37e4 100644 --- a/flask_soc_site/templates/results-overview-new.html +++ b/flask_soc_site/templates/results-overview-new.html @@ -1,8 +1,3 @@ - -
{% if error in errors %}

@@ -57,7 +52,18 @@ Is this Tor: {{host.abuseipdb['Tor']}}
Usage: {{host.abuseipdb['usage']}}

- + Domain registration +
+ {% if host.registrar|length %} + Registrar is: {{host.registar}}
+ {% else %} + No registrar name was found
+ {% endif %} +
+ Email security +
+ +

@@ -66,87 +72,3 @@
- - - -{% block scripts %} - - - - - - - - - - -{% endblock %} diff --git a/flask_soc_site/templates/test.html b/flask_soc_site/templates/test.html index b8c37e3..f03f8ca 100644 --- a/flask_soc_site/templates/test.html +++ b/flask_soc_site/templates/test.html @@ -1,19 +1,21 @@
- - -
-
- - -
-
- -
-

Put in your IP address, URL, domain or email address...

-

and see AbuseIPDB and VirusTotal scores, - registrar information and DMARC, DKIM and SPF information.

-
-
-

This is a simple one-page Flask application to help my day-to-day work as a security analyst.

+
+ + +
+
+ + +
+
+ +
+

Put in your IP address, URL, domain or email address...

+

and see AbuseIPDB and VirusTotal scores, + registrar information and DMARC, DKIM and SPF information.

+
+
+

This is a simple one-page Flask application to help my day-to-day work as a security analyst.

+