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

finder module exception caused scan failed #224

Closed
Conanjun opened this issue Oct 12, 2021 · 0 comments
Closed

finder module exception caused scan failed #224

Conanjun opened this issue Oct 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Conanjun
Copy link

16:37:30,940 [INFOR] finder:23 - Start Finder module Traceback (most recent call last): File "oneforall.py", line 277, in <module> fire.Fire(OneForAll) File "/home/ubuntu/miniconda3/envs/python38/lib/python3.8/site-packages/fire/core.py", line 141, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) File "/home/ubuntu/miniconda3/envs/python38/lib/python3.8/site-packages/fire/core.py", line 466, in _Fire component, remaining_args = _CallAndUpdateTrace( File "/home/ubuntu/miniconda3/envs/python38/lib/python3.8/site-packages/fire/core.py", line 681, in _CallAndUpdateTrace component = fn(*varargs, **kwargs) File "oneforall.py", line 254, in run self.main() File "oneforall.py", line 205, in main finder.run(self.domain, self.data, self.port) File "/home/ubuntu/RedTeamTools/Infomation-Gathering-and-Scaning/OneForAll/modules/finder.py", line 25, in run found_subdomains = find_subdomains(domain, data) File "/home/ubuntu/RedTeamTools/Infomation-Gathering-and-Scaning/OneForAll/modules/finder.py", line 190, in find_subdomains rsp_html = db.get_resp_by_url(domain, req_url) File "/home/ubuntu/RedTeamTools/Infomation-Gathering-and-Scaning/OneForAll/common/database.py", line 258, in get_resp_by_url return self.query(sql).scalar() File "/home/ubuntu/RedTeamTools/Infomation-Gathering-and-Scaning/OneForAll/common/records.py", line 244, in scalar row = self.one() File "/home/ubuntu/RedTeamTools/Infomation-Gathering-and-Scaning/OneForAll/common/records.py", line 238, in one raise ValueError('RecordCollection contained more than one row. ' ValueError: RecordCollection contained more than one row. Expects only one row when using RecordCollection.one

@Conanjun Conanjun added the bug Something isn't working label Oct 12, 2021
@ko2sec ko2sec mentioned this issue Jul 5, 2022
@JrDw0 JrDw0 closed this as completed Aug 16, 2022
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

3 participants