OSCP Learning Notes - Exploit
Posted keepmoving1113
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OSCP Learning Notes - Exploit相关的知识,希望对你有一定的参考价值。
Tool: Metasploit
1. Start the msfconsole tool.
msfconsole
2.Search ssh related modules.
3.Use the "auxiliary/scanner/ssh/ssh_login" module and set the options, such as pass_file, rhosts, username.
4. Exploit the target.
以上是关于OSCP Learning Notes - Exploit的主要内容,如果未能解决你的问题,请参考以下文章
OSCP Learning Notes - Buffer Overflows
OSCP Learning Notes - Enumeration