JustHumanz / Anti_mainland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anti_Mainland

Just like the name,this tools can make chinese botnet never touch your VPS or maybe got bann by Great Firewall of China 😂😂

this tools based on honeypot so this tools will stored user&pass in database(sqlite)

How this tools work?

well this tools work/implemented on Layer 8 and this tools print some tcp ASCII banner in client

How to use?

you can build it by self or pulling from docker hub

docker pull justhumanz/kick_mainland
docker run -itd --name xianjing -p 22:22 -p 4000:4000 justhumanz/kick_mainland

Port 22 for honeypot ssh and port 4000 for API

API

curl http://localhost:4000/stats

Example

do ssh to my server

ssh root@justhumanz.me -p 22

and see your password here

About


Languages

Language:Go 91.4%Language:Shell 6.2%Language:Dockerfile 2.3%