j'ai une commande avec un payload qui execute un script python, je veux recuperer les payloads qui ont executer le script.
I have a command with a payload that executes a python script, I want to retrieve the payloads that execute the script.
Payloads = {1: 'test', 2: 'teste', 3: 'other'}
Command "hello {1}":
-Phrase "hello"
-Payloads
in LCB : PY.ExecFile(test.py)
if i say "hello test" i want get 1: 'test', 2: 'teste' in test.py but not 3: 'other'