摘要: #!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests import sys import json import time jumpurl = 'http://192.168.1.1' username = 'admin' pas 阅读全文
posted @ 2022-04-20 19:01 Hello_worlds 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests, json import datetime from httpsig.requests_auth import HTTPSignatureAuth import sys def 阅读全文
posted @ 2022-04-20 18:52 Hello_worlds 阅读(523) 评论(0) 推荐(0) 编辑