pyrasite è uno strumento di Python che inietta codice in un processo Python in esecuzione.
Portata Esempio
Ciao Mondo
pyrasite
Questo payload è utilizzato dalla suite di test, che può essere eseguito facendo:
Test python setup.py
Reverse Python Shell
$ Python
>>> x = 'foo'
$ Pyrasite payloads / reverse_python_shell.py
$ Nc -l localhost 9001
Python 2.7.1 (R271: 86.832, 12 Aprile 2011, 16:15:16)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)]
Tipo 'quit' per uscire.
>>> Print x
foo
>>> globali () ['x'] = 'bar'
Reverse Shell
$ Pyrasite
$ Nc -l localhost 9001
Linux tomservo 2.6.40.3-0.fc15.x86_64 # 1 SMP Mar 16 Ago 2011 04:10:59 UTC x86_64 x86_64 x86_64 GNU / Linux
Tipo 'quit' per uscire.
% ls
Dumping di memoria, moduli, pile
payloads / dump_memory.py
payloads / dump_modules.py
payloads / dump_stacks.py
Requisiti :
- Python
- GDB
I commenti non trovato