TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hashlookup-Forensic-Analyser

18 pointsby adulauabout 3 years ago

1 comment

anitilabout 3 years ago
This is an interesting project. It looks like a wrapper around an API allows you to send a (md5&#x2F;sha1) hash and it&#x27;ll return information that it has about the file, including sources that have that file.<p>I&#x27;ve run in to a similar thing before, and had hit something interesting with empty files, so I thought it&#x27;d be interesting to test -<p><pre><code> $ curl &quot;https:&#x2F;&#x2F;hashlookup.circl.lu&#x2F;lookup&#x2F;md5&#x2F;$(md5 -q -s &#x27;&#x27;)&quot; | jq .FileName &quot;.&#x2F;usr&#x2F;lib&#x2F;debug&#x2F;usr&#x2F;sbin&#x2F;make_reiser4-1.2.1-1.mga7.i386.debug&quot;</code></pre>
评论 #31311388 未加载