好吧,我正在编写一个软件,它将使用"Passwords.txt"文件中给定的密码(逐行读取每行都有自己的密码),强制执行一个名为"Blockers password.zip"的文件。here is use every password in the 'Passwords.txt' file password = line.rstri
我想使用字典中的密码并尝试登录到服务器。但是,我需要将从服务器收到的令牌组合到我的字符串中才能登录。nc server.comWelcome. Your token is: 123456user1/password/123456echo "user1/password/$token" > nc server.com | token = $(grep ....) (to get the token)
那么,如何才能取回令牌