mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
WIP: display config hierarchy
This commit is contained in:
parent
4cc8b1dc38
commit
beeedf7448
8 changed files with 66 additions and 4 deletions
|
|
@ -103,6 +103,30 @@ class BUIparser(with_metaclass(ABCMeta, object)):
|
|||
]
|
||||
},
|
||||
],
|
||||
"hierarchy": [
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"children": [],
|
||||
"dir": "/tmp/burp/conf.d",
|
||||
"full": "/tmp/burp/conf.d/empty.conf",
|
||||
"name": "empty.conf",
|
||||
"parent": "/tmp/burp/burp-server.conf"
|
||||
},
|
||||
{
|
||||
"children": [],
|
||||
"dir": "/tmp/burp/conf.d",
|
||||
"full": "/tmp/burp/conf.d/ipv4.conf",
|
||||
"name": "ipv4.conf",
|
||||
"parent": "/tmp/burp/burp-server.conf"
|
||||
}
|
||||
],
|
||||
"dir": "/tmp/burp",
|
||||
"full": "/tmp/burp/burp-server.conf",
|
||||
"name": "burp-server.conf",
|
||||
"parent": null
|
||||
}
|
||||
]
|
||||
}
|
||||
"""
|
||||
raise NotImplementedError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue