Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.13 KB

DIRECTIONS FOR USE

  • By using anything from this repository you agree that you will not use it for harm and I am not accountable for any harm or trouble you cause.

Running the Listener

  1. Open Listener.py.
  2. Locate the occurrences of ipv6 in the code (there should be around 3 instances).
  3. Replace ipv6 with the IPv6 address of the computer running the listener.

Configuring User Locations

  1. Find the def setup_users section in the code.
  2. Set the home location "whatever location you want" to the home location you want for the ftp server.
  • EX: authorizer.add_user("backdoor", "backdoor", "/home/user/folder", perm="elradfmw").

Sending Files

To send a file:

  1. Place the file you want to send in the directory you specified in the user's location.

Configuring The Address For backdoor To Connect To

  1. Open the solution in Visual Studios and in Backdoor.cs look for the variable ServerIPv6Address and set it to the computer's address that is running the listener.
  2. Build the application and it's ready to go.

Run the listener on one computer and run the built exe with its dependences and that's it