A tech enumeration toolkit for 404 Not found pages.
Description • Features • Installation • Usage • Contact Me

The tool currently supports the detection of 18 distinct technology signatures, with plans to expand support to additional technologies in future updates. 4oFour is designed for fast, automated tech stack discovery, offering an efficient way to gain valuable information about a target's environment.
git clone https://github.com/umair9747/4oFour.git
cd 4oFour
go build./4ofour -scan http://127.0.0.1/-headers: Comma-separated custom headers (e.g., 'User-Agent:Go,Accept:/')-scan: Comma-separated list of targets or file containing targets-timeout: Timeout for HTTP requests (default 10s)-workers: Number of concurrent workers (default 5)
The tool would produce a JSON output in the below format:
type Result struct {
Target string `json:"target"`
Stacks []string `json:"techs"`
}
type Output struct {
Results []Result `json:"results"`
Errors []string `json:"errors,omitempty"`
}
umair@root 4ofour % ./4ofour -scan http://127.0.0.1/
4 | |
-----------+---------+-----------
| O |
-----------+---------+-----------
| | four
The tech enumeration toolkit for 404 Not found pages.
- Developed by 0x9747 (inspired by 0xdf)
{
"results": [
{
"target": "http://127.0.0.1/somerandompathwhichmightnotexist",
"techs": [
"Laravel"
]
}
]
}
Also, if you'd like to support me for my future research works, please consider using this link for your donations!
