Wordlists
One of the features of jxscout is that it analyzes files automatically to extract words. This can be really useful for different tasks:
- subdomain discovery
- directory discovery
- mass assignment
- or just understanding your target better in general.
To use this feature, simply run:
$ jxscout-pro-v2 -c wordlist --project-name <your_project>
There are a few options you can use to configure the words that are output. Check them out using:
$ jxscout-pro-v2 -c wordlist --project-name <your_project> --help
One important note about wordlists is that these are extracted asynchronously from the files in your project and stored in the DB. What this means is that as long as there are pending wordlist events (you can check that in the "Events" screen), there might be words that are still not stored in the DB. So it's recommended to wait for those jobs to finish. You could always increase the concurrency of the wordlist process in your settings to make this process go faster.