lufeirider

Results 6 issues of lufeirider

Hello! I read your pdf which is A_Forgotten_HTTP_Invisibility_Cloak_v1.1.pdf.I try to change request encoding in request,but my apache's version is 2.4.29 which not accept parameter. Can you give me a demo...

1、根据KrystianLi提供的方法修复issue 211 2、修复riskiq 接口获取子域名

现象: 比如说发了二十多万数据包后,爆破速度是每秒100多。 ![image](https://user-images.githubusercontent.com/13599188/106688499-2ff11680-6609-11eb-92b9-aa058fee78c5.png) 排查: 首先考虑是机器性能问题,这时候我curl正常,带宽是美问题。再考虑了cpu,一个核心跑满了,但是发包却很少。 代码暂时还每去看。

**是否使用了最新代码** 是 **Bug描述** api搜集无法指定子域名搜集 **运行环境** - 系统:linux - Python版本:3.7.1 - OneForAll版本:lastest **如何复现** python3 oneforall.py --target www.baidu.com --fmt=json --brute=False --req=False --dns=False run api接口搜集无法过滤子域名,比如只想搜集*.www.baidu.com的域名,但是返回了*.baidu.com的结果。 **报错文本** 复制完整的报错文本(必写) **预期结果** 1.www.baidu.com 2.www.baidu.com **实际结果** 1.baidu.com 2.baidu.com...

enhancement

执行后立即结束,服务端没有显示连接成功的信息 在linux中 client可以正常使用。

# environment ```python pip install keras==3.7.0 ``` # Save the model test https://colab.research.google.com/drive/1b-fkujd3At131GGX4w5oj5XRWxbZwYXB?usp=sharing ![Image](https://github.com/user-attachments/assets/a5148edb-944e-4a40-acdf-2de0ae77d08f) # Load the model test ```python import keras keras.models.load_model("/tmp/my_model/test.keras") ``` error info ```text Traceback (most recent...

type:Bug