Linux command
maigret 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Search username across sites
maigret [username]
Search with specific sites
maigret [username] --site [twitter] --site [github]
Output to file
maigret [username] -o [report.txt]
Generate HTML report
maigret [username] --html
说明
maigret is an OSINT tool for collecting information about usernames across social networks and websites. Searches hundreds of platforms to find accounts associated with a username. Generates detailed reports for investigations.
参数
- -o _file_
- Output results to file.
- --html
- Generate HTML report.
- Generate PDF report.
- --site _name_
- Check specific site only.
- --timeout _seconds_
- Request timeout.
- --tor
- Use Tor network.
- --proxy _url_
- Use HTTP proxy.
- -a, --all-sites
- Check all available sites.
FAQ
What is the maigret command used for?
maigret is an OSINT tool for collecting information about usernames across social networks and websites. Searches hundreds of platforms to find accounts associated with a username. Generates detailed reports for investigations.
How do I run a basic maigret example?
Run `maigret [username]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o _file_ do in maigret?
Output results to file.