[W3af-svn-notify] [Task #142820] transfer objects
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-02-23 19:31:17
|
Task #142820 has been updated. Project: w3af Subproject: TODO v1.12 Summary: transfer objects Complete: 20% Status: Open Authority : andresriancho Assigned to: nobody Description: transfer objects that allow a user to transfer data between the compromised machine and w3af. They should be used for w3afAgent and vdaemon. Two classes: - inlineTransfer (echo) - reverseFtpTransfer ( http://forums.devshed.com/python-programming-11/sending-a-file-using-sockets-129281.html ). This one should use the extrusionScan before starting. - ftpTransfer In w3afAgent for example, I should do a getFasterTransferMethod( execMethod ) and I should return a function pointer to the faster transfer method available. Follow-Ups: ------------------------------------------------------- Date: 2007-10-07 23:11 By: andresriancho Comment: For windows, I could use a "download and exec" shellcode as a client. Also see if it's worth it to code a clientlessTFTP ------------------------------------------------------- Date: 2007-10-05 17:56 By: andresriancho Comment: started to develop this. It will take some time... but it's a really cool thing! ------------------------------------------------------- Date: 2007-10-05 07:50 By: andresriancho Comment: also think about "clientless transfer objects" that use wget / curl / tftp to get the data from w3af . ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=142820&group_id=170274&group_project_id=54342 |