舒服太阳

文章
5
资源
0
加入时间
2年10月17天

python cig

1、启动程序import osfrom http.server import HTTPServer, CGIHTTPRequestHandlerwebdir = '.'port = 5000os.chdir(webdir)server_address = ('', port)server_obj = HTTPServer(server_address, CGIHTTPRequestHandler)server_obj.serve_forever()2、注册页面 reg.html

Pandorabox实现iNode校园网认证

一:在路由器内刷入Pandorabox系统本教程将跳过路由器刷机方式,如需教程,请自行百度。刷机有风险,动手需谨慎二:安装njit资源链接:https://github.com/raodaqi/Pa...MAC:1.将本地文件复制到路由器进入njit目录下将两个文件上传到root目录下scp libpcap_1.1.1-...