Skip to content

Instantly share code, notes, and snippets.

@LiZeC123
LiZeC123 / restart.py
Created July 25, 2021 06:58
Requests库应用举例(重启路由器)
import requests
import time
import re
def get_cookie():
print("尝试获取授权码")
URL = "http://192.168.1.1/cgi-bin/luci"
HEADER = {
"Referer": "http://192.168.1.1/cgi-bin/luci/",