1 |
PRT="80" |
Line Number |
Comment |
1 |
This is the variable where you set the port on which you want
the honeypot to listen |
4 |
This is where the honeypot writes its logs |
5 |
This is the banner which you want the attackers to see when
they connect to the honeypot |
7 |
This is the lock file. Delete it if you want the honeypot to
stop running |
12 |
This is where netcat is setup as the honeypot, both stdout
and stderr are redirected to the log file |
[root@localhost exploit]# ./execiis.sh 192.168.10.13 |
[root@syplh honeypot]# cat ./hpot.log |