Skip to content

Commit

Permalink
new: Link to shodan on favicon views
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 26, 2024
1 parent dd7ff71 commit b76d28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/web/templates/favicon_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion website/web/templates/tree_favicons.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h5 class="text-center">Click on the favicon to see the other captures it's been
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;"
Expand Down

0 comments on commit b76d28d

Please sign in to comment.