OneForAll icon indicating copy to clipboard operation
OneForAll copied to clipboard

OneForAll是一款功能强大的子域收集工具

Results 144 OneForAll issues
Sort by recently updated
recently updated
newest added

**python3 oneforall.py --help** Traceback (most recent call last): File "/root/tools/OneForAll/oneforall.py", line 16, in from brute import Brute File "/root/tools/OneForAll/brute.py", line 14, in import exrex File "/usr/local/lib/python3.11/dist-packages/exrex.py", line 25, in from...

bug

**是否使用了最新代码** 是 **Bug描述** 无法正常运行 **运行环境** - 系统:windos10 x64 - Python版本:3.12 - OneForAll版本:[OneForAll v0.4.5](https://github.com/shmilylty/OneForAll/releases/tag/v0.4.5) **如何复现** 正常按照教程安装并使用即可复现 **修复方案** 我这里提供一个修复方案,希望系统官方readme可以加入相关提示 我相信这个bug挺多人遇到的 1. No module named 'distutils.util' ``` pip install setuptools ``` 2. cannot...

bug

python3 oneforall.py --help Traceback (most recent call last): File "/home/kali/Tools/OneForAll/oneforall.py", line 11, in import fire ModuleNotFoundError: No module named 'fire' theres issue running it

bug

**是否使用了最新代码** 是 **Bug描述** 跑了oneforall,自己机器百度都上不去了,任务也卡住没跑完,跑之前好好的,不止一次出现。 **运行环境** - 系统:Windows 10 x64 - Python版本:3.8.1 - OneForAll版本:v0.4.5 #dev **如何复现** python oneforall.py --targets ./domainsimple.txt run OneForAll is a powerful subdomain integration tool ___ _ _...

bug

可以增加对多级域名的探测么?有的集团业务可能限定攻击范围在某个具体的域名或者路径下,而非主域

**i am using command python3 oneforall.py -h and it shows me,** Traceback (most recent call last): File "/home/situ/Desktop/OneForAll/oneforall.py", line 15, in import export File "/home/situ/Desktop/OneForAll/export.py", line 13, in from common...

bug

After giving python3 onrforall.py --help ,it showing that import fire ,fire not found ![Screenshot_2024-07-02_18_04_30](https://github.com/shmilylty/OneForAll/assets/158794788/d3bf1ef4-e423-485e-b3ef-ebb5990b60a6)

**是否使用了最新代码** 是或否(如果不是的话尝试克隆最新的代码再跑一下!) **Bug描述** 'NoneType' object has no attribute 'scalar' sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread...

bug

**Whether the latest code is used** Yes or no (if not, try to clone the latest code and run again!) **Bug description** Clear and concise Bug description(required) **Operation environment** -...

bug

**是否使用了最新代码** 是 **Bug描述** 泛解析无法识别某些域名,当一个域名开启了泛解析并存在负载均衡的时候,oneforall会耗尽系统资源并崩溃 **运行环境** debian12(linux 6.1.0-17-amd64) - Python版本:Python 3.11.2(必写) - OneForAll版本:最新git clone的(必写) **如何复现** 复现步骤(选写) 复现命令(必写) 开启递归爆破,递归深度为2 `python3 oneforall.py --Brute True --target hcwmw.cn run` **报错文本** ``` root@iZ7xv2p2hxfv1dsnfuvwm9Z:~# dig wpfads.hcwmw.cn ;...

bug