mirror of
https://github.com/ChinaRan0/DeepSeekSelfTool.git
synced 2025-05-05 10:18:04 +00:00
Update DeepSeekSelfTool.py
This commit is contained in:
parent
3b06dcbbd9
commit
45097fb1ad
@ -71,7 +71,8 @@ class AnalysisThread(QThread):
|
|||||||
1. 分析以下HTTP请求的各个组成部分
|
1. 分析以下HTTP请求的各个组成部分
|
||||||
2. 识别是否存在SQL注入、XSS、CSRF、反序列化、文件上传、路径遍历、OWASPTop10、等常见攻击特征
|
2. 识别是否存在SQL注入、XSS、CSRF、反序列化、文件上传、路径遍历、OWASPTop10、等常见攻击特征
|
||||||
3. 检查User-Agent等头部信息是否可疑
|
3. 检查User-Agent等头部信息是否可疑
|
||||||
4. 最终结论:是否为攻击流量(是/否)
|
4. 如果数据包中有一些编码后的内容,请解码后再进行分析
|
||||||
|
5. 最终结论:是否为攻击流量(是/否)
|
||||||
|
|
||||||
请用中文按以下格式响应:
|
请用中文按以下格式响应:
|
||||||
【分析结果】是/否
|
【分析结果】是/否
|
||||||
|
Loading…
x
Reference in New Issue
Block a user