gitwtfhub

wtf is 00query?

returnwrong/00query — explained in plain English

Analysis updated 2026-05-18

15PythonAudience · researcherComplexity · 2/5Setup · moderate

TL;DR

A desktop tool that looks up a company's websites, apps, domains, emails, and leaked code in one place using the 0.zone API.

Mindmap

mindmap
  root((00query))
    What it does
      Website and system lookup
      App and domain lookup
      Email lookup
      Leaked code search
    Tech stack
      Python
      ttkbootstrap
    Use cases
      Asset reconnaissance
      Report export
      Advanced search syntax
    Audience
      Security researchers
      OSINT analysts

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Look up a target company's exposed websites and information systems

REASON 2

Search for a company's mobile apps, domains, and email addresses in one query

REASON 3

Check for leaked source code or documents tied to a company

REASON 4

Export search results to Excel or CSV for reporting

What's in the stack?

Pythonttkbootstrap

How it stacks up

returnwrong/00query0pen-sourcer/hearth13127905/deep-learning-based-air-gesture-text-recognition-
Stars151515
LanguagePythonPythonPython
Setup difficultymoderatemoderatemoderate
Complexity2/53/53/5
Audienceresearchervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires registering a 0.zone account for an API key before first use, the key has a daily free-query limit.

Wtf does this do

00query is a desktop tool for looking up information about a company's online assets, using data from a service called 0.zone. It combines five kinds of lookups into one program: information systems and websites, mobile apps, domains, email addresses, and leaked source code or documents, so a user does not need to check each of these separately. The program has a graphical interface built with Python, and comes with prebuilt themes you can switch between, seventeen in total. Search results can be exported to Excel or CSV files for further use. The tool also supports an advanced search syntax with symbols for exact matching, containment, combining conditions with AND or OR, and grouping terms with parentheses, along with a built in guide explaining this syntax. One feature specifically looks for what the author calls suspected information systems, similar to a business directory listing. To use it, you either install the Python dependencies and run the program directly, or download a prebuilt Windows executable that requires no Python installation. Either way, before first use you need to register for an account with 0.zone to get an API key, which you then enter in the program's settings. The README notes that this API key comes with a daily limit on free queries, and warns that the packaged executable file may sometimes be flagged incorrectly by antivirus software, though the source code is available to review. The project lists three files as its core: the main GUI program, a local configuration file that is excluded from version control, and the Python dependency list. It credits the 0.zone service for providing the underlying data API and the ttkbootstrap library for its interface themes. The author is credited by a handle and links to a Bilibili channel and WeChat account for a full usage tutorial.

Yoink these prompts

Prompt 1
Help me set up 00query with Python and register for a 0.zone API key.
Prompt 2
Explain the 00query search syntax for exact match, containment, and combining conditions with AND or OR.
Prompt 3
Show me how to export 00query search results to a CSV file.
Prompt 4
What does 00query's suspected information system detection feature do?

Frequently asked questions

wtf is 00query?

A desktop tool that looks up a company's websites, apps, domains, emails, and leaked code in one place using the 0.zone API.

What language is 00query written in?

Mainly Python. The stack also includes Python, ttkbootstrap.

How hard is 00query to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is 00query for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.