tldr工具

tldr是一个开源的命令行工具,它提供了简短的命令摘要,以便快速了解命令的用法。它适用于那些不常用的命令,因为你不需要记住所有的细节。TLDR是一个社区驱动的项目,它有一个网站(https://tldr.sh/)和一个GitHub存储库(https://github.com/tldr-pages/tldr),其中包含了各种各样的命令和操作系统。

$ tldr tldr 
tldr

简化过的 man 帮助手册。
更多信息:https://tldr.sh.

 - 获取一个命令的用例(提示:这就是你怎么得到本信息的):
   tldr command

 - 展示 Linux 下 tar 的 tldr 文档:
   tldr -p linux tar

 - 获取一个 Git 子命令的帮助:
   tldr git checkout

 - 更新本地页面(如果客户端支持缓存):
   tldr -u
$ tldr hydra
hydra

Online password guessing tool.
Protocols supported include FTP, HTTP(S), SMTP, SNMP, XMPP, SSH, and more.
More information: https://github.com/vanhauser-thc/thc-hydra.

 - Start Hydra's wizard:
   hydra-wizard                                                                                                                                                                                      

 - Guess SSH credentials using a given username and a list of passwords:
   hydra -l username -P path/to/wordlist.txt host_ip ssh                                                                                                                                             

 - Guess HTTPS webform credentials using two specific lists of usernames and passwords ("https_post_request" can be like "username=^USER^&password=^PASS^"):
   hydra -L path/to/usernames.txt -P path/to/wordlist.txt host_ip https-post-form "url_without_host:https_post_request:login_failed_string"                                                          

 - Guess FTP credentials using usernames and passwords lists, specifying the number of threads:
   hydra -L path/to/usernames.txt -P path/to/wordlist.txt -t n_tasks host_ip ftp                                                                                                                     

 - Guess MySQL credentials using a username and a passwords list, exiting when a username/password pair is found:
   hydra -l username -P path/to/wordlist.txt -f host_ip mysql                                                                                                                                        

 - Guess RDP credentials using a username and a passwords list, showing each attempt:
   hydra -l username -P path/to/wordlist.txt -V rdp://host_ip                                                                                                                                        

 - Guess IMAP credentials on a range of hosts using a list of colon-separated username/password pairs:
   hydra -C path/to/username_password_pairs.txt imap://[host_range_cidr]                                                                                                                             

 - Guess POP3 credentials on a list of hosts using usernames and passwords lists, exiting when a username/password pair is found:
   hydra -L path/to/usernames.txt -P path/to/wordlist.txt -M path/to/hosts.txt -F pop3
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值