Linux command
kanha 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Fuzz URLs
kanha fuzz -u [https://example.com/FUZZ] -w [path/to/wordlist.txt]
Check HTTP response codes
kanha httpx -l [path/to/urls.txt]
Perform reverse DNS lookup
kanha rdns -l [path/to/ips.txt]
Detect subdomain takeover
kanha takeover -l [path/to/subdomains.txt]
说明
kanha is a CLI suite for web application penetration testing that combines multiple security testing functions including URL fuzzing, reverse DNS lookup, HTTP response code checking, and subdomain takeover detection into a single tool. Each subcommand targets a specific aspect of web application security testing, making it a convenient all-in-one toolkit for security researchers and penetration testers.
FAQ
What is the kanha command used for?
kanha is a CLI suite for web application penetration testing that combines multiple security testing functions including URL fuzzing, reverse DNS lookup, HTTP response code checking, and subdomain takeover detection into a single tool. Each subcommand targets a specific aspect of web application security testing, making it a convenient all-in-one toolkit for security researchers and penetration testers.
How do I run a basic kanha example?
Run `kanha fuzz -u [https://example.com/FUZZ] -w [path/to/wordlist.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more kanha examples?
This page includes 4 examples for kanha, plus related commands for nearby Linux tasks.