September 2018
Intermediate to advanced
480 pages
9h 45m
English
You need to first configure the stager and get it ready, which can be done by first setting up the details that are required by the stager. For getting the details, you can execute the following command:
info
This will show the information for the current stager, which can be changed according to the needs:

We can change the settings using the set command (the same as Metasploit and Empire). In this case, we will be changing the stager web server port to 8080 by executing the following command:
set SRVPORT 8080

Now the ...