- Thread Author
- #1
Requirements:
A Java JDK distribution of version 8 or greater must be installed and added to the system's PATH environment variable.
The user must employ the same computer to create and control the backdoor application.
The IP address of the computer used in this endeavour must remain static during the period between the creation and the subsequent control of the backdoor.
The computer used to control the backdoor must have its firewall deactivated, and if the operating system is of a Unix-based variety, the BetterBackdoor application must be executed with elevated privileges, using the 'sudo' command.
Installation:
To commence the installation process, the user must first clone the BetterBackdoor repository from the following URL:
git clone GitHub - thatcherclough/BetterBackdoor: A backdoor with a multitude of features.
Next, the user must navigate to the newly created BetterBackdoor directory:
cd BetterBackdoor
Finally, the user must build the BetterBackdoor application using Maven. For Windows users, the following command should be executed:
mvnw.cmd clean package
For Linux and macOS users, the following command should be used:
sh mvnw clean package
Usage
To execute the BetterBackdoor application, the user must issue the following command:
java -jar betterbackdoor.jar
A Java JDK distribution of version 8 or greater must be installed and added to the system's PATH environment variable.
The user must employ the same computer to create and control the backdoor application.
The IP address of the computer used in this endeavour must remain static during the period between the creation and the subsequent control of the backdoor.
The computer used to control the backdoor must have its firewall deactivated, and if the operating system is of a Unix-based variety, the BetterBackdoor application must be executed with elevated privileges, using the 'sudo' command.
Installation:
To commence the installation process, the user must first clone the BetterBackdoor repository from the following URL:
git clone GitHub - thatcherclough/BetterBackdoor: A backdoor with a multitude of features.
Next, the user must navigate to the newly created BetterBackdoor directory:
cd BetterBackdoor
Finally, the user must build the BetterBackdoor application using Maven. For Windows users, the following command should be executed:
mvnw.cmd clean package
For Linux and macOS users, the following command should be used:
sh mvnw clean package
Usage
To execute the BetterBackdoor application, the user must issue the following command:
java -jar betterbackdoor.jar