yogeshojha / rengine

reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with minimal configuration and with the help of reNgine's correlation, it just makes recon effortless.
https://yogeshojha.github.io/rengine/
GNU General Public License v3.0
7.45k stars 1.13k forks source link

bug: Unable to Add subfinder API keys #1452

Open rajesh457 opened 1 week ago

rajesh457 commented 1 week ago

Is there an existing issue for this?

Current Behavior

Gives Server Error (500) when trying to add subfinder API keys

Expected Behavior

200 OK

Steps To Reproduce

  1. Go to https:///scanEngine/default/tool_settings

  2. Try to add any API key for subfinder

  3. see the error

Environment

- reNgine: Latest
- OS: UBUNTU 24
- Python: 
- Docker Engine: 
- Docker Compose: 
- Browser:

Anything else?

image

github-actions[bot] commented 1 week ago

Hey @rajesh457! πŸ‘‹ Thanks for flagging this bug! πŸ›πŸ”

You're our superhero bug hunter! πŸ¦Έβ€β™‚οΈπŸ¦Έβ€β™€οΈ Before we suit up to squash this bug, could you please:

πŸ“š Double-check our documentation: https://rengine.wiki πŸ•΅οΈ Make sure it's not a known issue πŸ“ Provide all the juicy details about this sneaky bug

Once again - thanks for your vigilance! πŸ› οΈπŸš€

ipsecc commented 1 week ago

you can modify ./volumes/rengine_tool_config/_data/subfinder/provider-config.yaml, it will work.

rajesh457 commented 1 week ago

Hi @ipsecc, Where i can find that path, would you please give the exact path where I can modify the provider-config.yaml file

ipsecc commented 1 week ago

hi @rajesh457 ,use find / -name "provider-config.yaml" 2>/dev/null, you will find it

breaking153 commented 3 days ago

same issue here, did you find a way to make subfinder work?