diff --git a/README.md b/README.md index 985715e..d01a8a6 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ FLAGS: --disable-colors --disable-custom-parameters Do not automatically check parameters like admin=true --disable-progress-bar + --disable-trustdns Can solve some dns related problems --encode Encodes query or body before making a request, i.e & -> %26, = -> %3D List of chars to encode: ", `, , <, >, &, #, ;, /, =, % -L, --follow-redirects Follow redirections @@ -168,7 +169,7 @@ OPTIONS: --learn-requests Set the custom number of learn requests. [default: 9] -m, --max Change the maximum number of parameters per request. - (default is 128/192/256 for query, 64 for headers and 512 for body) + (default is <= 256 for query, 64 for headers and 512 for body) -X, --method Multiple values are supported: -X GET POST -o, --output -O, --output-format standart, json, url, request [default: standart]