mirror of https://github.com/CIRCL/lookyloo
new: Link to shodan on favicon views
parent
dd7ff71d0f
commit
b76d28de27
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<img src="data:{{mimetype}};base64,{{ b64_favicon }}" style="width:32px;height:32px;"/>
|
<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>
|
</center>
|
||||||
<table id="faviconDetailsTable_{{favicon_sha512}}" class="table table-striped" style="width:100%">
|
<table id="faviconDetailsTable_{{favicon_sha512}}" class="table table-striped" style="width:100%">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
title="Click to see other captures with the same favicon"/>
|
title="Click to see other captures with the same favicon"/>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</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>
|
<td>
|
||||||
<button type="button" class="btn btn-light" onclick="downloadBase64File('{{mimetype}}', '{{b64_favicon}}', 'favicon.ico')">
|
<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;"
|
<img src="{{ url_for('static', filename='download.svg') }}" style="width:16px;height:16px;"
|
||||||
|
|
Loading…
Reference in New Issue