Package core :: Package controllers :: Package w3afAgent :: Package client :: Module w3afAgentClient :: Class w3afAgentClient
[hide private]
[frames] | no frames]

Class w3afAgentClient




Threading SOCKS4 proxy class.

Note: this server maintains two lists of all CONNECTION and BIND requests being handled. This is not really useful for now but may become in the future. Moreover, it has been a good way to learn about the semaphores of the threading module :)

Instance Methods [hide private]
  __init__(self, w3afAgentServer_address='127.0.0.1', w3afAgentServer_port=9092)
Constructor of the server.
  run(self)

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, w3afAgentServer_address='127.0.0.1', w3afAgentServer_port=9092)
(Constructor)

 
Constructor of the server.
Overrides: threading.Thread.__init__

run(self)

 
None
Overrides: threading.Thread.run