Sign in
apache
/
caldera
/
refs/heads/fix/plugin-hook-try-except
/
.
/
app
/
obfuscators
/
plain_text.py
blob: 7b129c5130d579c85b8f0445acd61de7b13b47cb [
file
]
from
app
.
utility
.
base_obfuscator
import
BaseObfuscator
class
Obfuscation
(
BaseObfuscator
):
def
run
(
self
,
link
,
**
kwargs
):
return
self
.
decode_bytes
(
link
.
command
)