You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错文本
复制完整的报错文本(必写)
'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的其他一些补充说明
The text was updated successfully, but these errors were encountered:
是否使用了最新代码
是或否(如果不是的话尝试克隆最新的代码再跑一下!)
是
Bug描述
清晰而简洁的Bug描述(必写)
无法保存结果成一个正常的表
运行环境
如何复现
复现步骤(选写)
复现命令(必写)
报错文本
复制完整的报错文本(必写)
'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的其他一些补充说明
The text was updated successfully, but these errors were encountered: