mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-20 16:57:43 +02:00
whois on modal
This commit is contained in:
@@ -358,7 +358,7 @@ Scan Findings
|
||||
<div class="card" style="height: 95%">
|
||||
<div class="card-body">
|
||||
<div class="card-widgets">
|
||||
<a href="javascript: fetch_whois('{{history.domain}}');" data-toggle="tooltip" title="Reload Whois"><i class="mdi mdi-refresh"></i></a>
|
||||
<a href="javascript: fetch_whois('{{history.domain}}', true);" data-toggle="tooltip" title="Reload Whois"><i class="mdi mdi-refresh"></i></a>
|
||||
</div>
|
||||
<h4 class="header-title mb-0"><i class="fe-activity"></i> Target Information</h4>
|
||||
<div class="row mt-3">
|
||||
@@ -376,7 +376,7 @@ Scan Findings
|
||||
{% if not history.domain.domain_info %}
|
||||
<div class="alert alert-danger alert-dismissible fade show" role="alert" id="whois_not_fetched_alert">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
||||
WHOIS Record Has not been fetched, would you like to <a href="javascript: fetch_whois('{{history.domain}}');">fetch it now?</a>
|
||||
WHOIS Record Has not been fetched, would you like to <a href="javascript: fetch_whois('{{history.domain}}', true);">fetch it now?</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="alert alert-info alert-dismissible fade show" role="alert" id="whois_fetching_alert" style="display: none">
|
||||
@@ -419,6 +419,10 @@ Scan Findings
|
||||
<td>Name</td>
|
||||
<td id="registrant_name">{{history.domain.domain_info.whois.registrant.name}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Email</td>
|
||||
<td id="registrant_email">{{history.domain.domain_info.whois.registrant.email}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Organization</td>
|
||||
<td id="registrant_organization">{{history.domain.domain_info.whois.registrant.organization}}</td>
|
||||
|
||||
Reference in New Issue
Block a user