You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes there is a false positive, and all the result returns 200, so if we could have a content length of the response it would make it easy for us to see it.
NOW it is like this
INFO Endpoint accessible! Method=GET Status=200 Target=https://api.eg.com/api/profile/1
with this enhancement, it would be like
INFO Endpoint accessible! Method=GET Status=200 content-length=20KB Target=https://api.eg.com/api/profile/1
BTW thanks for this nice tool
The text was updated successfully, but these errors were encountered:
Hey @moein9, we will keep this open for future consideration, but in the meantime the -v flag should help to identify false positives when using the automate sub-command. The --response-preview-length flag can also be used in conjunction with -v to control how much of the response is shown in the output:
-v, --verbose enable verbose mode, which shows a preview of each response.
--response-preview-length int sets the response preview length when using verbose output. (default 50)
sometimes there is a false positive, and all the result returns 200, so if we could have a content length of the response it would make it easy for us to see it.
NOW it is like this
with this enhancement, it would be like
BTW thanks for this nice tool
The text was updated successfully, but these errors were encountered: