[Video] - Build a backdoor in OpenSSH 6.4p1 with Kali Linux
This time I show you, how to build a "backdoor" in your own OpenSSH 6.4p1 installation under Kali Linux
Continue reading "[Video] - Build a backdoor in OpenSSH 6.4p1 with Kali Linux"
Continue reading "[Video] - Build a backdoor in OpenSSH 6.4p1 with Kali Linux"
1. Define the backdoor password in auth.h 2. Edit the auth-passwd.c file and set the backdoor into it 3. Set integer ‘backdoorActive’ in log.h 4. Disable logging for the backdoor login in log.c 5. Compile 6. Test the backdoor :-) |
Hiermit steht einem auf localhost:24000 ein Socks-Proxy zu Verfügung ;P
ssh -C -2 -t -p 22 -L 24000:localhost:25000 root@10.1.1.1 ssh -D 25000 root@192.168.1.1
Grad auf http://undeadly.org zufällig wieder entdeckt. Eine Präsentation von Damien Miller auf der AsiaBSDcon aus dem letzten Jahr. Sehr interessant wie ich finde.
http://www.openbsd.org/papers/openssh-measures-asiabsdcon2007-slides.pdf
http://2007.asiabsdcon.org/papers/P15-paper.pdf