Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Leoid/chru

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chru

Fetch URLs, do segmentation then append endpoints for each path/route

alt

USAGE:

- chru [OPTIONS] --host <host> --wordlist <path>

FLAGS:

   --help       Prints help information
 -V, --version    Prints version information

OPTIONS:

 -d, --depth <depth>                Segmentation Depth [default: 10]
 -e, --extensions <ext>...          List of common extensions, such as .js,.txt,.asp.net
 -T, --text <filter-text>           Text/word in Response [default: ]
 -h, --host <host>                  Target URL
 -l, --link-option <link>           URLs Options to Fetch [Interal=I, External=E or ALL=A] [default: I]
 -t, --threads <nthreads>           Number of Threads [default: 50]
 -w, --wordlist <path>              Endpoints file path
 -s, --status-code <status-code>    Status Code to print [default: 0]

TODO:

- [ ] JS Parser
- [ ] Validate paths based on two different roles/tokens
- [ ] Include endpoints and the parameters in the validation
- [ ] Improve the filter
- [ ] Output without validation
- [ ] Add insecure TLS option
Example:
chru -h https://example.com -l I -w endpoints.txt -d 10 -t 30 -T "Google developer" -s 200
     Output: 
     Running `target/debug/chru -h 'https://example.com' -l I -w endpoints.txt -d 10 -t 30 -T 'Google developer' -s 200`
     [*] Target: https://example.com
     [*] Number of Threads: 30
     [*] Number of Requests: 3740

     [+] /apis                                                         | 200 OK | 5325 Bytes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.