| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| __init__(self, execMethod) | ||
|
_dump(self,
src,
length=20) prints a hexString |
||
|
_exec(self,
command) A wrapper for executing commands |
||
|
_execShellcode(self) This method should be implemented according to the remote operating system. |
||
|
_generateExe(self,
shellcode) This method should be implemented according to the remote operating system. |
||
|
_handleMetasploit(self,
clientsocket,
address) Handles a metasploit plugin sending the payload to the virtual server. |
||
|
_sendExeToServer(self,
exeFile) This method should be implemented according to the remote operating system. |
||
| _sendToMSF(self, msg) | ||
| getIPAddress(self) | ||
|
run(self) This is the main loop. |
||
| setListenPort(self, port) | ||
| setRemoteIP(self, ip) | ||
|
stop(self) w3af w3afThreads MUST implment a stop method. |
||
|
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 execute the payload that was sent using _sendExeToServer and generated by _generateExe . In lnxVd I should run "chmod +x file; ./file" This method should be implemented in winVd and lnxVd. |
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 lnxVd. |
|
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 lnxVd. |
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:37:20 2007 | http://epydoc.sourceforge.net |