Hacking Articles Tips Tricks Videos Tutorials
Registry.sol on any EVM based chain. (Ethereum, Binance Smart Chain, Polygon, etc.) * Registry.sol will resolve the registry of HSTP nodes. That can be relayed over another networks. Router interface For demonstration purposes, we will use the following…
tation(bytes memory payload)
public
payable
virtual
override
returns (Response memory) {
(ITodo memory request) = abi.decode(payload, (ITodo));
return this.addTodo(request);
}
} ProposalEthereum proposal is draft now, but the protocol has referance implementation Todo.sol. Awesome web services running top of HSTPFull list here Hello worldYou can test the HSTP and try on remix now. How to play with the protocol?* Copy the source code below to the https://remix.ethereum.org/
* Deploy on any EVM based chain.
* Call the functions and try different network topologies on HSTP.
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "hstp/HSTP.sol";
// Stateless Hyper Service Transfer Protocol for on-chain services.
contract Todo is HSTP("Todo") {
struct TodoRequest {
string todo;
}
function addTodo(TodoRequest memory request) public payable returns(Response memory response) {
response.body = request.todo;
return response;
}
// Override for HSTP.
function query(bytes memory payload)
public
view
virtual
override
returns (Response memory) {}
function mutation(bytes memory payload)
public
payable
virtual
override
returns (Response memory) {
(TodoRequest memory todoRequest) = abi.decode(payload, (TodoRequest));
return this.addTodo(todoRequest);
}
} Click Here To Download
___________________________
@hacking_Attack
@Hacking_Video
public
payable
virtual
override
returns (Response memory) {
(ITodo memory request) = abi.decode(payload, (ITodo));
return this.addTodo(request);
}
} ProposalEthereum proposal is draft now, but the protocol has referance implementation Todo.sol. Awesome web services running top of HSTPFull list here Hello worldYou can test the HSTP and try on remix now. How to play with the protocol?* Copy the source code below to the https://remix.ethereum.org/
* Deploy on any EVM based chain.
* Call the functions and try different network topologies on HSTP.
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "hstp/HSTP.sol";
// Stateless Hyper Service Transfer Protocol for on-chain services.
contract Todo is HSTP("Todo") {
struct TodoRequest {
string todo;
}
function addTodo(TodoRequest memory request) public payable returns(Response memory response) {
response.body = request.todo;
return response;
}
// Override for HSTP.
function query(bytes memory payload)
public
view
virtual
override
returns (Response memory) {}
function mutation(bytes memory payload)
public
payable
virtual
override
returns (Response memory) {
(TodoRequest memory todoRequest) = abi.decode(payload, (TodoRequest));
return this.addTodo(todoRequest);
}
} Click Here To Download
___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
hacking a cell phone camera
What information does one need in order to hack a cell phone camera? Are there any signs of it being done?
submitted by /u/Neat-Weird9996
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
hacking a cell phone camera
What information does one need in order to hack a cell phone camera? Are there any signs of it being done?
submitted by /u/Neat-Weird9996
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
hacking a cell phone camera
What information does one need in order to hack a cell phone camera? Are there any signs of it being done?
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Termux-YTD2.0 : The Fastest YouTube Downloader for Termux
https://cdn-images-1.medium.com/max/600/0*80m-MMzYq8UrN0hO.png
Hey guys 🙋🏻♂️, so 2 Years ago I made a YouTube downloader name The tool is working perfectly fine the only issue is that the speed of…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Termux-YTD2.0 : The Fastest YouTube Downloader for Termux
https://cdn-images-1.medium.com/max/600/0*80m-MMzYq8UrN0hO.png
Hey guys 🙋🏻♂️, so 2 Years ago I made a YouTube downloader name The tool is working perfectly fine the only issue is that the speed of…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Termux-YTD2.0 : The Fastest YouTube Downloader for Termux
Hey guys 🙋🏻♂️, so 2 Years ago I made a YouTube downloader name The tool is working perfectly fine the only issue is that the speed of…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How you’re being tracked..
https://cdn-images-1.medium.com/max/600/1*YUFVMU57bBmeRbLEhvlAow.png
In this collection of weblog posts, I will let you know approximately how mega businesses music you Starting with google
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How you’re being tracked..
https://cdn-images-1.medium.com/max/600/1*YUFVMU57bBmeRbLEhvlAow.png
In this collection of weblog posts, I will let you know approximately how mega businesses music you Starting with google
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How you’re being tracked..
In this collection of weblog posts, I will let you know approximately how mega businesses music you Starting with google
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Security Smart Contract: tx.origin
https://cdn-images-1.medium.com/max/1334/1*F-0iIae4JAlC6SXBuxGVoA.png
Don´t use tx.origin, don´t use tx.origin, don´t use tx.origin…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Security Smart Contract: tx.origin
https://cdn-images-1.medium.com/max/1334/1*F-0iIae4JAlC6SXBuxGVoA.png
Don´t use tx.origin, don´t use tx.origin, don´t use tx.origin…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Security Smart Contract: tx.origin
Don´t use tx.origin, don´t use tx.origin, don´t use tx.origin…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
OSINT Terminal User Interface
https://cdn-images-1.medium.com/max/1103/1*soPrPigAQ-OPbDfGZd0zvw.gif
Open Source Intelligence Terminal User Interface. OSINT from your favorite services in a friendly terminal user interface, written in Rust
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
OSINT Terminal User Interface
https://cdn-images-1.medium.com/max/1103/1*soPrPigAQ-OPbDfGZd0zvw.gif
Open Source Intelligence Terminal User Interface. OSINT from your favorite services in a friendly terminal user interface, written in Rust
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
OSINT Terminal User Interface
Open Source Intelligence Terminal User Interface. OSINT from your favorite services in a friendly terminal user interface, written in Rust
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
A $500+ Open Redirect Bounty in Under 10 Minutes
https://cdn-images-1.medium.com/max/1200/1*8phIebV3Bs-lWUDciLLW-w.jpeg
This post is a quick guide on how to utilize the Open Redirect bug on any sites you test, including a real-world step-by-step.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
A $500+ Open Redirect Bounty in Under 10 Minutes
https://cdn-images-1.medium.com/max/1200/1*8phIebV3Bs-lWUDciLLW-w.jpeg
This post is a quick guide on how to utilize the Open Redirect bug on any sites you test, including a real-world step-by-step.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
A $500+ Open Redirect Bounty in Under 10 Minutes
This post is a quick guide on how to utilize the Open Redirect bug on any sites you test, including a real-world step-by-step.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Network Penetration Testing Service In Singapore
https://cdn-images-1.medium.com/max/820/0*x78_1hYVgaB96KIM.jpg
Network Penetration Testing Service In Singapore
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Network Penetration Testing Service In Singapore
https://cdn-images-1.medium.com/max/820/0*x78_1hYVgaB96KIM.jpg
Network Penetration Testing Service In Singapore
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Network Penetration Testing Service In Singapore
Network Penetration Testing Service In Singapore
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Microsoft 365 Message Encryption Can Leak Sensitive Info
Microsoft 365 Message Encryption Can Leak Sensitive InfoPost Views: 50 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Patreon.png Subscribe to Patreon to watch this episode.
Reading Time: 3 Minutes Researchers have discovered what they call a vulnerability in Microsoft 365, tied to the use of a broken or risky cryptographic algorithm. It could be exploited to infer some or all the content of encrypted email messages.A Flawed Crypto ApproachMicrosoft 365 (formerly Office 365) offers a method of sending encrypted messages (Office 365 Message Encryption, or OME) using Electronic Codebook (ECB), a mode of operation known to expose certain structural information about messages.
WithSecure principal security consultant Harry Sintonen wrote in an Oct. 14 posting that if an attacker had access to enough emails using OME, it’s possible to access leaked information by analyzing the frequency of repeating patterns in individual messages and then matching those patterns with those in other encrypted emails and files.
“This could impact anyone using OME, if the attachment in question has the properties that make it decipherable in this way,” he tells Dark Reading. “Of course, for the extraction to be possible, the adversary first needs to get access to the actual encrypted email message.”
Sintonen explains that even if the files did not have a larger structure that could directly be revealed, there is still possibility of fingerprinting files.
“If a file has some repeating blocks, you could construct a fingerprint from the relation of these repeating blocks,” he says. “You can then scan the encrypted email messages for these fingerprints. If found, you know that this email message included the specific file.”
He adds that it’s also possible to leverage artificial intelligence (AI) to find similar fingerprints to find content that is related, perhaps part of a set of similar files.
See Also: So you want to be a hacker? Complete Offensive Security and Ethical Hacking Course Microsoft: No Fix ForthcomingIn January 2022, Sintonen shared his research findings with Microsoft. Microsoft acknowledged the problem and compensated Sintonen as part of its vulnerability rewards program but decided against fixing it.
“The report was not considered meeting the bar for security servicing, nor is it considered a breach,” the computing giant responded. “No code change was made and so no CVE was issued for this report.”
Bud Broomhead, CEO at Viakoo, a provider of automated IoT cyber-hygiene, says he thinks Microsoft choosing not to fix it either means that there is a new message encryption capability soon to be released, or that the “fix” would need to be a complete rewrite of this capability.
“It could also be that usage of this feature [is] of low enough or limited enough that Microsoft would decline to fix it,” he adds. “Even if Microsoft declines to fix this, it should at least remove or restrict the use of message encryption within Office 365 until a better solution is available to users.”
And indeed, companies can mitigate the problem by not using the OME feature — but even that does not eliminate the risk entirely.
“If they have been using OME encryption and this issue is determined to be a problem, they have no other recourse than ceasing to use the problematic service — OME — and replace it with another, secure solution,” Sintonen says.
This, however, doesn’t remedy the fact that large amounts of poorly encrypted email messages may linger in various parts of the Internet and could be analyzed by actors who gain access to them.
Trending: How to Exploit “improper error handling” in Web Applica[...]
___________________________
@hacking_Attack
@Hacking_Video
Microsoft 365 Message Encryption Can Leak Sensitive Info
Microsoft 365 Message Encryption Can Leak Sensitive InfoPost Views: 50 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Patreon.png Subscribe to Patreon to watch this episode.
Reading Time: 3 Minutes Researchers have discovered what they call a vulnerability in Microsoft 365, tied to the use of a broken or risky cryptographic algorithm. It could be exploited to infer some or all the content of encrypted email messages.A Flawed Crypto ApproachMicrosoft 365 (formerly Office 365) offers a method of sending encrypted messages (Office 365 Message Encryption, or OME) using Electronic Codebook (ECB), a mode of operation known to expose certain structural information about messages.
WithSecure principal security consultant Harry Sintonen wrote in an Oct. 14 posting that if an attacker had access to enough emails using OME, it’s possible to access leaked information by analyzing the frequency of repeating patterns in individual messages and then matching those patterns with those in other encrypted emails and files.
“This could impact anyone using OME, if the attachment in question has the properties that make it decipherable in this way,” he tells Dark Reading. “Of course, for the extraction to be possible, the adversary first needs to get access to the actual encrypted email message.”
Sintonen explains that even if the files did not have a larger structure that could directly be revealed, there is still possibility of fingerprinting files.
“If a file has some repeating blocks, you could construct a fingerprint from the relation of these repeating blocks,” he says. “You can then scan the encrypted email messages for these fingerprints. If found, you know that this email message included the specific file.”
He adds that it’s also possible to leverage artificial intelligence (AI) to find similar fingerprints to find content that is related, perhaps part of a set of similar files.
See Also: So you want to be a hacker? Complete Offensive Security and Ethical Hacking Course Microsoft: No Fix ForthcomingIn January 2022, Sintonen shared his research findings with Microsoft. Microsoft acknowledged the problem and compensated Sintonen as part of its vulnerability rewards program but decided against fixing it.
“The report was not considered meeting the bar for security servicing, nor is it considered a breach,” the computing giant responded. “No code change was made and so no CVE was issued for this report.”
Bud Broomhead, CEO at Viakoo, a provider of automated IoT cyber-hygiene, says he thinks Microsoft choosing not to fix it either means that there is a new message encryption capability soon to be released, or that the “fix” would need to be a complete rewrite of this capability.
“It could also be that usage of this feature [is] of low enough or limited enough that Microsoft would decline to fix it,” he adds. “Even if Microsoft declines to fix this, it should at least remove or restrict the use of message encryption within Office 365 until a better solution is available to users.”
And indeed, companies can mitigate the problem by not using the OME feature — but even that does not eliminate the risk entirely.
“If they have been using OME encryption and this issue is determined to be a problem, they have no other recourse than ceasing to use the problematic service — OME — and replace it with another, secure solution,” Sintonen says.
This, however, doesn’t remedy the fact that large amounts of poorly encrypted email messages may linger in various parts of the Internet and could be analyzed by actors who gain access to them.
Trending: How to Exploit “improper error handling” in Web Applica[...]
___________________________
@hacking_Attack
@Hacking_Video
Black Hat Ethical Hacking
Microsoft 365 Message Encryption Can Leak Sensitive Info | Black Hat Ethical Hacking
Researchers have discovered what they call a vulnerability in Microsoft 365, tied to the use of a broken or risky cryptographic algorithm. It could be exploited to infer some or all the content of encrypted email messages.
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Microsoft 365 Message Encryption Can Leak Sensitive Info Microsoft 365 Message Encryption Can Leak Sensitive InfoPost Views: 50 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Patreon.png Subscribe…
tions Trending: Offensive Security Tool: VLANPWN Senders, Recipients at Risk?Broomhead notes that for many years the fear has been that encrypted data that was previously exfiltrated may someday be decrypted and exploited.
“For threat actors who have harvested large amounts of encrypted Microsoft Office 365 email messages, that day may be today,” he says, adding that he thinks it’s clearly “a bug of high severity.”
“Both senders and recipients are at risk — especially with people outside the organization, the desire to use encryption may have been to protect trade or other organizational secrets,” Broomhead says.
That said, the need to have a large number of encrypted emails to use this vulnerability narrows the victimology — by definition it would be larger organizations who felt the need to encrypt large numbers of email messages. And, highly sensitive information usually already has additional layers of data protection, Mike Parkin, senior technical engineer at Vulcan Cyber, points out.
“Those who require truly secure email have other options they can use,” Parkin says. “For example, using GPG encryption and sending the encrypted message as an attachment.”
He says that as a result, most business users won’t be affected by the level of data leakage here, unless they are in the habit of sending highly sensitive, and time sensitive, information through Microsoft 365.
“It’s sufficient to keep most expected threats at bay but wouldn’t be adequate versus a well-resourced state or state-sponsored threat actor,” he says. “High-value communications require highly secure cryptographic algorithms and protocols. In practice, the encryption[s] available in Office 365 are enough for most users.”
On the flip side, Parkin notes that people can come to rely on basic encryption keeping their information safe, and anything that gives a potential threat actor insight into that secure communication is problematic.
“Ideally, encrypted traffic shouldn’t reveal anything about the contents of the message beyond the sender and receiver information required to get it point to point,” he says.
Trending: Critical RCE Vulnerability Found in vm2 Sandbox Library Are u a security researcher? Or a company that writes articles or write ups about Cyber Security, Offensive Security (related to information security in general) that match with our specific audience and is worth sharing?
If you want to express your idea in an article contact us here for a quote: info@blackhatethicalhacking.com
Source: darkreading.com Source Link https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-6-300x150.png GitLab patches RCE bug in GitHub import functionOctober 14, 2022
Reading Time: 3 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-5-300x150.png New npm timing attack could lead to supply chain attacksOctober 13, 2022
Reading Time: 4 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-4-300x150.png Critical RCE Vulnerability Found in vm2 Sandbox LibraryOctober 12, 2022
Reading Time: 3 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-3-300x150.png Zimbra remote code execution vulnerability actively exploited in the wildOctober 11, 2022
Reading Time: 3 minutes
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/06/OffSec-Course.png Offensive Security & Ethical Hacking CourseBegin the learning curve of hacking now!
The post Microsoft 365 Message Encryption Can Leak Sensitive Info first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
“For threat actors who have harvested large amounts of encrypted Microsoft Office 365 email messages, that day may be today,” he says, adding that he thinks it’s clearly “a bug of high severity.”
“Both senders and recipients are at risk — especially with people outside the organization, the desire to use encryption may have been to protect trade or other organizational secrets,” Broomhead says.
That said, the need to have a large number of encrypted emails to use this vulnerability narrows the victimology — by definition it would be larger organizations who felt the need to encrypt large numbers of email messages. And, highly sensitive information usually already has additional layers of data protection, Mike Parkin, senior technical engineer at Vulcan Cyber, points out.
“Those who require truly secure email have other options they can use,” Parkin says. “For example, using GPG encryption and sending the encrypted message as an attachment.”
He says that as a result, most business users won’t be affected by the level of data leakage here, unless they are in the habit of sending highly sensitive, and time sensitive, information through Microsoft 365.
“It’s sufficient to keep most expected threats at bay but wouldn’t be adequate versus a well-resourced state or state-sponsored threat actor,” he says. “High-value communications require highly secure cryptographic algorithms and protocols. In practice, the encryption[s] available in Office 365 are enough for most users.”
On the flip side, Parkin notes that people can come to rely on basic encryption keeping their information safe, and anything that gives a potential threat actor insight into that secure communication is problematic.
“Ideally, encrypted traffic shouldn’t reveal anything about the contents of the message beyond the sender and receiver information required to get it point to point,” he says.
Trending: Critical RCE Vulnerability Found in vm2 Sandbox Library Are u a security researcher? Or a company that writes articles or write ups about Cyber Security, Offensive Security (related to information security in general) that match with our specific audience and is worth sharing?
If you want to express your idea in an article contact us here for a quote: info@blackhatethicalhacking.com
Source: darkreading.com Source Link https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-6-300x150.png GitLab patches RCE bug in GitHub import functionOctober 14, 2022
Reading Time: 3 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-5-300x150.png New npm timing attack could lead to supply chain attacksOctober 13, 2022
Reading Time: 4 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-4-300x150.png Critical RCE Vulnerability Found in vm2 Sandbox LibraryOctober 12, 2022
Reading Time: 3 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-3-300x150.png Zimbra remote code execution vulnerability actively exploited in the wildOctober 11, 2022
Reading Time: 3 minutes
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/06/OffSec-Course.png Offensive Security & Ethical Hacking CourseBegin the learning curve of hacking now!
The post Microsoft 365 Message Encryption Can Leak Sensitive Info first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
is there any way to trick a VNC?
Specifically TightVNC. And by "trick" I mean is there any way to make the other person view a false-screen that does not display my actual screen?
submitted by /u/__Glimpse__
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
is there any way to trick a VNC?
Specifically TightVNC. And by "trick" I mean is there any way to make the other person view a false-screen that does not display my actual screen?
submitted by /u/__Glimpse__
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
is there any way to trick a VNC?
Specifically TightVNC. And by "trick" I mean is there any way to make the other person view a false-screen that does not display my actual screen?
hacking: security in practice
Is having read access to file structure and task manager on a terminal server considered good practice?
The terminal servers connect users to applications through a citrix interface. Pressing CTRL+F3 brings up task manager within the application, and allows for read access to the directory of any server you know the name of by simply running \\SERVERNAME within task manager, and also any service (cmd, regedit, powershell, explorer etc).
I haven't done anything to the system, besides restarting a few services that I know wouldn't cause any disruptance.
To clarify, the purpose of this post is to find out if I should notify the organization
Thanks
submitted by /u/Edgycunt62
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is having read access to file structure and task manager on a terminal server considered good practice?
The terminal servers connect users to applications through a citrix interface. Pressing CTRL+F3 brings up task manager within the application, and allows for read access to the directory of any server you know the name of by simply running \\SERVERNAME within task manager, and also any service (cmd, regedit, powershell, explorer etc).
I haven't done anything to the system, besides restarting a few services that I know wouldn't cause any disruptance.
To clarify, the purpose of this post is to find out if I should notify the organization
Thanks
submitted by /u/Edgycunt62
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is having read access to file structure and task manager on a...
The terminal servers connect users to applications through a citrix interface. Pressing CTRL+F3 brings up task manager within the application, and...
Hacking on Medium
Firstly build your Homelab for learning Cybersecurity
As promised, I am back with another new blog. If you haven’t read my first blog on medium, then check it out first to understand the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Firstly build your Homelab for learning Cybersecurity
As promised, I am back with another new blog. If you haven’t read my first blog on medium, then check it out first to understand the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Firstly build your Homelab for learning Cybersecurity
As promised, I am back with another new blog. If you haven’t read my first blog on medium, then check it out first to understand the…