Linux command
holehe 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Check email registration
holehe [email@example.com]
Output as CSV
holehe [email@example.com] --csv
Output only positive results
holehe --only-used [email@example.com]
Disable colored output
holehe --no-color [email@example.com]
Set request timeout
holehe --timeout [10] [email@example.com]
说明
holehe checks if an email is registered on various websites. It uses password reset and registration functions to detect account existence. The tool is useful for OSINT and security testing. It checks hundreds of websites for email registration status.
参数
- --csv
- Output as CSV.
- --only-used
- Show only positive results.
- --no-color
- Disable colored output.
- -t, --timeout _SEC_
- Request timeout.
- --help
- Display help information.
FAQ
What is the holehe command used for?
holehe checks if an email is registered on various websites. It uses password reset and registration functions to detect account existence. The tool is useful for OSINT and security testing. It checks hundreds of websites for email registration status.
How do I run a basic holehe example?
Run `holehe [email@example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --csv do in holehe?
Output as CSV.