LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
red_team_language.egg-info/PKG-INFO
red_team_language.egg-info/SOURCES.txt
red_team_language.egg-info/dependency_links.txt
red_team_language.egg-info/entry_points.txt
red_team_language.egg-info/requires.txt
red_team_language.egg-info/top_level.txt
red_team_language.egg-info/zip-safe
rtl/Dockerfile
rtl/__init__.py
rtl/rtl.py
rtl/examples/__init__.py
rtl/examples/shell/__init__.py
rtl/examples/shell/executable_binary.rtl
rtl/examples/shell/executable_binary_inline.rtl
rtl/examples/shell/executable_script.rtl
rtl/examples/shell/executable_script_inline.rtl
rtl/examples/shell/executable_script_inline_obfuscated.rtl
rtl/examples/shell/executable_script_obfuscated.rtl
rtl/examples/shell/executable_script_path.rtl
rtl/examples/shell/failure_unknown_script.rtl
rtl/examples/shell/openssl_reverse_shell.rtl
rtl/examples/shell/shell_double_executable.rtl
rtl/examples/shell/shell_executable.rtl
rtl/lib/__init__.py
rtl/lib/protocol/__init__.py
rtl/lib/protocol/shell/Makefile
rtl/lib/protocol/shell/__init__.py
rtl/lib/protocol/shell/main.c
rtl/lib/protocol/shell/shell.c
rtl/lib/protocol/shell/shell.h
rtl/lib/transform/__init__.py
rtl/lib/transform/xor/Makefile
rtl/lib/transform/xor/__init__.py
rtl/lib/transform/xor/main.c
rtl/lib/transform/xor/xor.c
rtl/parser/__init__.py
rtl/parser/_with.py
rtl/parser/credential.py
rtl/parser/driver.py
rtl/parser/executable.py
rtl/parser/helpers.py
rtl/parser/host.py
rtl/parser/protocol/__init__.py
rtl/parser/protocol/shell.py
rtl/parser/protocol/ssh.py
rtl/parser/protocol/tcp.py
rtl/parser/transform/__init__.py
rtl/parser/transform/transform.py
rtl/parser/transform/xor.py