Wubi Posted August 9, 2012 Report Posted August 9, 2012 Hey guys! What's going on?Once again for this tutorial we will be picking up right where we left off... last time we got the encryption going on, so that all traffic between server/client is encrypted. Now that's pretty good, but it's time we start to enhance functionality of this shell and add new features to make life easier in the future.As I stated in the first video of the series, this shell is nice but due to the subprocess module in Python it does limit us to certain things, like using FTP or anything that involves spawning a new thread really -- at least to the extent of my testing! So we're gonna go ahead and implement perhaps one of the most fundamentals tasks really: file transferring over a raw, single-threaded socket. (...)Click here to keep reading article:Python Backdoor – File Transfer | Technic DynamicBook - "Foundations of Python Network Programming"http://www.amazon.com/gp/product/1430230037/ref=as_li_ss_il?ie=UTF8&camp=...This whole series of videos was inspired by both David Kennedy (creator of SET) and the AverageSecurityGuy, you can find both of them here:TrustedSec - Information Security Made SimpleAverageSecurityGuy Quote