git404hub

what is superfofa fr?

polite-007/superfofa — explained in plain English

Analysis updated 2026-05-18

16Audience · ops devopsComplexity · 2/5Setup · easy

tl;dr

A desktop app that turns FOFA's device search API into a visual point and click tool for searching, profiling hosts, and exporting results.

vibe map

mindmap
  root((superfofa))
    What it does
      Visual FOFA search client
      Host profiling
      Aggregation stats
    Tech stack
      React
      Go
      Wails
      SQLite
    Use cases
      Search internet devices
      Profile a host
      Export results to Excel
      Manage multiple API keys
    Audience
      Security researchers
      Ops teams

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

what do people make with this?

VIBE 1

Search FOFA for internet connected devices without writing API calls by hand.

VIBE 2

Pull up a detailed dashboard for a specific host or IP address.

VIBE 3

Group search results by field to spot patterns across many assets.

VIBE 4

Batch export large lists of IPs, hosts, or domains to an Excel file.

what's the stack?

ReactTypeScriptshadcn-uiTailwind CSSGoWailsSQLite

how it stacks up fr

polite-007/superfofa1296018244/grok-manager787a68/hubproxy
Stars161616
LanguageGoGo
Setup difficultyeasymoderatemoderate
Complexity2/53/53/5
Audienceops devopsops devopsops devops

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

how do i run it?

Difficulty · easy time til it works · 5min

Requires a FOFA account with a valid API key to run any searches.

No license is stated, and the maintainer notes the source code is not currently public, only the README and prebuilt release binaries.

in plain english

Superfofa is a desktop app that gives you a visual, point and click way to work with FOFA, a search engine for finding internet connected devices and services. Instead of typing raw API calls, you get a graphical client for macOS and Windows that wraps FOFA's search, host lookup, and data export features into one tool. The main screen lets you run searches across multiple tabs at once, save field presets, and browse your search history with pagination. You can click from a search result straight into a detailed host profile for a given IP address, shown as a dashboard with key stats and a breakdown of open ports. There is also an aggregation view that groups your search results by field, so you can quickly see how many results share a given value and spot patterns in the data. For larger jobs, superfofa supports batch export. You can feed it a list of IPs, hosts, or domains, choose which fields to pull, and it will export the results to an Excel file, with the ability to pause, resume, or retry if the export gets interrupted partway through. Because FOFA access is tied to API keys with usage limits, the app also includes account management: you can add several FOFA accounts, set a proxy, check that each key still works, and choose whether requests rotate through keys in order or at random to spread out the load. Under the hood it is built with Go and the Wails framework for the desktop shell, paired with a React and TypeScript frontend using shadcn-ui components. It stores accounts, settings, export jobs, and query history locally in SQLite, so it works offline aside from the actual FOFA queries. The project ships prebuilt binaries for Apple Silicon and Intel Macs and for Windows on both x64 and ARM64, with light and dark theme support. The maintainer notes that this repository currently hosts only the README and release builds, the source code itself is not yet public.

prompts (copy fr)

prompt 1
Explain how superfofa's multi key rotation works and why someone doing large FOFA queries would want it.
prompt 2
Walk me through setting up a FOFA account inside superfofa and running my first search.
prompt 3
What is the difference between superfofa's normal and detailed host profile modes?
prompt 4
Summarize what data superfofa's batch export feature can pull and in what format it saves it.

Frequently asked questions

what is superfofa fr?

A desktop app that turns FOFA's device search API into a visual point and click tool for searching, profiling hosts, and exporting results.

What license does superfofa use?

No license is stated, and the maintainer notes the source code is not currently public, only the README and prebuilt release binaries.

How hard is superfofa to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is superfofa for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.