<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>OSINT on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/osint/</link>
        <description>Recent content in OSINT on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 02 Sep 2025 15:29:14 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/osint/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>theHarvester</title>
        <link>https://producthunt.programnotes.cn/en/p/theharvester/</link>
        <pubDate>Tue, 02 Sep 2025 15:29:14 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/theharvester/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1724204400838-ca4cd781cc40?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTY3OTgwOTd8&amp;ixlib=rb-4.1.0" alt="Featured image of post theHarvester" /&gt;&lt;h1 id=&#34;laramiestheharvester&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/laramies/theHarvester&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;laramies/theHarvester&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;&lt;img src=&#34;https://github.com/laramies/theHarvester/blob/master/theHarvester-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;theHarvester&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://github.com/laramies/theHarvester/workflows/TheHarvester%20Python%20CI/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;TheHarvester CI&#34;
	
	
&gt; &lt;img src=&#34;https://github.com/laramies/theHarvester/workflows/TheHarvester%20Docker%20Image%20CI/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;TheHarvester Docker Image CI&#34;
	
	
&gt;
&lt;a class=&#34;link&#34; href=&#34;https://inventory.raw.pm/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat_without_logo.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Rawsec’s CyberSecurity Inventory&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;about&#34;&gt;About
&lt;/h2&gt;&lt;p&gt;theHarvester is a simple to use, yet powerful tool designed to be used during the reconnaissance stage of a red
team assessment or penetration test. It performs open source intelligence (OSINT) gathering to help determine
a domain&amp;rsquo;s external threat landscape. The tool gathers names, emails, IPs, subdomains, and URLs by using
multiple public resources that include:&lt;/p&gt;
&lt;h2 id=&#34;install-and-dependencies&#34;&gt;Install and dependencies
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Python 3.12 or higher.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/laramies/theHarvester/wiki/Installation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/laramies/theHarvester/wiki/Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Install uv:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -LsSf https://astral.sh/uv/install.sh &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; sh
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Clone the repository:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/laramies/theHarvester
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; theHarvester
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Install dependencies and create a virtual environment:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv sync
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Run theHarvester:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv run theHarvester
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;development&#34;&gt;Development
&lt;/h2&gt;&lt;p&gt;To install development dependencies:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv sync --extra dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;To run tests:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv run pytest
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;To run linting and formatting:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv run ruff check
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;uv run ruff format
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;passive-modules&#34;&gt;Passive modules
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;baidu: Baidu search engine (&lt;a class=&#34;link&#34; href=&#34;https://www.baidu.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.baidu.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;bevigil: CloudSEK BeVigil scans mobile application for OSINT assets (&lt;a class=&#34;link&#34; href=&#34;https://bevigil.com/osint-api&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://bevigil.com/osint-api&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;brave: Brave search engine - now uses official Brave Search API (&lt;a class=&#34;link&#34; href=&#34;https://api-dashboard.search.brave.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://api-dashboard.search.brave.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;bufferoverun: Fast domain name lookups for TLS certificates in IPv4 space (&lt;a class=&#34;link&#34; href=&#34;https://tls.bufferover.run&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://tls.bufferover.run&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;builtwith: Find out what websites are built with (&lt;a class=&#34;link&#34; href=&#34;https://builtwith.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://builtwith.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;censys: Uses certificates searches to enumerate subdomains and gather emails (&lt;a class=&#34;link&#34; href=&#34;https://censys.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://censys.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;certspotter: Cert Spotter monitors Certificate Transparency logs (&lt;a class=&#34;link&#34; href=&#34;https://sslmate.com/certspotter&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://sslmate.com/certspotter&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;criminalip: Specialized Cyber Threat Intelligence (CTI) search engine (&lt;a class=&#34;link&#34; href=&#34;https://www.criminalip.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.criminalip.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;crtsh: Comodo Certificate search (&lt;a class=&#34;link&#34; href=&#34;https://crt.sh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://crt.sh&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;dehashed: Take your data security to the next level is (&lt;a class=&#34;link&#34; href=&#34;https://dehashed.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://dehashed.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;dnsdumpster: Domain research tool that can discover hosts related to a domain (&lt;a class=&#34;link&#34; href=&#34;https://dnsdumpster.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://dnsdumpster.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;duckduckgo: DuckDuckGo search engine (&lt;a class=&#34;link&#34; href=&#34;https://duckduckgo.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://duckduckgo.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fullhunt: Next-generation attack surface security platform (&lt;a class=&#34;link&#34; href=&#34;https://fullhunt.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://fullhunt.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;github-code: GitHub code search engine (&lt;a class=&#34;link&#34; href=&#34;https://www.github.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.github.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;hackertarget: Online vulnerability scanners and network intelligence to help organizations (&lt;a class=&#34;link&#34; href=&#34;https://hackertarget.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://hackertarget.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;haveibeenpwned: Check if your email address is in a data breach (&lt;a class=&#34;link&#34; href=&#34;https://haveibeenpwned.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://haveibeenpwned.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;hunter: Hunter search engine (&lt;a class=&#34;link&#34; href=&#34;https://hunter.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://hunter.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;hunterhow: Internet search engines for security researchers (&lt;a class=&#34;link&#34; href=&#34;https://hunter.how&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://hunter.how&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;intelx: Intelx search engine (&lt;a class=&#34;link&#34; href=&#34;https://intelx.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://intelx.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;leaklookup: Data breach search engine (&lt;a class=&#34;link&#34; href=&#34;https://leak-lookup.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://leak-lookup.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;netlas: A Shodan or Censys competitor (&lt;a class=&#34;link&#34; href=&#34;https://app.netlas.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://app.netlas.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;onyphe: Cyber defense search engine (&lt;a class=&#34;link&#34; href=&#34;https://www.onyphe.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.onyphe.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;otx: AlienVault open threat exchange (&lt;a class=&#34;link&#34; href=&#34;https://otx.alienvault.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://otx.alienvault.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;pentesttools: Cloud-based toolkit for offensive security testing, focused on web applications and network penetration testing (&lt;a class=&#34;link&#34; href=&#34;https://pentest-tools.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://pentest-tools.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;projecdiscovery: Actively collects and maintains internet-wide assets data, to enhance research and analyse changes around DNS for better insights (&lt;a class=&#34;link&#34; href=&#34;https://chaos.projectdiscovery.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://chaos.projectdiscovery.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;rapiddns: DNS query tool which make querying subdomains or sites of a same IP easy (&lt;a class=&#34;link&#34; href=&#34;https://rapiddns.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://rapiddns.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;rocketreach: Access real-time verified personal/professional emails, phone numbers, and social media links (&lt;a class=&#34;link&#34; href=&#34;https://rocketreach.co&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://rocketreach.co&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;securityscorecard: helps TPRM and SOC teams detect, prioritize, and remediate vendor risk across their entire supplier ecosystem at scale (&lt;a class=&#34;link&#34; href=&#34;https://securityscorecard.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://securityscorecard.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;securityTrails: Security Trails search engine, the world&amp;rsquo;s largest repository of historical DNS data (&lt;a class=&#34;link&#34; href=&#34;https://securitytrails.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://securitytrails.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;-s, &amp;ndash;shodan: Shodan search engine will search for ports and banners from discovered hosts (&lt;a class=&#34;link&#34; href=&#34;https://shodan.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://shodan.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;subdomaincenter: A subdomain finder tool used to find subdomains of a given domain (&lt;a class=&#34;link&#34; href=&#34;https://www.subdomain.center&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.subdomain.center&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;subdomainfinderc99: A subdomain finder is a tool used to find the subdomains of a given domain (&lt;a class=&#34;link&#34; href=&#34;https://subdomainfinder.c99.nl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://subdomainfinder.c99.nl&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;threatminer: Data mining for threat intelligence (&lt;a class=&#34;link&#34; href=&#34;https://www.threatminer.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.threatminer.org&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;tomba: Tomba search engine (&lt;a class=&#34;link&#34; href=&#34;https://tomba.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://tomba.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;urlscan: A sandbox for the web that is a URL and website scanner (&lt;a class=&#34;link&#34; href=&#34;https://urlscan.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://urlscan.io&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;venacus: Venacus search engine (&lt;a class=&#34;link&#34; href=&#34;https://venacus.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://venacus.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;virustotal: Domain search (&lt;a class=&#34;link&#34; href=&#34;https://www.virustotal.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.virustotal.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;whoisxml: Subdomain search (&lt;a class=&#34;link&#34; href=&#34;https://subdomains.whoisxmlapi.com/api/pricing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://subdomains.whoisxmlapi.com/api/pricing&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;yahoo: Yahoo search engine (&lt;a class=&#34;link&#34; href=&#34;https://www.yahoo.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.yahoo.com&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;zoomeye: China&amp;rsquo;s version of Shodan (&lt;a class=&#34;link&#34; href=&#34;https://www.zoomeye.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.zoomeye.org&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;active-modules&#34;&gt;Active modules
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;DNS brute force: dictionary brute force enumeration&lt;/li&gt;
&lt;li&gt;Screenshots: Take screenshots of subdomains that were found&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;modules-that-require-an-api-key&#34;&gt;Modules that require an API key
&lt;/h2&gt;&lt;p&gt;Documentation to setup API keys can be found at - &lt;a class=&#34;link&#34; href=&#34;https://github.com/laramies/theHarvester/wiki/Installation#api-keys&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/laramies/theHarvester/wiki/Installation#api-keys&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bevigil - 50 free queries/month, 1k queries/month $50&lt;/li&gt;
&lt;li&gt;brave - Free plan available, Pro plans for higher limits&lt;/li&gt;
&lt;li&gt;bufferoverun - 100 free queries/month, 10k/month $25&lt;/li&gt;
&lt;li&gt;builtwith - 50 free queries ever, $2950/yr&lt;/li&gt;
&lt;li&gt;censys - 500 credits $100&lt;/li&gt;
&lt;li&gt;criminalip - 100 free queries/month, 700k/month $59&lt;/li&gt;
&lt;li&gt;dehashed - 500 credts $15, 5k credits $150&lt;/li&gt;
&lt;li&gt;dnsdumpster - 50 free querries/day, $49&lt;/li&gt;
&lt;li&gt;fullhunt - 50 free queries, 200 queries $29/month, 500 queries $59/month&lt;/li&gt;
&lt;li&gt;github-code&lt;/li&gt;
&lt;li&gt;haveibeenpwned - 10 email searches/min $4.50, 50 email searches/min $22&lt;/li&gt;
&lt;li&gt;hunter - 50 credits/month free, 12k credits/yr $34&lt;/li&gt;
&lt;li&gt;hunterhow - 10k free API results per 30 days, 50k API results per 30 days $10&lt;/li&gt;
&lt;li&gt;intelx&lt;/li&gt;
&lt;li&gt;leaklookup - 20 credits $10, 50 credits $20, 140 credits $50, 300 credits $100&lt;/li&gt;
&lt;li&gt;netlas - 50 free requests/day, 1k requests $49, 10k requests $249&lt;/li&gt;
&lt;li&gt;onyphe - 10M results/month $587&lt;/li&gt;
&lt;li&gt;pentesttools - 5 assets netsec $95/month, 5 assets webnetsec $140/month&lt;/li&gt;
&lt;li&gt;projecdiscovery - requires work email. Free monthly discovery and vulnerability scans on sign-up email domain, enterprise $&lt;/li&gt;
&lt;li&gt;rocketreach - 100 email lookups/month $48, 250 email lookups/month $108&lt;/li&gt;
&lt;li&gt;securityscorecard&lt;/li&gt;
&lt;li&gt;securityTrails - 50 free queries/month, 20k queries/month $500&lt;/li&gt;
&lt;li&gt;shodan - Freelancer $69 month, Small Business $359 month&lt;/li&gt;
&lt;li&gt;tomba - 25 searches/month free, 1k searches/month $39, 5k searches/month $89&lt;/li&gt;
&lt;li&gt;venacus - 1 search/day free, 10 searches/day $12, 30 searches/day $36&lt;/li&gt;
&lt;li&gt;whoisxml - 2k queries $50, 5k queries $105&lt;/li&gt;
&lt;li&gt;zoomeye - 5 results/day free, 30/results/day $190/yr&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;comments-bugs-and-requests&#34;&gt;Comments, bugs, and requests
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/laramies&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/laramies.svg?style=social&amp;amp;label=Follow&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter Follow&#34;
	
	
&gt;&lt;/a&gt; Christian Martorella @laramies
&lt;a class=&#34;link&#34; href=&#34;mailto:cmartorella@edge-security.com&#34; &gt;cmartorella@edge-security.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/NotoriousRebel1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/NotoriousRebel1.svg?style=social&amp;amp;label=Follow&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter Follow&#34;
	
	
&gt;&lt;/a&gt; Matthew Brown @NotoriousRebel1&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/jay_townsend1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&amp;amp;label=Follow&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter Follow&#34;
	
	
&gt;&lt;/a&gt; Jay &amp;ldquo;L1ghtn1ng&amp;rdquo; Townsend @jay_townsend1&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;main-contributors&#34;&gt;Main contributors
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/NotoriousRebel1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/NotoriousRebel1.svg?style=social&amp;amp;label=Follow&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter Follow&#34;
	
	
&gt;&lt;/a&gt; Matthew Brown @NotoriousRebel1&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/jay_townsend1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/jay_townsend1.svg?style=social&amp;amp;label=Follow&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter Follow&#34;
	
	
&gt;&lt;/a&gt; Jay &amp;ldquo;L1ghtn1ng&amp;rdquo; Townsend @jay_townsend1&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://twitter.com/discoverscripts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/twitter/follow/discoverscripts.svg?style=social&amp;amp;label=Follow&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Twitter Follow&#34;
	
	
&gt;&lt;/a&gt; Lee Baird @discoverscripts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;thanks&#34;&gt;Thanks
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;John Matherly - Shodan project&lt;/li&gt;
&lt;li&gt;Ahmed Aboul Ela - subdomain names dictionaries (big and small)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>GhostTrack</title>
        <link>https://producthunt.programnotes.cn/en/p/ghosttrack/</link>
        <pubDate>Tue, 26 Aug 2025 15:28:56 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/ghosttrack/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1469599898013-056a11a139cb?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTYxOTMyOTR8&amp;ixlib=rb-4.1.0" alt="Featured image of post GhostTrack" /&gt;&lt;h1 id=&#34;hunxbytsghosttrack&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/HunxByts/GhostTrack&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HunxByts/GhostTrack&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;ghosttrack&#34;&gt;GhostTrack
&lt;/h1&gt;&lt;p&gt;Useful tool to track location or mobile number, so this tool can be called osint or also information gathering&lt;/p&gt;
&lt;img src=&#34;https://github.com/HunxByts/GhostTrack/blob/main/asset/bn.png&#34;/&gt;
&lt;p&gt;New update :
&lt;code&gt;Version 2.2&lt;/code&gt;&lt;/p&gt;
&lt;h3 id=&#34;instalation-on-linux-deb&#34;&gt;Instalation on Linux (deb)
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo apt-get install git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo apt-get install python3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;instalation-on-termux&#34;&gt;Instalation on Termux
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pkg install git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pkg install python3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;usage-tool&#34;&gt;Usage Tool
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/HunxByts/GhostTrack.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cd GhostTrack
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip3 install -r requirements.txt
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;python3 GhostTR.py
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Display on the menu &lt;code&gt;IP Tracker&lt;/code&gt;&lt;/p&gt;
&lt;img src=&#34;https://github.com/HunxByts/GhostTrack/blob/main/asset/ip.png &#34; /&gt;
&lt;p&gt;on the IP Track menu, you can combo with the seeker tool to get the target IP&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;:zap: Install Seeker :&lt;/summary&gt;
- &lt;strong&gt;&lt;a href=&#34;https://github.com/thewhiteh4t/seeker&#34;&gt;Get Seeker&lt;/a&gt;&lt;/strong&gt;
&lt;/details&gt;
&lt;p&gt;Display on the menu &lt;code&gt;Phone Tracker&lt;/code&gt;&lt;/p&gt;
&lt;img src=&#34;https://github.com/HunxByts/GhostTrack/blob/main/asset/phone.png&#34; /&gt;
&lt;p&gt;on this menu you can search for information from the target phone number&lt;/p&gt;
&lt;p&gt;Display on the menu &lt;code&gt;Username Tracker&lt;/code&gt;&lt;/p&gt;
&lt;img src=&#34;https://github.com/HunxByts/GhostTrack/blob/main/asset/User.png&#34;/&gt;
on this menu you can search for information from the target username on social media
&lt;details&gt;
&lt;summary&gt;:zap: Author :&lt;/summary&gt;
- &lt;strong&gt;&lt;a href=&#34;https://github.com/HunxByts&#34;&gt;HunxByts&lt;/a&gt;&lt;/strong&gt;
&lt;/details&gt;
</description>
        </item>
        <item>
        <title>maigret</title>
        <link>https://producthunt.programnotes.cn/en/p/maigret/</link>
        <pubDate>Sun, 20 Jul 2025 15:28:36 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/maigret/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1611486212557-88be5ff6f941?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTI5OTY0NzF8&amp;ixlib=rb-4.1.0" alt="Featured image of post maigret" /&gt;&lt;h1 id=&#34;soxojmaigret&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/maigret&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;soxoj/maigret&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;maigret&#34;&gt;Maigret
&lt;/h1&gt;&lt;p align=&#34;center&#34;&gt;
  &lt;p align=&#34;center&#34;&gt;
    &lt;a href=&#34;https://pypi.org/project/maigret/&#34;&gt;
        &lt;img alt=&#34;PyPI version badge for Maigret&#34; src=&#34;https://img.shields.io/pypi/v/maigret?style=flat-square&#34; /&gt;
    &lt;/a&gt;
    &lt;a href=&#34;https://pypi.org/project/maigret/&#34;&gt;  
        &lt;img alt=&#34;PyPI download count for Maigret&#34; src=&#34;https://img.shields.io/pypi/dw/maigret?style=flat-square&#34; /&gt;
    &lt;/a&gt;
    &lt;a href=&#34;https://github.com/soxoj/maigret&#34;&gt;
        &lt;img alt=&#34;Minimum Python version required: 3.10+&#34; src=&#34;https://img.shields.io/badge/Python-3.10%2B-brightgreen?style=flat-square&#34; /&gt;
    &lt;/a&gt;
    &lt;a href=&#34;https://github.com/soxoj/maigret/blob/main/LICENSE&#34;&gt;
        &lt;img alt=&#34;License badge for Maigret&#34; src=&#34;https://img.shields.io/github/license/soxoj/maigret?style=flat-square&#34; /&gt;
    &lt;/a&gt;
    &lt;a href=&#34;https://github.com/soxoj/maigret&#34;&gt;
        &lt;img alt=&#34;View count for Maigret project&#34; src=&#34;https://komarev.com/ghpvc/?username=maigret&amp;color=brightgreen&amp;label=views&amp;style=flat-square&#34; /&gt;
    &lt;/a&gt;
  &lt;/p&gt;
  &lt;p align=&#34;center&#34;&gt;
    &lt;img src=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/maigret.png&#34; height=&#34;300&#34;/&gt;
  &lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;i&gt;The Commissioner Jules Maigret is a fictional French police detective, created by Georges Simenon. His investigation method is based on understanding the personality of different people and their interactions.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;👉👉👉 &lt;a class=&#34;link&#34; href=&#34;https://t.me/osint_maigret_bot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Online Telegram bot&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;h2 id=&#34;about&#34;&gt;About
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Maigret&lt;/strong&gt; collects a dossier on a person &lt;strong&gt;by username only&lt;/strong&gt;, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys are required. Maigret is an easy-to-use and powerful fork of &lt;a class=&#34;link&#34; href=&#34;https://github.com/sherlock-project/sherlock&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sherlock&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Currently supports more than 3000 sites (&lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/maigret/blob/main/sites.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;full list&lt;/a&gt;), search is launched against 500 popular sites in descending order of popularity by default. Also supported checking Tor sites, I2P sites, and domains (via DNS resolving).&lt;/p&gt;
&lt;h2 id=&#34;powered-by-maigret&#34;&gt;Powered By Maigret
&lt;/h2&gt;&lt;p&gt;These are professional tools for social media content analysis and OSINT investigations that use Maigret (banners are clickable).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/SocialLinks-IO/sociallinks-api&#34;&gt;&lt;img height=&#34;60&#34; alt=&#34;Social Links API&#34; src=&#34;https://github.com/user-attachments/assets/789747b2-d7a0-4d4e-8868-ffc4427df660&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;https://sociallinks.io/products/sl-crimewall&#34;&gt;&lt;img height=&#34;60&#34; alt=&#34;Social Links Crimewall&#34; src=&#34;https://github.com/user-attachments/assets/0b18f06c-2f38-477b-b946-1be1a632a9d1&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;https://usersearch.ai/&#34;&gt;&lt;img height=&#34;60&#34; alt=&#34;UserSearch&#34; src=&#34;https://github.com/user-attachments/assets/66daa213-cf7d-40cf-9267-42f97cf77580&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;main-features&#34;&gt;Main features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Profile page parsing, &lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/socid_extractor&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;extraction&lt;/a&gt; of personal info, links to other profiles, etc.&lt;/li&gt;
&lt;li&gt;Recursive search by new usernames and other IDs found&lt;/li&gt;
&lt;li&gt;Search by tags (site categories, countries)&lt;/li&gt;
&lt;li&gt;Censorship and captcha detection&lt;/li&gt;
&lt;li&gt;Requests retries&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See the full description of Maigret features &lt;a class=&#34;link&#34; href=&#34;https://maigret.readthedocs.io/en/latest/features.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;in the documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&gt;&lt;p&gt;‼️ Maigret is available online via &lt;a class=&#34;link&#34; href=&#34;https://t.me/osint_maigret_bot&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;official Telegram bot&lt;/a&gt;. Consider using it if you don&amp;rsquo;t want to install anything.&lt;/p&gt;
&lt;h3 id=&#34;windows&#34;&gt;Windows
&lt;/h3&gt;&lt;p&gt;Standalone EXE-binaries for Windows are located in &lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/maigret/releases&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Releases section&lt;/a&gt; of GitHub repository.&lt;/p&gt;
&lt;p&gt;Video guide on how to run it: &lt;a class=&#34;link&#34; href=&#34;https://youtu.be/qIgwTZOmMmM&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://youtu.be/qIgwTZOmMmM&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;installation-in-cloud-shells&#34;&gt;Installation in Cloud Shells
&lt;/h3&gt;&lt;p&gt;You can launch Maigret using cloud shells and Jupyter notebooks. Press one of the buttons below and follow the instructions to launch it in your browser.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/soxoj/maigret&amp;amp;tutorial=README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://user-images.githubusercontent.com/27065646/92304704-8d146d80-ef80-11ea-8c29-0deaabb1c702.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Open in Cloud Shell&#34;
	
	
&gt;&lt;/a&gt;
&lt;a href=&#34;https://repl.it/github/soxoj/maigret&#34;&gt;&lt;img src=&#34;https://replit.com/badge/github/soxoj/maigret&#34; alt=&#34;Run on Replit&#34; height=&#34;50&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://colab.research.google.com/gist/soxoj/879b51bc3b2f8b695abb054090645000/maigret-collab.ipynb&#34;&gt;&lt;img src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34; alt=&#34;Open In Colab&#34; height=&#34;45&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;https://mybinder.org/v2/gist/soxoj/9d65c2f4d3bec5dd25949197ea73cf3a/HEAD&#34;&gt;&lt;img src=&#34;https://mybinder.org/badge_logo.svg&#34; alt=&#34;Open In Binder&#34; height=&#34;45&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;local-installation&#34;&gt;Local installation
&lt;/h3&gt;&lt;p&gt;Maigret can be installed using pip, Docker, or simply can be launched from the cloned repo.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: Python 3.10 or higher and pip is required, &lt;strong&gt;Python 3.11 is recommended.&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# install from pypi&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip3 install maigret
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# usage&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret username
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;cloning-a-repository&#34;&gt;Cloning a repository
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# or clone and install manually&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/soxoj/maigret &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; maigret
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# build and install&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip3 install .
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# usage&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret username
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;docker&#34;&gt;Docker
&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# official image&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker pull soxoj/maigret
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# usage&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker run -v /mydir:/app/reports soxoj/maigret:latest username --html
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# manual build&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;docker build -t maigret .
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;usage-examples&#34;&gt;Usage examples
&lt;/h2&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# make HTML, PDF, and Xmind8 reports&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret user --html
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret user --pdf
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret user --xmind &lt;span class=&#34;c1&#34;&gt;#Output not compatible with xmind 2022+&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# search on sites marked with tags photo &amp;amp; dating&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret user --tags photo,dating
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# search on sites marked with tag us&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret user --tags us
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# search for three usernames on all available sites&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;maigret user1 user2 user3 -a
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Use &lt;code&gt;maigret --help&lt;/code&gt; to get full options description. Also options &lt;a class=&#34;link&#34; href=&#34;https://maigret.readthedocs.io/en/latest/command-line-options.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;are documented&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;web-interface&#34;&gt;Web interface
&lt;/h3&gt;&lt;p&gt;You can run Maigret with a web interface, where you can view the graph with results and download reports of all formats on a single page.&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;Web Interface Screenshots&lt;/summary&gt;
&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/web_interface_screenshot_start.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Web interface: how to start&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/web_interface_screenshot.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Web interface: results&#34;
	
	
&gt;&lt;/p&gt;
&lt;/details&gt;
&lt;p&gt;Instructions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run Maigret with the &lt;code&gt;--web&lt;/code&gt; flag and specify the port number.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-console&#34; data-lang=&#34;console&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;go&#34;&gt;maigret --web 5000
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;
&lt;p&gt;Open http://127.0.0.1:5000 in your browser and enter one or more usernames to make a search.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wait a bit for the search to complete and view the graph with results, the table with all accounts found, and download reports of all formats.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;Maigret has open-source code, so you may contribute your own sites by adding them to &lt;code&gt;data.json&lt;/code&gt; file, or bring changes to it&amp;rsquo;s code!&lt;/p&gt;
&lt;p&gt;For more information about development and contribution, please read the &lt;a class=&#34;link&#34; href=&#34;https://maigret.readthedocs.io/en/latest/development.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;development documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;demo-with-page-parsing-and-recursive-username-search&#34;&gt;Demo with page parsing and recursive username search
&lt;/h2&gt;&lt;h3 id=&#34;video-asciinema&#34;&gt;Video (asciinema)
&lt;/h3&gt;&lt;a href=&#34;https://asciinema.org/a/Ao0y7N0TTxpS0pisoprQJdylZ&#34;&gt;
  &lt;img src=&#34;https://asciinema.org/a/Ao0y7N0TTxpS0pisoprQJdylZ.svg&#34; alt=&#34;asciicast&#34; width=&#34;600&#34;&gt;
&lt;/a&gt;
&lt;h3 id=&#34;reports&#34;&gt;Reports
&lt;/h3&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;PDF report&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://htmlpreview.github.io/?https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HTML report&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotography_html_screenshot.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;HTML report screenshot&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotography_xmind_screenshot.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;XMind 8 report screenshot&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://raw.githubusercontent.com/soxoj/maigret/main/static/recursive_search.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Full console output&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;disclaimer&#34;&gt;Disclaimer
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;This tool is intended for educational and lawful purposes only.&lt;/strong&gt; The developers do not endorse or encourage any illegal activities or misuse of this tool. Regulations regarding the collection and use of personal data vary by country and region, including but not limited to GDPR in the EU, CCPA in the USA, and similar laws worldwide.&lt;/p&gt;
&lt;p&gt;It is your sole responsibility to ensure that your use of this tool complies with all applicable laws and regulations in your jurisdiction. Any illegal use of this tool is strictly prohibited, and you are fully accountable for your actions.&lt;/p&gt;
&lt;p&gt;The authors and developers of this tool bear no responsibility for any misuse or unlawful activities conducted by its users.&lt;/p&gt;
&lt;h2 id=&#34;feedback&#34;&gt;Feedback
&lt;/h2&gt;&lt;p&gt;If you have any questions, suggestions, or feedback, please feel free to &lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/maigret/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;open an issue&lt;/a&gt;, create a &lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/maigret/discussions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub discussion&lt;/a&gt;, or contact the author directly via &lt;a class=&#34;link&#34; href=&#34;https://t.me/soxoj&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Telegram&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;sowel-classification&#34;&gt;SOWEL classification
&lt;/h2&gt;&lt;p&gt;This tool uses the following OSINT techniques:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://sowel.soxoj.com/other-platform-accounts&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SOTL-2.2. Search For Accounts On Other Platforms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://sowel.soxoj.com/logins-reuse&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SOTL-6.1. Check Logins Reuse To Find Another Account&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://sowel.soxoj.com/nicknames-reuse&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;SOTL-6.2. Check Nicknames Reuse To Find Another Account&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;MIT © &lt;a class=&#34;link&#34; href=&#34;https://github.com/soxoj/maigret&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Maigret&lt;/a&gt;&lt;br/&gt;
MIT © &lt;a class=&#34;link&#34; href=&#34;https://github.com/sherlock-project/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Sherlock Project&lt;/a&gt;&lt;br/&gt;
Original Creator of Sherlock Project - &lt;a class=&#34;link&#34; href=&#34;https://github.com/sdushantha&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Siddharth Dushantha&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
