-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] not working include post data when use --include-burp
flag
#10
Comments
Body io.ReadCloser |
ZAP Test
name: ""
roles: []
urls:
- url: https://www.hahwul.com/
method: POST
contentType: "json"
body: '{"1": "2"}'
allowRole: []
denyRole: []
alias: ""
- url: https://www.hahwul.com/
method: POST
contentType: ""
body: 1=2
allowRole: []
denyRole: []
alias: ""
asserts: []
credentials: [] Burp Test
name: ""
roles: []
urls:
- url: https://www.hahwul.com/
method: POST
contentType: ""
body: ""
allowRole: []
denyRole: []
alias: ""
- url: https://www.hahwul.com/
method: POST
contentType: ""
body: ""
allowRole: []
denyRole: []
alias: ""
asserts: []
credentials: [] =>
|
Fixed code test
|
hahwul
changed the title
form to byte
[bug] not working include post data when use Mar 3, 2022
--include-burp
flag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/hahwul/authz0/blob/main/pkg/new/new.go#L132
The text was updated successfully, but these errors were encountered: