├── DETAIL.txt ├── README.md ├── backdoor.c ├── backdoor.h ├── backdoor.patch ├── modified-files ├── auth-pam.c ├── auth-passwd.c ├── auth.c ├── sshconnect2.c └── sshlogin.c ├── view └── view.c /DETAIL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/DETAIL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/README.md -------------------------------------------------------------------------------- /backdoor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/backdoor.c -------------------------------------------------------------------------------- /backdoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/backdoor.h -------------------------------------------------------------------------------- /backdoor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/backdoor.patch -------------------------------------------------------------------------------- /modified-files/auth-pam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/modified-files/auth-pam.c -------------------------------------------------------------------------------- /modified-files/auth-passwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/modified-files/auth-passwd.c -------------------------------------------------------------------------------- /modified-files/auth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/modified-files/auth.c -------------------------------------------------------------------------------- /modified-files/sshconnect2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/modified-files/sshconnect2.c -------------------------------------------------------------------------------- /modified-files/sshlogin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/modified-files/sshlogin.c -------------------------------------------------------------------------------- /view: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/view -------------------------------------------------------------------------------- /view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QAX-A-Team/openssh-7.6p1-patch/HEAD/view.c --------------------------------------------------------------------------------