Only X
URL
noir -b . -f only-url
# ...
# /
# /query
# /token
# /socket
# /1.html
# /2.html
Param
noir -b . -f only-param
# ...
# query
# client_id
# redirect_url
# grant_type
Header
noir -b . -f only-header
# ...
# x-api-key
# Cookie
Cookie
noir -b . -f only-cookie
# ...
# my_auth
Tag
noir -b . -f only-tag -T
# ...
# sqli
# oauth
# websocket
Markdown
noir -b . -f markdown-table
| Endpoint | Protocol | Params |
| -------- | -------- | ------ |
| GET / | http | `x-api-key (header)` |
| POST /query | http | `my_auth (cookie)` `query (form)` |
| GET /token | http | `client_id (form)` `redirect_url (form)` `grant_type (form)` |
| GET /socket | ws | |
| GET /1.html | http | |
| GET /2.html | http | |
Endpoint | Protocol | Params |
---|---|---|
GET / | http | x-api-key (header) |
POST /query | http | my_auth (cookie) query (form) |
GET /token | http | client_id (form) redirect_url (form) grant_type (form) |
GET /socket | ws | |
GET /1.html | http | |
GET /2.html | http |