Jump to content

(kind Of) Advanced Python Backdoor


Recommended Posts

Hi everyone,

some weeks ago a friend of mine told me that he wanted to write a program similar to metasploit's meterpreter, but in Delphi

so i picked the idea up and told him I'd try to do it in python since I'm quite good with python

after a few days of work i had the first prototype up and running and continued to work on it and fix bugs

so now i present to you:

Project Infinity: Ragnarok backdoor 0.3b

http://pastebin.com/DDqGy6yG

Features:

-bind and reverse mode

-can be easily compiled with pyinstaller or py2exe

-no additional python modules required

-easily extensible

-password protected access

-undetected by AV

-can execute shellcode without writing to disk

-can delete itself from disk

-doesn't need an external client(yet), you can connect using netcat

-can execute python snippets on the fly

-file up and download(download writes hex'd file to socket)

ToDo:

-make it run on windows without crashing

-implement encrypted communication and write a client program

-add an option to define functions on the fly

if you have questions or ideas feel free to post them

Link to comment
Share on other sites

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...