CeWL
CeWL copied to clipboard
CeWL is a Custom Word List Generator
I am running this command: `cewl http://faculty.htb/admin/ -H 'Cookie: PHPSESSID=i8srqte0pgvltdlnffi69769t6' -d 6 --exclude cewl.exclude --debug` cewl.exclude contains a single line: `ajax.php?action=logout` When I run the cewl command with --debug it...
https://github.com/digininja/CeWL/blob/280bfe6f8f57a783cf447c47cfb38ad568177d00/cewl.rb#L814 When providing regex patterns in a file for the --exclude or in the command line argument for --allowed, cewl is not properly excluding and allowing offsite URLs based on...
Is there any way to improve the performance? When using -d 2 or higher, it seems to balloon in crawl times, that take days to run and always end with...
I noticed that CeWL doesn't follow subdomains. `cewl http://www.domain.com ` does not traverse into http://sub.domain.com `cewl http://domain.com ` does not work. Neither does `cewl http://*.domain.com ` Would be nice to...
Using a new command line flag, could we include the URL structure into the wordlist. Make sure to include: - Domain (static) - Paths (dynamic) - _Subdomains_
So there is: ``` -c, --count: Show the count for each word found. ``` Could this be expanded at all, so another option, would just sort the list by frequency?...
Feature Request: Add the '--with-numbers' by default, please change this parameter to --exclude-numbers to exclude the numbers if you do not need numbers.
on 2.5, `gem install bundler` was throwing the following error, so `docker build .` wasn't working: ``` + gem install bundler ERROR: Error installing bundler: The last version of bundler...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....
It would make it easier for users to install CeWL if it were available on https://rubygems.org.