Security-Tools-Alliance / rengine-ng

reNgine-ng 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.
GNU General Public License v3.0
19 stars 8 forks source link

feat(wordlists): Wordlists management for directory fuzzing #21

Open psyray opened 4 months ago

psyray commented 4 months ago

Is there an existing feature or issue for this?

Expected feature

Manage wordlists

This section could be greatly improved:

Also there's a good idea submitted by @danzee1

Choose the right wordlist according to technologies found

As we know about SecLists. It should be downloaded along with the tool. Instead of letting blindly dirsearch. Dirsearch or other tool like ffuf should choose the relevant technology DIR search file from SecLists to do the directory research on a domain/subdomain.

For example, For a Wordpress subdomain, Rengine will direct the ffuf to choose the wordpress fuzz file from SecLists to do the dir searching.

Alternative solutions

No response

Anything else?

No response