mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-01-14 04:27:09 +01:00
Fixed censys.io link for hostname lookup
This commit is contained in:
parent
ad4d8762f0
commit
2a530b6f11
@ -16,7 +16,7 @@
|
||||
<p>Look up <code>{{name}}</code></p>
|
||||
<ul class="link-list">
|
||||
<li><a target="_blank" href="https://www.shodan.io/domain/{{ name }}">… on shodan.io <small>(limited querys per day, wants an account)</small></a></li>
|
||||
<li><a target="_blank" href="https://search.censys.io/search?resource=hosts&sort=RELEVANCE&per_page=25&virtual_hosts=EXCLUDE&q=ip%3D{{ name }}">… on search.censys.io <small>(10 querys per day, wants an account)</small></a></li>
|
||||
<li><a target="_blank" href="https://search.censys.io/search?resource=hosts&sort=RELEVANCE&per_page=25&virtual_hosts=EXCLUDE&q={{ name }}">… on search.censys.io <small>(10 querys per day, wants an account)</small></a></li>
|
||||
<li><a target="_blank" href="https://www.virustotal.com/gui/domain/{{ name }}">… on virustotal.com</a></li>
|
||||
</ul>
|
||||
{% endmacro domain_name_links %}
|
||||
|
Loading…
Reference in New Issue
Block a user