rengine
rengine copied to clipboard
Bug - All Endpoints can't download
Scan History---All Endpoints can't download
👋 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.
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.
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
@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
Thank you for your answer。

There "Download ALL Subdomain" and "Download ALL Endpoints" function does not take effect。
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
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.
Thank you @davidfegyver I have now fixed this. :rocket: