Skip to content

Instantly share code, notes, and snippets.

View BHushanRathod's full-sized avatar

BHushan Rathod BHushanRathod

  • Pune
View GitHub Profile
#!/usr/bin/env python
import os, random, sys, hashlib, struct, thread, socket
from pyftpdlib.authorizers import DummyAuthorizer
from pyftpdlib.handlers import FTPHandler
from pyftpdlib.servers import FTPServer
from Crypto.Cipher import AES
from Crypto.PublicKey import RSA
from Crypto.Cipher import PKCS1_OAEP