@@ -114,19 +114,19 @@ def scan(
114
114
115
115
page_asn: Filter scans by main page Autonomous System Number (ASN).
116
116
117
- page_hostname: Filter scans by main page hostname .
117
+ page_hostname: Filter scans by main page hostname (domain of effective URL) .
118
118
119
119
page_ip: Filter scans by main page IP address (IPv4 or IPv6).
120
120
121
- page_path: Filter scans by exact match URL path (also supports suffix search).
121
+ page_path: Filter scans by exact match of effective URL path (also supports suffix search).
122
122
123
- page_url: Filter scans by exact match to scanned URL (_after redirects_)
123
+ page_url: Filter scans by submitted or scanned URL
124
124
125
125
path: Filter scans by url path of _any_ request made by the webpage.
126
126
127
127
scan_id: Scan uuid
128
128
129
- url: Filter scans by exact match URL of _any_ request made by the webpage
129
+ url: Filter scans by URL of _any_ request made by the webpage
130
130
131
131
extra_headers: Send extra headers
132
132
@@ -250,19 +250,19 @@ async def scan(
250
250
251
251
page_asn: Filter scans by main page Autonomous System Number (ASN).
252
252
253
- page_hostname: Filter scans by main page hostname .
253
+ page_hostname: Filter scans by main page hostname (domain of effective URL) .
254
254
255
255
page_ip: Filter scans by main page IP address (IPv4 or IPv6).
256
256
257
- page_path: Filter scans by exact match URL path (also supports suffix search).
257
+ page_path: Filter scans by exact match of effective URL path (also supports suffix search).
258
258
259
- page_url: Filter scans by exact match to scanned URL (_after redirects_)
259
+ page_url: Filter scans by submitted or scanned URL
260
260
261
261
path: Filter scans by url path of _any_ request made by the webpage.
262
262
263
263
scan_id: Scan uuid
264
264
265
- url: Filter scans by exact match URL of _any_ request made by the webpage
265
+ url: Filter scans by URL of _any_ request made by the webpage
266
266
267
267
extra_headers: Send extra headers
268
268
0 commit comments