whatisgithub

What is inoue?

alhamrizvi-cloud/inoue — explained in plain English

Analysis updated 2026-05-18

13PythonAudience · developerComplexity · 2/5LicenseSetup · easy

In one sentence

A fast command line tool that fingerprints the technology stack behind a website using headers, cookies, HTML, and DNS.

Mindmap

mindmap
  root((Inoue))
    What it does
      Fingerprints web tech
      Reads headers and HTML
      Checks SSL and DNS
    Tech stack
      Python
      Signature catalog
    Use cases
      Bug bounty recon
      CTF targets
      Security audits
    Audience
      Security researchers
      Developers

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 build with it?

USE CASE 1

Scan a target website to see what CMS, framework, and server it runs before a bug bounty engagement.

USE CASE 2

Check a CTF or HackTheBox target for exposed admin panels and known services.

USE CASE 3

Audit your own site's security headers and SSL configuration from the command line.

USE CASE 4

Generate a JSON report of the technologies detected across multiple targets for a security review.

What is it built with?

Python

How does it compare?

alhamrizvi-cloud/inoue1lystore/awaek47cid/wp2shell-lab
Stars131313
LanguagePythonPythonPython
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencedevelopervibe coderresearcher

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

How do you get it running?

Difficulty · easy Time to first run · 5min
Free to use, modify, and distribute for any purpose, including commercial use, as long as the license notice is kept.

So what is it?

Inoue is a command line tool for figuring out what software and services a website is built on. Point it at a domain or a URL and it inspects HTTP headers, cookies, the page's HTML, script tags, meta tags, and common URL paths to guess which web server, programming language, framework, content management system, analytics tool, payment provider, or admin panel is in use. The project describes its catalog as covering more than 600 different services, from ordinary things like WordPress or Nginx to more specialized targets such as cloud consoles, VPN portals, industrial control interfaces, and internet connected devices with their own web interface. It is aimed at people doing security reconnaissance, bug bounty work, capture the flag competitions, or general review of what is exposed on a network. Beyond basic fingerprinting, Inoue can optionally inspect SSL and TLS certificates, look up DNS records such as A, MX, NS, TXT, and CNAME, and check whether common security headers like HSTS or a content security policy are present. It can scan several targets at the same time using multiple worker threads, and results can be printed to the terminal with color and confidence levels, or saved as structured JSON for other tools to consume. Installing it means cloning the repository and installing its Python dependencies with pip. Running a scan is a single command against a hostname, with flags to turn on verbose output, show the evidence behind each detection, skip DNS or SSL checks, or use presets like a fast scan or a full reconnaissance scan. The project also documents how to add new detection signatures yourself, by editing a Python file that maps a technology name to the headers, cookies, HTML patterns, or paths that identify it. The tool is released under the MIT license.

Copy-paste prompts

Prompt 1
Run Inoue against example.com and explain what each detected technology means.
Prompt 2
Show me the Inoue command for a fast scan without DNS lookups on a CTF target.
Prompt 3
Help me add a new signature to Inoue's fingerprints file for a technology it does not detect yet.
Prompt 4
Turn Inoue's JSON output for these three domains into a summary table.

Frequently asked questions

What is inoue?

A fast command line tool that fingerprints the technology stack behind a website using headers, cookies, HTML, and DNS.

What language is inoue written in?

Mainly Python. The stack also includes Python.

What license does inoue use?

Free to use, modify, and distribute for any purpose, including commercial use, as long as the license notice is kept.

How hard is inoue to set up?

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

Who is inoue for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.