OneForAll icon indicating copy to clipboard operation
OneForAll copied to clipboard

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

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

**Is your feature request related to a problem? Please describe.** 在收集子域名时,有时候会遇到cdn、waf等厂商的域名。 比如 https://gist.github.com/leveryd/1817a89933b191abbff6cb0a48d6926f 这里的域名。 所以想在开始子域名收集前,如果属于这类"垃圾域名",就不做收集工作。 **Describe the solution you'd like** * 提供一个配置选项,打开开关后,能够屏蔽掉这种域名。

enhancement

**Whether the latest code is used** yes **Bug description** Python exception not caught while scanning a list of targets **Operation environment** - System information: Ubuntu 20 - Python version: 3.9.2...

bug
good issue

**是否使用了最新代码** 是 **Bug描述** brute.py对批量域名进行爆破后不会生成all_subdomain_result_时间戳.csv,如果需要整合很麻烦。 **运行环境** - 系统:debian 10 64位 - Python版本:3.8 - OneForAll版本:0.4.3

bug

**是否使用了最新代码** 是 **Bug描述** vpn.acewill.net 类似这种带跳转的域名应该算做存活 但是似乎并没有出现在结果里面 **运行环境** - 系统:[例如Windows 10 x64](必写) - Python版本:[例如3.7.1](必写) - OneForAll版本:[例如0.3.0](必写) **如何复现** 复现步骤(选写) 开启爆破模式,字典存在 vpn 这个字段 复现命令(必写) python .\oneforall.py --target acewill.net run **预期结果** 扫描结果应该存在vpn.acewill.net **实际结果** 并没有显示这个结果存活

bug

i have the latest version of oneforall , i use the command: ```python3 oneforall.py --target example.com --fmt txt run ``` and the result is saved as json, not txt. please...

enhancement

when running python3 oneforall.py --target test.tst --port large run its stops responding and the output gets stuck in whatever last api bieng used

bug

2021-01-20 20:24:59,502 [INFOR] MainProcess(8180):MainThread (5456 ) | request.run_request:264 - Found that iqiyi.com has 1542 alive subdomains 2021-01-20 20:27:23,899 [DEBUG] MainProcess(8180):MainThread (5456 ) | iscdn.do_check:67 - Checking cdn 日志就到20点 ![图片](https://user-images.githubusercontent.com/25843151/105201049-63e52a00-5b7b-11eb-8a89-d84402f025bd.png) 24点卡住不动好几个小时了。...

bug

Traceback (most recent call last): File "OneForAll/oneforall.py", line 273, in fire.Fire(OneForAll) File "/home/user/.local/lib/python3.6/site-packages/fire/core.py", line 138, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) File "/home/user/.local/lib/python3.6/site-packages/fire/core.py", line 468, in _Fire...

bug

按照git那里的说明安装成功, 运行一段时间后无限打印: Error sending: Operation not permitted Error sending: Operation not permitted Error sending: Operation not permitted Error sending: Operation not permitted Error sending: Operation not permitted Error sending: Operation...

bug

建议后期可以考虑写一个插件编写的文档,这样就不需要再让使用者去了解代码结构后才能自己写插件。 比如现在有一个场景:用户寻找到了一个OneForAll中并不支持的api,此时为了这一个api单写一个模块太费时了,大多人希望的还是自己能够集成到OneForAll中,但是这玩意代码量又太大了,为了加个api看一堆代码感觉时间回报不成正比。 是否可以考虑一下?

enhancement