OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_vendor
/
toml
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
__init__.py
747 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📁
__pycache__
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
common.py
242 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📄
decoder.py
37.79 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
encoder.py
9.72 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
ordered.py
378 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📄
tz.py
618 bytes
11/13/2023 09:31:06 PM
rw-r--r--
Editing: common.py
Close
# content after the \ escapes = ['0', 'b', 'f', 'n', 'r', 't', '"'] # What it should be replaced by escapedchars = ['\0', '\b', '\f', '\n', '\r', '\t', '\"'] # Used for substitution escape_to_escapedchars = dict(zip(_escapes, _escapedchars))