rengine icon indicating copy to clipboard operation
rengine copied to clipboard

Bug - All Endpoints can't download

Open Zaigaochu opened this issue 2 years ago • 4 comments

Scan History---All Endpoints can't download

Zaigaochu avatar Jun 02 '22 08:06 Zaigaochu

👋 Hi @Zaigaochu, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

github-actions[bot] avatar Jun 02 '22 08:06 github-actions[bot]

Hi, can you please right click, inspect element, go to console and paste the error? I can download the URLs tho, so need to figure out, please attach console log.

yogeshojha avatar Jun 05 '22 17:06 yogeshojha

Hey! @yogeshojha, You've put together a really awesome tool, congrats :) If only I was a good programmer and could help this project 🥺

here are some screenshots from the error

image image

@Zaigaochu You can solve it for now, by pasting this into the console:

download_subdomains(scan_id=null, domain_id=null, domain_name='') // to download subdomains
download_endpoints(scan_id=null, domain_id=null, domain_name='', pattern=null) // to download endpoints

davidfegyver avatar Jun 05 '22 18:06 davidfegyver

Thank you for your answer。 image

image

There "Download ALL Subdomain" and "Download ALL Endpoints" function does not take effect。

Zaigaochu avatar Jun 06 '22 08:06 Zaigaochu

Hi @davidfegyver Thank you for pointing this out. I am surprised tho, how can domain name be empty :D Let me have a look

Thanks again

yogeshojha avatar Aug 10 '22 07:08 yogeshojha

Hey @yogeshojha! It seems like the problem is not with the domain_name, but with domain_id which has an equal sign after it, causing syntax errors.

davidfegyver avatar Aug 10 '22 07:08 davidfegyver

Thank you @davidfegyver I have now fixed this. :rocket:

yogeshojha avatar Aug 12 '22 12:08 yogeshojha