| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
|
_generateExe(self,
shellcode) This method should be implemented according to the remote operating system. |
||
|
_sendExeToServer(self,
exeFile) This method should be implemented according to the remote operating system. |
||
|
_cleanUp(self) Removes the created file and the crontab entry. |
||
|
_execShellcode(self) This method should be implemented according to the remote operating system. |
||
| getOS(self) | ||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
This method should be implemented according to the remote operating system. The idea here is to generate an ELF/PE file and return a string that represents it. This method should be implemented in winVd and winVd.
|
This method should be implemented according to the remote operating system. The idea here is to send the exeFile to the remote server and save it in a file. This method should be implemented in winVd and winVd.
|
|
This method should be implemented according to the remote operating system. The idea here is to execute the payload that was sent using _sendExeToServer and generated by _generateExe . In winVd I should add self._filename to the crontab . This method should be implemented in winVd and winVd.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:37:20 2007 | http://epydoc.sourceforge.net |