new: Link to shodan on favicon views

pull/888/head
Raphaël Vinot 2024-02-26 19:46:20 +01:00
parent dd7ff71d0f
commit b76d28de27
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<center>
<img src="data:{{mimetype}};base64,{{ b64_favicon }}" style="width:32px;height:32px;"/>
<h5>Shodan MMH3 Hash: {{ mmh3_shodan }}</h5>
<h5>Shodan MMH3 Hash: <a href="https://www.shodan.io/search?query=http.favicon.hash%3A{{ mmh3_shodan }}" target="_blank">{{ mmh3_shodan }}</a></h5>
</center>
<table id="faviconDetailsTable_{{favicon_sha512}}" class="table table-striped" style="width:100%">
<thead>

View File

@ -28,7 +28,7 @@
title="Click to see other captures with the same favicon"/>
</a>
</td>
<td>{{ mmh3_shodan }}</td>
<td><a href="https://www.shodan.io/search?query=http.favicon.hash%3A{{ mmh3_shodan }}" target="_blank">{{ mmh3_shodan }}</a></td>
<td>
<button type="button" class="btn btn-light" onclick="downloadBase64File('{{mimetype}}', '{{b64_favicon}}', 'favicon.ico')">
<img src="{{ url_for('static', filename='download.svg') }}" style="width:16px;height:16px;"