Deep Web
Tor browser for IOS
I just changed from android to iOS and I can’t seem to find a good app to navigate DW on it, do any of you know an app or anything that can work? 🥺
submitted by /u/SushiBxwl
[link] [comments]
Tor browser for IOS
I just changed from android to iOS and I can’t seem to find a good app to navigate DW on it, do any of you know an app or anything that can work? 🥺
submitted by /u/SushiBxwl
[link] [comments]
reddit
Tor browser for IOS
I just changed from android to iOS and I can’t seem to find a good app to navigate DW on it, do any of you know an app or anything that can work? 🥺
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Is this safe?
I don't know how to scan .exe files, the github is https://github.com/Itroublve/Token-Browser-Password-Stealer-Creator
It's for grabbing stuff, just please check if it connects to any suspicious connections.
submitted by /u/FireTrail846
[link] [comments]
Is this safe?
I don't know how to scan .exe files, the github is https://github.com/Itroublve/Token-Browser-Password-Stealer-Creator
It's for grabbing stuff, just please check if it connects to any suspicious connections.
submitted by /u/FireTrail846
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
CompTIA Certification Bundle
CompTIA Training is running a big deal that certainly many people in this community will benefit from it.
https://comptia.training/
That's it, no hacking tutorials or anything crazy just training resources.
Happy Tuesday community
submitted by /u/Education_growth_123
[link] [comments]
CompTIA Certification Bundle
CompTIA Training is running a big deal that certainly many people in this community will benefit from it.
https://comptia.training/
That's it, no hacking tutorials or anything crazy just training resources.
Happy Tuesday community
submitted by /u/Education_growth_123
[link] [comments]
hacking: security in practice
Any key logging or website infiltration or is here looking for someone job
I need a job done and I need a pro. Can do hourly rate or full payment
submitted by /u/Preence_kay
[link] [comments]
Any key logging or website infiltration or is here looking for someone job
I need a job done and I need a pro. Can do hourly rate or full payment
submitted by /u/Preence_kay
[link] [comments]
reddit
Any key logging or website infiltration or is here looking for...
I need a job done and I need a pro. Can do hourly rate or full payment
hacking: security in practice
How to get a job as a cyber security consultant?
Hi! I've been learning and studying about cyber security for a while. Right now I work as a programmer, and I wouldn't mind to have a work as a cyber security consultant in a red team. How important are certificates in this area? I know it's important but.. are certificates indispensable or you can get a job if you are good enough?
submitted by /u/chuse1995
[link] [comments]
How to get a job as a cyber security consultant?
Hi! I've been learning and studying about cyber security for a while. Right now I work as a programmer, and I wouldn't mind to have a work as a cyber security consultant in a red team. How important are certificates in this area? I know it's important but.. are certificates indispensable or you can get a job if you are good enough?
submitted by /u/chuse1995
[link] [comments]
reddit
How to get a job as a cyber security consultant?
Hi! I've been learning and studying about cyber security for a while. Right now I work as a programmer, and I wouldn't mind to have a work as a...
Poly Network Joins Immunefi With $100,000 Bug Bounty After Hack
Following the biggest hack in DeFi history, Poly Network is joining Immunefi with a bug bounty of $100,000 for critical vulnerabilities…Continue reading on Immunefi »
Read more...
Following the biggest hack in DeFi history, Poly Network is joining Immunefi with a bug bounty of $100,000 for critical vulnerabilities…Continue reading on Immunefi »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
RACTF 2021 — Writeup
https://cdn-images-1.medium.com/max/1416/1*WF2ZVJqHkexI4OHVB1JAJQ.png
Writeup for RACTF 2021 by Nicholas and Munir.
Continue reading on Medium »
RACTF 2021 — Writeup
https://cdn-images-1.medium.com/max/1416/1*WF2ZVJqHkexI4OHVB1JAJQ.png
Writeup for RACTF 2021 by Nicholas and Munir.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
YouTube SEO: How to Rank YouTube Videos in 2021
https://cdn-images-1.medium.com/max/600/0*vwBbgW-eC64KkloP
Before we get into today’s video SEO tutorial, a quick backstory: To Rank YouTube Videos on the Top, the most important things that…
Continue reading on Medium »
YouTube SEO: How to Rank YouTube Videos in 2021
https://cdn-images-1.medium.com/max/600/0*vwBbgW-eC64KkloP
Before we get into today’s video SEO tutorial, a quick backstory: To Rank YouTube Videos on the Top, the most important things that…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets
https://www.blackhatethicalhacking.com/wp-content/uploads/2017/11/black-hat-locks-and-electronics.jpg Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam WalletsPost Views: 177
Reading Time: 1 Minute
Valve plugs an API bug found in its Steam platform that that abused the Smart2Pay system to add unlimited funds to gamer digital wallets.
A security researcher helped Valve, the makers of the gaming platform Steam, plug an easy-to-exploit hole that allowed users to add unlimited funds to their digital wallet. Simply by changing the account’s email address, the exploit allowed anyone to artificially boost their digital billfold to anything they wanted.
Steam Wallet funds are exclusive to the Steam platform and are used to purchase in-game merchandise, subscriptions and Steam-related content. Valve restricts Steam credits (or money) from being transferred outside its network for purchase or trading. However, there are several unsanctioned ways to convert wallet funds into actual dollars.
Working for the HackerOne bug-bounty program, security researcher DrBrix, reported the bug last Monday. By Wednesday, Valve plugged the hole and paid DrBrix $7,500 for identifying the bug.
See Also: Hacker claims to steal data of 100 million T-mobile customers The Hack: Turning $1 into $100 or $1MThe bug, which has since been patched, was exploited by abusing Valve’s own application programming interface (API) used to communicate with the third-party web payment firm Smart2Pay, owned by Nuvei.
According to DrBrix, the hack allowed an attacker to intercept the POST request sent from Valve to Smart2Pay. This was done via modifying the Steam user’s email address used by Smart2Pay as it passed through the Valve API.
“Firstly you will have to change yours steam account email to something like (I will explain why in next steps, amount100 is the important part): brixamount100abc@█████,” the researcher wrote.
This allows the attacker to manipulate communications between Valve and Smart2Pay, circumventing the cryptographic hash used to protect transaction data.
“We can’t change parameters as there is Hash field with signature, however signature is generated like that hash (ALL_FIELDS_NAMES_VALUES_CONTACTED),” DrBrix wrote. “So with our special email we can move parameters in a way that will change amount for us.”
See Also: Offensive Security Tool: Warcannon Where the Valve parameters might be,
“hash(MerchantID1102MerchantTransactionID█████Amount2000…..)” the attacker can turn $1 into $100 simply by changing the format of the email request.
“So with our special email we can move parameters in a way that will change amount for us. For example, we can change original Amount=2000 to Amount2=000 and after contacting it still will be Amount2000. Then we can change email from CustomerEmail=brixamount100abc%40████ to CustomerEmail=brix&amount=100&ab=c%40█████████ by this we are adding new field amount with our value,” DrBrix wrote. See Also: Hacking Stories: Andrian Lamo – The ‘homeless’ HackerValve first rated the bug as of moderate importance. However, after investigating, it escalated the bug to critical in nature, scoring it “9-10”, with the highest possible rating 10.
Valve did not return a Threatpost press request for comment.
“We have changed the severity assessment to Critical, reflecting the potential cost to the business, and applied a bounty accordingly,” wrote Valve in a HackerOne thread thanking DrBrix for the tip.
Source: threatpost.com (Click Link)Recent News* https://www.blackhatethicalhacking.com/[...]
Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets
https://www.blackhatethicalhacking.com/wp-content/uploads/2017/11/black-hat-locks-and-electronics.jpg Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam WalletsPost Views: 177
Reading Time: 1 Minute
Valve plugs an API bug found in its Steam platform that that abused the Smart2Pay system to add unlimited funds to gamer digital wallets.
A security researcher helped Valve, the makers of the gaming platform Steam, plug an easy-to-exploit hole that allowed users to add unlimited funds to their digital wallet. Simply by changing the account’s email address, the exploit allowed anyone to artificially boost their digital billfold to anything they wanted.
Steam Wallet funds are exclusive to the Steam platform and are used to purchase in-game merchandise, subscriptions and Steam-related content. Valve restricts Steam credits (or money) from being transferred outside its network for purchase or trading. However, there are several unsanctioned ways to convert wallet funds into actual dollars.
Working for the HackerOne bug-bounty program, security researcher DrBrix, reported the bug last Monday. By Wednesday, Valve plugged the hole and paid DrBrix $7,500 for identifying the bug.
See Also: Hacker claims to steal data of 100 million T-mobile customers The Hack: Turning $1 into $100 or $1MThe bug, which has since been patched, was exploited by abusing Valve’s own application programming interface (API) used to communicate with the third-party web payment firm Smart2Pay, owned by Nuvei.
According to DrBrix, the hack allowed an attacker to intercept the POST request sent from Valve to Smart2Pay. This was done via modifying the Steam user’s email address used by Smart2Pay as it passed through the Valve API.
“Firstly you will have to change yours steam account email to something like (I will explain why in next steps, amount100 is the important part): brixamount100abc@█████,” the researcher wrote.
This allows the attacker to manipulate communications between Valve and Smart2Pay, circumventing the cryptographic hash used to protect transaction data.
“We can’t change parameters as there is Hash field with signature, however signature is generated like that hash (ALL_FIELDS_NAMES_VALUES_CONTACTED),” DrBrix wrote. “So with our special email we can move parameters in a way that will change amount for us.”
See Also: Offensive Security Tool: Warcannon Where the Valve parameters might be,
“hash(MerchantID1102MerchantTransactionID█████Amount2000…..)” the attacker can turn $1 into $100 simply by changing the format of the email request.
“So with our special email we can move parameters in a way that will change amount for us. For example, we can change original Amount=2000 to Amount2=000 and after contacting it still will be Amount2000. Then we can change email from CustomerEmail=brixamount100abc%40████ to CustomerEmail=brix&amount=100&ab=c%40█████████ by this we are adding new field amount with our value,” DrBrix wrote. See Also: Hacking Stories: Andrian Lamo – The ‘homeless’ HackerValve first rated the bug as of moderate importance. However, after investigating, it escalated the bug to critical in nature, scoring it “9-10”, with the highest possible rating 10.
Valve did not return a Threatpost press request for comment.
“We have changed the severity assessment to Critical, reflecting the potential cost to the business, and applied a bounty accordingly,” wrote Valve in a HackerOne thread thanking DrBrix for the tip.
Source: threatpost.com (Click Link)Recent News* https://www.blackhatethicalhacking.com/[...]
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets https://www.blackhatethicalhacking.com/wp-content/uploads/2017/11/black-hat-locks-and-electronics.jpg Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam…
wp-content/uploads/2021/08/tmobile-header-90x90.webp Hacker claims to steal data of 100 million T-mobile customers1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/depositphotos_40325161-stock-photo-microsoft-building-90x90.jpg Microsoft Warns: Another Unpatched PrintNightmare Zero-Day4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/crypto-hack-90x90.jpg Crypto Hack Earned Crooks $600 Million5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/msft-microsoft-logo-2-3-90x90.webp Actively Exploited Windows Zero-Day Gets a Patch6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/botnet-90x90.jpg Auth Bypass Bug Exploited, Affecting Millions of Routers1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/cisco-patch-90x90.png Critical Cisco Bug in VPN Routers Allows Remote Takeover1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/delete-telegram-message-e1628177080885-90x90.jpg MacOS Flaw in Telegram Retrieves Deleted Messages2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/spam-call-90x90.jpg Black Hat: ‘I’m Calling About Your Car Warranty’, aka PII Hijinx2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Google-Chrome-Browser-Management-90x90.png Bugs in Chrome’s JavaScript engine can lead to powerful exploits. This project aims to stop them2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/chinese-flag-keyboard-internet-istock-90x90.jpg DeadRinger: Chinese APTs strike major telecommunications companies2 weeks ago
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6620833063853657"
data-ad-slot="4517761481">
The post Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets first appeared on Black Hat Ethical Hacking.
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/depositphotos_40325161-stock-photo-microsoft-building-90x90.jpg Microsoft Warns: Another Unpatched PrintNightmare Zero-Day4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/crypto-hack-90x90.jpg Crypto Hack Earned Crooks $600 Million5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/msft-microsoft-logo-2-3-90x90.webp Actively Exploited Windows Zero-Day Gets a Patch6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/botnet-90x90.jpg Auth Bypass Bug Exploited, Affecting Millions of Routers1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/cisco-patch-90x90.png Critical Cisco Bug in VPN Routers Allows Remote Takeover1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/delete-telegram-message-e1628177080885-90x90.jpg MacOS Flaw in Telegram Retrieves Deleted Messages2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/spam-call-90x90.jpg Black Hat: ‘I’m Calling About Your Car Warranty’, aka PII Hijinx2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Google-Chrome-Browser-Management-90x90.png Bugs in Chrome’s JavaScript engine can lead to powerful exploits. This project aims to stop them2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/chinese-flag-keyboard-internet-istock-90x90.jpg DeadRinger: Chinese APTs strike major telecommunications companies2 weeks ago
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6620833063853657"
data-ad-slot="4517761481">
The post Critical Valve Bug Lets Gamers Add Unlimited Funds to Steam Wallets first appeared on Black Hat Ethical Hacking.
CVE-2021-31956 Exploiting the Windows Kernel (NTFS with WNF) – Part 2
https://www.reddit.com/r/redteamsec/comments/p6102m/cve202131956_exploiting_the_windows_kernel_ntfs/
submitted by /u/digicat (https://www.reddit.com/user/digicat)
[link] (https://research.nccgroup.com/2021/08/17/cve-2021-31956-exploiting-the-windows-kernel-ntfs-with-wnf-part-2/) [comments] (https://www.reddit.com/r/redteamsec/comments/p6102m/cve202131956_exploiting_the_windows_kernel_ntfs/)
https://www.reddit.com/r/redteamsec/comments/p6102m/cve202131956_exploiting_the_windows_kernel_ntfs/
submitted by /u/digicat (https://www.reddit.com/user/digicat)
[link] (https://research.nccgroup.com/2021/08/17/cve-2021-31956-exploiting-the-windows-kernel-ntfs-with-wnf-part-2/) [comments] (https://www.reddit.com/r/redteamsec/comments/p6102m/cve202131956_exploiting_the_windows_kernel_ntfs/)
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Recommended next book
I have finished reading https://nostarch.com/pentesting and am looking for the next best book for me to read about pentesting
submitted by /u/THESEASANIC
[link] [comments]
Recommended next book
I have finished reading https://nostarch.com/pentesting and am looking for the next best book for me to read about pentesting
submitted by /u/THESEASANIC
[link] [comments]
hacking: security in practice
md5 hash
Will pay $100 in btc if you can crack an md5 hash I have. DM me for the hash.
submitted by /u/kashnikov
[link] [comments]
md5 hash
Will pay $100 in btc if you can crack an md5 hash I have. DM me for the hash.
submitted by /u/kashnikov
[link] [comments]
reddit
md5 hash
Will pay $100 in btc if you can crack an md5 hash I have. DM me for the hash.
hacking: security in practice
.NANO ransomware decryption
Does anyone know how to decrypt .NANO files and recover data? I have been trying now for about 2-3 years but still haven’t been able to find a software that works. 😕
submitted by /u/jasonslone
[link] [comments]
.NANO ransomware decryption
Does anyone know how to decrypt .NANO files and recover data? I have been trying now for about 2-3 years but still haven’t been able to find a software that works. 😕
submitted by /u/jasonslone
[link] [comments]
reddit
.NANO ransomware decryption
Does anyone know how to decrypt .NANO files and recover data? I have been trying now for about 2-3 years but still haven’t been able to find a...