Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法生成文件以及批量扫描 #384

Open
ggforlove opened this issue Jun 18, 2024 · 0 comments
Open

无法生成文件以及批量扫描 #384

ggforlove opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ggforlove
Copy link

是否使用了最新代码
是或否(如果不是的话尝试克隆最新的代码再跑一下!)

Bug描述
清晰而简洁的Bug描述(必写)
无法保存结果成一个正常的表
运行环境

  • 系统:[例如Windows 10 x64](必写)windows10 行4
  • Python版本:[例如3.7.1](必写)3.8.2
  • OneForAll版本:[例如0.3.0](必写)最新

如何复现
复现步骤(选写)

复现命令(必写)

报错文本
复制完整的报错文本(必写)
'D:\web' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
19:10:00,713 [INFOR] brute:197 - Counting IP cname appear times
Traceback (most recent call last):
File ".\oneforall.py", line 275, in
fire.Fire(OneForAll)
File "D:\python\lib\site-packages\fire\core.py", line 141, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
File "D:\python\lib\site-packages\fire\core.py", line 466, in _Fire
component, remaining_args = _CallAndUpdateTrace(
File "D:\python\lib\site-packages\fire\core.py", line 681, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File ".\oneforall.py", line 252, in run
self.main()
File ".\oneforall.py", line 169, in main
brute.run()
File "D:\web hack\OneForAll\OneForAll\brute.py", line 470, in run
valid_subdomains = self.main(self.domain)
File "D:\web hack\OneForAll\OneForAll\brute.py", line 445, in main
appear_times = stat_appear_times(output_path)
File "D:\web hack\OneForAll\OneForAll\brute.py", line 200, in stat_appear_times
with open(result_path) as fd:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\web hack\OneForAll\OneForAll\results\temp\resolved_result_duxiaoman.com_20240618_191000.json'
预期结果
清晰而简洁的预期结果描述(选写,如正常情况应该是怎么样的)

实际结果
清晰而简洁的实际结果描述(选写,如出现什么错误)

屏幕截图
完整OneForAll执行流程截图(建议上传)

日志上传
上传oneforall.log日志文件(复杂问题建议上传)

其他补充
关于bug的其他一些补充说明

@ggforlove ggforlove added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants