Port Knocking

preview_player
Показать описание
I came across this today and thought it to be an interesting concept.
Security through obscurity at best, but I'd say it's a million times better than just having SSH open to the internet. It's a great method for nearly removing port scanning as a vulnerability.

I'm using knockd by Judd Vinet.
Рекомендации по теме
Комментарии
Автор

I was reading a white paper and not really understanding port knocking so I appreciate your easy to follow explanation and example. I get it now. Thanks.

vaughnpeterson
Автор

I would imagine the commonly pointed out vulnerability to this is that it's essentially a clear text password... but it's more than that. It hides ports from port scans while still having them obscurely available. A person could also easily implement a ratcheting system in which as soon as the SSH port is opened, an SSH session is established and the client can then ratchet the ports the server listens to using randomized values, which would be sent over the SSH tunnel. This would then mean the next time that client "knocks" the secret would still be safe and secure. The number of ports in the sequence could also be significantly increased for additional security. Having three ports allows for 281, 462, 092, 005, 375 possibilities. (281 trillion). Increasing to four ports allows for 18, 445, 618, 199, 572, 250, 625 (18.4 quintillion), the increase is exponential.

WDZSuperRaWR
Автор

Great video Steven. Thanks. I stumbled across port knocking a few years ago at at DefCon convention at Las Vegas and always found it a fascinating concept. Critics indicate that sniffers on any segment could witness and replay the port knock sequence but there would still be the hurdle of authenticating or even port security so it's not a lost cause.

zzsql
Автор

Cool and clear explanation, thanks bro.

amigator
Автор

Hey, thanks for the sharing. I came across this technique long time ago, but still can't get better understanding. Nevertheless, this video of yours is taking me closer to understand the concept.

muhdshamashraffmaskan
Автор

Nice Demo. Please do an episode on how to create these back doors.

sowmithgantla
Автор

Thanks, simple explanation. BTW, "No ones really going to watch this." I'm an aspiring hacker, and I'm watching...

Gravitized