Skip to content
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

[enhancement] include ZAP and Burpsuite history format when template generate #6

Closed
hahwul opened this issue Jan 18, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@hahwul
Copy link
Owner

hahwul commented Jan 18, 2022

$ authz0 new --include-zaplog admin.yaml
$ authz0 new --include-burplog admin.yaml
@hahwul hahwul added the enhancement New feature or request label Jan 18, 2022
@hahwul hahwul changed the title [enhancement] receive ZAP and Burpsuite proxy traffic [enhancement] include ZAP and Burpsuite history format when template generate Jan 18, 2022
@hahwul hahwul added this to the v1.1.0 milestone Jan 18, 2022
@hahwul hahwul self-assigned this Jan 18, 2022
@hahwul
Copy link
Owner Author

hahwul commented Jan 19, 2022

  • zap: har

@hahwul
Copy link
Owner Author

hahwul commented Jan 19, 2022

Test - HAR

➜  authz0 git:(main) ✗ ./authz0 new 123.yaml --include-zap ~/1.har
Jan 19 23:09:12.833 [INFO] import HAR file
Jan 19 23:09:12.834 [INFO] [123.yaml] generate template
➜  authz0 git:(main) ✗ cat 123.yaml 
name: ""
roles: []
urls:
- url: https://www.hahwul.com/?1=34
  method: GET
  contentType: ""
  body: ""
  allowRole: []
  denyRole: []
  alias: ""
asserts: []

@hahwul
Copy link
Owner Author

hahwul commented Jan 19, 2022

Test - XML (Burp)

➜  authz0 git:(main) ✗ ./authz0 new 123.yaml --include-burp ~/2
Jan 20 00:06:15.845 [INFO] import XML(Burp) file
Jan 20 00:06:15.848 [INFO] [123.yaml] generate template
➜  authz0 git:(main) ✗ cat 123.yaml   
name: ""
roles: []
urls:
- url: https://www.hahwul.com/
  method: GET
  contentType: ""
  body: ""
  allowRole: []
  denyRole: []
  alias: ""
- url: https://cdn.jsdelivr.net/npm/node-vibrant@3.1.5/dist/vibrant.min.js
  method: GET
  contentType: ""
  body: ""
  allowRole: []
  denyRole: []
  alias: ""
asserts: []

hahwul added a commit that referenced this issue Jan 19, 2022
@hahwul hahwul closed this as completed Jan 19, 2022
@hahwul
Copy link
Owner Author

hahwul commented Jan 19, 2022

화면 기록 2022-01-20 오전 1 40 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant