niuTT
niuTT
环境:macbook pro M1 MAX Docker Engine v20.10.17
网站加密方式为请求包响应包为 aes加密,在请求请求体中有rsa加签,现在可以实现请求包的加密,解密,生成签名;但是响应包调用解密算法,cipherText result弹出框是显示空白,请问下这是什么原因
def chinazApi(domain): cprint('Load chinazApi: ', 'green') chinazNewDomains = [] tempDict = {} tempList = [] # 获取域名的公司名字 url = 'https://icp.chinaz.com/{}'.format(domain) try: res = requests.get(url=url, headers=headers, allow_redirects=False, verify=False, timeout=10) except Exception...
The request and response in burp are the same. A complete request and response are two requests in burp.
查看端口开了,就是访问不到
作者你好,这个工具本地反连平台怎么设置呢