端口敲门(Port Knocking)教程
端口敲门(Port Knocking)脚本什么是端口敲门?端口敲门是一种网络安全技术,通过按特定顺序”敲击”一系列端口,才能打开目标端口的访问权限。这就像是一种密码锁,只有知道正确的”敲门”顺序,才能获得访问权限。 使用方法脚本接受两个主要参数: -allow:要保护的端口(想要最终访问的端口) -knowk:敲门端口序列(按顺序敲击的端口) 使用示例1bash knockers.sh -allow 22 -knowk 88,99,33,44 这个命令表示: 保护SSH端口(22) 需要按顺序敲击 88→99→33→44...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment