- **New Probing configurations**
- **--http2** : **Now subprober support to request with Http/2 version**
- **--http-version** : **display the server supported http version of the host**
- **--http-reason** : **display the reason for http connection of the host**
- **--jarm-fingerprint** : **display the jarm figerprint hash of the host**
New Updates:
Subprober now supports HTTP/2 to give request and Improved concurrency using next generation http request client `httpx`
and also now gives jarm figerprints and other probe configurations. Subprober Concurrency performance improved with
more Asynchronous concurrency which make subprober more accurate and Concurrent tool for probing.
Subprober Probing Configuration:
| Probes | Default check | Flags to Use |
|----------------------|---------------|-------------------------------------|
| Url | True | |
| Title | True | `-tl`, `--title` |
| Status code | True | `-sc`, `--status-code` |
| Response Length | true | `-wc`. `--word-count` |
| Server | True | `-sv`, `--server` |
| Content Type | True | `-apt`, `--application-type` |
| Follow redirection | False | `-ar`, `--allow-redirect` |
| Path | False | `-p`, `--path` |
| Redirect location | False | `-l`, `--location` |
| Max redirect follow | False | `-maxr`, `--max-redirection` |
| Disable http probe | False | `-dhp`, `--disable-http-probe` |
| Random user agents | False | `-ra`, `--random-agent` |
| Ipaddress of Host | False | `-ip`, `--ipaddress` |
| Cname of Host | False | `-cn`, `--cname` |
| Proxy | False | `-px`, `--proxy` |
| Custom Headers | False | `-H`, `--header` |
| Jarm | False | `-jarm` `--jarm-fingerprint` |