Computer NetworksNETWORKS

Code your OWN HONEYPOT in PYTHON! 🍯

In this video I will show you how to program your own honeypot in Python so that you can slow down a hacker and analyze his actions on your system in a controlled environment. For this we use the Python library Paramiko.
#Honeypot #Python #Paramiko

00:00 | Introduction
00:15 | What is a honeypot?
00:56 | Install Paramiko
01:33 | Program the Honeypot
05:03 | Move SSH to another port
05:45 | Honeypot Example
08:01 | Challenge


source

ipv4

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

2 thoughts on “Code your OWN HONEYPOT in PYTHON! 🍯

  • can you make a longer tutorial for noobs?

  • I did it like you in this video BUT I made a hint that this IS a honeypot so the hackers will just skip trying to hack it. I also added a possibility for myself to actually log in to the server to give myself a way to remotely log in if I need when I'm on vacation. The hackers will NEVER guess my 8 character special root password – that is for sure. Thank you for showing this trick! I can now get access to my whole local-network from anywhere in the world!

Comments are closed.