OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
mtdowling
/
jmespath.php
/
tests
/
compliance
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:52:57 AM
rwxr-xr-x
📄
basic.json
2.51 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
boolean.json
5.52 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
current.json
615 bytes
08/14/2024 10:52:57 AM
rw-r--r--
📄
escape.json
1.12 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
filters.json
14.38 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
functions.json
18.65 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
identifiers.json
25.5 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
indices.json
9.47 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
literal.json
5.28 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
multiselect.json
10.54 KB
08/14/2024 10:52:57 AM
rw-r--r--
📁
perf
-
08/14/2024 10:55:53 AM
rwxr-xr-x
📄
pipe.json
2.42 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
slice.json
3.74 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
syntax.json
15.42 KB
08/14/2024 10:52:57 AM
rw-r--r--
📄
unicode.json
865 bytes
08/14/2024 10:52:57 AM
rw-r--r--
📄
wildcard.json
10.84 KB
08/14/2024 10:52:57 AM
rw-r--r--
Editing: escape.json
Close
[{ "given": { "foo.bar": "dot", "foo bar": "space", "foo\nbar": "newline", "foo\"bar": "doublequote", "c:\\\\windows\\path": "windows", "/unix/path": "unix", "\"\"\"": "threequotes", "bar": {"baz": "qux"} }, "cases": [ { "expression": "\"foo.bar\"", "result": "dot" }, { "expression": "\"foo bar\"", "result": "space" }, { "expression": "\"foo\\nbar\"", "result": "newline" }, { "expression": "\"foo\\\"bar\"", "result": "doublequote" }, { "expression": "\"c:\\\\\\\\windows\\\\path\"", "result": "windows" }, { "expression": "\"/unix/path\"", "result": "unix" }, { "expression": "\"\\\"\\\"\\\"\"", "result": "threequotes" }, { "expression": "\"bar\".\"baz\"", "result": "qux" } ] }]