@@ -44,23 +44,26 @@ httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers usi
44
44
45
45
### Supported ** httpx** probes:-
46
46
47
- | Probes | Status |
48
- | -------------------------| ---------------------------------------|
49
- | URL | ✔ |
50
- | Title | ✔ |
51
- | Status Code | ✔ |
52
- | Content Length | ✔ |
53
- | TLS Certificate | ✔ |
54
- | CSP Header | ✔ |
55
- | HTTP2 | ✔ |
56
- | HTTP 1.1 Pipeline | ✔ |
57
- | Virtual host | ✔ |
58
- | Location Header | ✔ |
59
- | Web Server | ✔ |
60
- | Web Socket | ✔ |
61
- | Path | ✔ |
62
- | Ports | ✔ |
63
- | Request method | ✔ |
47
+ | Probes | Status |
48
+ | --------------------| ---------|
49
+ | URL | ✔ |
50
+ | Title | ✔ |
51
+ | Status Code | ✔ |
52
+ | Content Length | ✔ |
53
+ | TLS Certificate | ✔ |
54
+ | CSP Header | ✔ |
55
+ | HTTP2 | ✔ |
56
+ | HTTP 1.1 Pipeline | ✔ |
57
+ | Virtual host | ✔ |
58
+ | Location Header | ✔ |
59
+ | Web Server | ✔ |
60
+ | Web Socket | ✔ |
61
+ | Path | ✔ |
62
+ | Ports | ✔ |
63
+ | Request method | ✔ |
64
+ | Ip | ✔ |
65
+ | CNAME | ✔ |
66
+ | CDN | ✔ |
64
67
65
68
66
69
# Installation Instructions
@@ -131,7 +134,7 @@ This will display help for the tool. Here are all the switches it supports.
131
134
| -sr | Store responses to file (default false) | httpx -store-response |
132
135
| -srd | Directory to store response (default output) | httpx -store-response-dir output |
133
136
| -unsafe | Send raw requests skipping golang normalization | httpx -unsafe |
134
- | -request | File containing raw request to process | httpx -request |
137
+ | -request | File containing raw request to process | httpx -request |
135
138
| -retries | Number of retries | httpx -retries |
136
139
| -silent | Prints only results in the output | httpx -silent |
137
140
| -timeout | Timeout in seconds (default 5) | httpx -timeout 10 |
@@ -141,6 +144,13 @@ This will display help for the tool. Here are all the switches it supports.
141
144
| -method | Output requested method | httpx -method |
142
145
| -response-in-json | Include response in stdout (only works with -json) | httpx -response-in-json |
143
146
| -websocket | Prints if a websocket is exposed | httpx -websocket |
147
+ | -ip | Prints the host IP | httpx -ip |
148
+ | -cname | Prints the cname record if available | httpx -cname |
149
+ | -cdn | Check if domain's ip belongs to known CDN | httpx -cdn |
150
+ | -filter-string | Filter results based on filtered string | httpx -filter-string XXX |
151
+ | -match-string | Filter results based on matched string | httpx -match-string XXX |
152
+ | -filter-regex | Filter results based on filtered regex | httpx -filter-regex XXX |
153
+ | -match-regex | Filter results based on matched regex | httpx -match-regex XXX |
144
154
145
155
146
156
### Running httpx with stdin
0 commit comments