From ab9766d237ea0d30a4e271240cc0b07b16eaa7ce Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Sun, 3 Apr 2022 13:56:14 +0530 Subject: [PATCH] whois on modal --- web/api/views.py | 1 - web/startScan/templates/startScan/detail_scan.html | 8 ++++++-- web/targetApp/templates/target/list.html | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/web/api/views.py b/web/api/views.py index 55be3e9b..27876155 100644 --- a/web/api/views.py +++ b/web/api/views.py @@ -650,7 +650,6 @@ class Whois(APIView): if Domain.objects.filter(name=ip_domain).exists(): domain = Domain.objects.get(name=ip_domain) if domain.domain_info: - print(domain.domain_info.nameserver_history.all()) return Response({ 'status': True, 'ip_domain': ip_domain, diff --git a/web/startScan/templates/startScan/detail_scan.html b/web/startScan/templates/startScan/detail_scan.html index ad9e2660..6f059a5e 100644 --- a/web/startScan/templates/startScan/detail_scan.html +++ b/web/startScan/templates/startScan/detail_scan.html @@ -358,7 +358,7 @@ Scan Findings
- +

 Target Information

@@ -376,7 +376,7 @@ Scan Findings {% if not history.domain.domain_info %} {% endif %}