Skip to content

Instantly share code, notes, and snippets.

@steeve85
Created June 9, 2012 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steeve85/2902800 to your computer and use it in GitHub Desktop.
Save steeve85/2902800 to your computer and use it in GitHub Desktop.
dionaea ftp function
def handle_established(self):
self.processors()
#self.reply(WELCOME_MSG, "Welcome to the ftp service")
self.reply(WELCOME_MSG, "Microsoft FTP Service")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment