├── LICENSE ├── Makefile ├── README.md ├── assets ├── Abusing PAM and NSS for Malice and Benefit.pdf └── SSHapendoes-logo.png ├── nss_canary.c └── pam_canary.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/README.md -------------------------------------------------------------------------------- /assets/Abusing PAM and NSS for Malice and Benefit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/assets/Abusing PAM and NSS for Malice and Benefit.pdf -------------------------------------------------------------------------------- /assets/SSHapendoes-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/assets/SSHapendoes-logo.png -------------------------------------------------------------------------------- /nss_canary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/nss_canary.c -------------------------------------------------------------------------------- /pam_canary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirusFriendly/SSHapendoes/HEAD/pam_canary.c --------------------------------------------------------------------------------