ronin-rb / ronin-recon

A micro-framework and tool for performing reconnaissance.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
30 stars 8 forks source link

Move wordlists into `data/wordlists/` and update paths #68

Closed AI-Mozi closed 1 year ago

AI-Mozi commented 1 year ago

Move the wordlists into data/wordlists/, ignore that whole directory and change the wordlist paths in Rakefile, gemspec.yml, and the two worker classes that use wordlists.

postmodern commented 1 year ago

Looks like lib/ronin/recon/builtin/dns/subdomain_enum.rb and lib/ronin/recon/builtin/web/dir_enum.rb are the only workers that use wordlists from data. We could also add a WORDLISTS_DIR constant to lib/ronin/recon/root.rb that pointed to data/wordlists.

AI-Mozi commented 1 year ago

Implemented by PR #69