putty
虽然从这台机器(Windows Surface 3)连接起来很容易,但在使用控制台时我似乎被卡住了:
https://www.reddit.com/r/securityCTF/comments/6phnaw/stuck_in_bandit_level_0_overthewireorg/
**********************
Windows PowerShell transcript start
Start time: 20200329143756
Username: DESKTOP-9AKB65V\thufir
RunAs User: DESKTOP-9AKB65V\thufir
Configuration Name:
Machine: DESKTOP-9AKB65V (Microsoft Windows NT 10.0.18362.0)
Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Process ID: 10364
PSVersion: 5.1.18362.628
PSEdition: Desktop
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.18362.628
BuildVersion: 10.0.18362.628
CLRVersion: 4.0.30319.42000
WSManStackVersion: 3.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
**********************
Transcript started, output file is C:\Users\thufir\Documents\PowerShell_transcript.DESKTOP-9AKB65V.+hfqfpT1.20200329143756.txt
PS C:\Users\thufir> ssh [email protected] 2220
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
[email protected]: Permission denied (publickey,password).
PS C:\Users\thufir> stop-transcript
**********************
Windows PowerShell transcript end
End time: 20200329143829
**********************
不知道有多少种方法可以输入“bandit0”作为密码....
我可以通过配置文件将其作为参数传递吗?可能是用户错误(我),可能是由于其他原因服务超载或关闭(但为什么要输入密码),或者可能是这台计算机有些奇怪(?)。
ssh
不是telnet
它的一般语法telnet server port
。我相信即使在 Windows 中,基本用法ssh
如下:你做到了
ssh [email protected] 2220
。您连接到默认端口 (22) 并且2220
是命令。碰巧在端口 22 上有一个服务器,但这不是接受您知道的凭据的服务器。
该命令
2220
从未被调用,因为您一开始就未能进行身份验证。而不是2220
它可以是任何东西,它也不会被调用。你想这样连接: