Jump to content
Wubi

Python Backdoor - File Transfer

Recommended Posts

Posted



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 Dynamic


Book - "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 Simple
AverageSecurityGuy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...