Week 8.1 Weevely Tech Journal - Foren-Ken/tech-journal GitHub Wiki

The tool "Weevely" seems to be an improved version (though more complex) of the simple PHP backdoor.
In the week's Class Activity (Weevely), we had used this backdoor tool to create a backdoor in a previously penetrated system. The main difference between the simple PHP script by Michael Daw and Weevely is how much data is freely available the client/server communications.

Simple PHP is loud, notifiying all third parties between the client and server what is being sent.
Weevely is quiet, only using encoded messages to ensure the communication is private between client and server.

How to use Weevely Create PHP Script: weevely generate [password] [location+scriptname].php

How to use PHP Script:
After the script was uploaded, the following command can be used weevely terminal http://[ip address][path to php script]