Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
ARP Poisoning to become MITM and intercept traffic
https://external-preview.redd.it/pH0eLHUFRqkIgvxp3qN7TnSv6kcpfXNCUpofADjYkrU.jpg?width=320&crop=smart&auto=webp&s=a61ad037a423df4de05888655e847a1dd0392f6e submitted by /u/Bellagio_Sampler
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
ARP Poisoning to become MITM and intercept traffic
https://external-preview.redd.it/pH0eLHUFRqkIgvxp3qN7TnSv6kcpfXNCUpofADjYkrU.jpg?width=320&crop=smart&auto=webp&s=a61ad037a423df4de05888655e847a1dd0392f6e submitted by /u/Bellagio_Sampler
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
ARP Poisoning to become MITM and intercept traffic
Posted in r/hacking by u/Bellagio_Sampler • 1 point and 0 comments
How to Analyze Malicious Microsoft Office Files
https://www.reddit.com/r/redteamsec/comments/s6rjto/how_to_analyze_malicious_microsoft_office_files/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://www.intezer.com/blog/malware-analysis/analyze-malicious-microsoft-office-files/) [comments] (https://www.reddit.com/r/redteamsec/comments/s6rjto/how_to_analyze_malicious_microsoft_office_files/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/s6rjto/how_to_analyze_malicious_microsoft_office_files/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://www.intezer.com/blog/malware-analysis/analyze-malicious-microsoft-office-files/) [comments] (https://www.reddit.com/r/redteamsec/comments/s6rjto/how_to_analyze_malicious_microsoft_office_files/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to Analyze Malicious Microsoft Office Files
Posted in r/redteamsec by u/dmchell • 1 point and 0 comments
How I Escalated a Time-Based SQL Injection to RCE
Good day everyone! I hope all of you are doing well.
Read more...
Good day everyone! I hope all of you are doing well.
Read more...
Cross Site Port Attack in Wild
https://thehemdeep.medium.com/cross-site-port-attack-in-wild-9d2f6af36455?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://thehemdeep.medium.com/cross-site-port-attack-in-wild-9d2f6af36455?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cross Site Port Attack in Wild
Hello Hunter, Sorry for the delay of post and this is my first post in this year, I hope you’re all doing well and happy. So without…
Hello Hunter, Sorry for the delay of post and this is my first post in this year, I hope you’re all doing well and happy. So without…Continue reading on Medium » (https://thehemdeep.medium.com/cross-site-port-attack-in-wild-9d2f6af36455?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cross Site Port Attack in Wild
Hello Hunter, Sorry for the delay of post and this is my first post in this year, I hope you’re all doing well and happy. So without…
Cross Site Port Attack in Wild
Hello Hunter, Sorry for the delay of post and this is my first post in this year, I hope you’re all doing well and happy. So without…Continue reading on Medium »
Read more...
Hello Hunter, Sorry for the delay of post and this is my first post in this year, I hope you’re all doing well and happy. So without…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identity
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identityPost Views: 95 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 1 Minute
A vulnerability affecting the Safari browser can leak a user’s identity and their website history, researchers have warned.
The issue was introduced in Safari’s implementation of the IndexedDB API in its latest offering, version 15. IndexedDB is a browser API for client-side storage designed to hold significant amounts of data.
To prevent data leaks from cross-site scripting (XSS) attacks, IndexedDB follows the same-origin policy, controlling which resources can access each piece of data.
Same-origin policy restricts how documents or scripts loaded from one origin can interact with resources from other origins. It also prevents malicious script on one page from obtaining access to sensitive data on another web page.
A blog post from researchers at FingerprintJS who discovered the bug, have revealed that in Safari 15 on macOS, and in all browsers on iOS and iPadOS 15, the IndexedDB API is violating same-origin policy in the WebKit implementation, leading to users’ information being made accessible.
“It lets arbitrary websites learn what websites the user visits in different tabs or windows,” the blog post explains. “This is possible because database names are typically unique and website-specific.
See Also: Complete Offensive Security and Ethical Hacking Course ‘Precisely identified’“Moreover, we observed that in some cases, websites use unique user-specific identifiers in database names. This means that authenticated users can be uniquely and precisely identified.
“Some popular examples would be YouTube, Google Calendar, or Google Keep. All of these websites create databases that include the authenticated Google User ID and in case the user is logged into multiple accounts, databases are created for all these accounts.”
Not only can untrusted or malicious websites therefore potentially learn a user’s identity, this could also allow the linking together of multiple separate accounts used by the same user.
The researchers noted that these leaks do not require any specific user action. A tab or window that runs in the background and continually queries the IndexedDB API for available databases can learn what other websites a user visits in real-time, they explained.
Alternatively, websites can open any website in an iframe or popup window in order to trigger an IndexedDB-based leak for that specific site.
FingerprintJS claims that more than 30 of the Alexa Top 1000 sites use indexed databases directly on their homepage, potentially leaving them exposed to the bug, though they “expect the number to be significantly higher in real-world scenarios”.
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
See Also: Microsoft: New critical Windows HTTP vulnerability is wormable Fix incoming?A proof-of-concept can be found in FingerprintJS’ blog post. Apple has been made aware of the problem and, according to researchers, engineers confirmed they [...]
___________________________
@hacking_Attack
@Hacking_Video
Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identity
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identityPost Views: 95 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 1 Minute
A vulnerability affecting the Safari browser can leak a user’s identity and their website history, researchers have warned.
The issue was introduced in Safari’s implementation of the IndexedDB API in its latest offering, version 15. IndexedDB is a browser API for client-side storage designed to hold significant amounts of data.
To prevent data leaks from cross-site scripting (XSS) attacks, IndexedDB follows the same-origin policy, controlling which resources can access each piece of data.
Same-origin policy restricts how documents or scripts loaded from one origin can interact with resources from other origins. It also prevents malicious script on one page from obtaining access to sensitive data on another web page.
A blog post from researchers at FingerprintJS who discovered the bug, have revealed that in Safari 15 on macOS, and in all browsers on iOS and iPadOS 15, the IndexedDB API is violating same-origin policy in the WebKit implementation, leading to users’ information being made accessible.
“It lets arbitrary websites learn what websites the user visits in different tabs or windows,” the blog post explains. “This is possible because database names are typically unique and website-specific.
See Also: Complete Offensive Security and Ethical Hacking Course ‘Precisely identified’“Moreover, we observed that in some cases, websites use unique user-specific identifiers in database names. This means that authenticated users can be uniquely and precisely identified.
“Some popular examples would be YouTube, Google Calendar, or Google Keep. All of these websites create databases that include the authenticated Google User ID and in case the user is logged into multiple accounts, databases are created for all these accounts.”
Not only can untrusted or malicious websites therefore potentially learn a user’s identity, this could also allow the linking together of multiple separate accounts used by the same user.
The researchers noted that these leaks do not require any specific user action. A tab or window that runs in the background and continually queries the IndexedDB API for available databases can learn what other websites a user visits in real-time, they explained.
Alternatively, websites can open any website in an iframe or popup window in order to trigger an IndexedDB-based leak for that specific site.
FingerprintJS claims that more than 30 of the Alexa Top 1000 sites use indexed databases directly on their homepage, potentially leaving them exposed to the bug, though they “expect the number to be significantly higher in real-world scenarios”.
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
See Also: Microsoft: New critical Windows HTTP vulnerability is wormable Fix incoming?A proof-of-concept can be found in FingerprintJS’ blog post. Apple has been made aware of the problem and, according to researchers, engineers confirmed they [...]
___________________________
@hacking_Attack
@Hacking_Video
Black Hat Ethical Hacking
Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identity | Black Hat Ethical Hacking
A vulnerability affecting the Safari browser can leak a user’s identity and their website history, researchers have warned.
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identity https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Same-origin violation vulnerability in Safari…
had fixed the problem. However, FingerprintJS claims that the issue is still present.
In the meantime, users “can’t do much” to protect themselves against the vulnerability, explained the researchers.
Martin Bajanik, software engineer at FingerprintJS, told The Daily Swig: “The real-world impact is that websites visited using an impacted browser (all browsers on iOS 15 and iPadOS 15, as well as Safari 15 on MacOS) are able to access some of your browsing activity in different tabs or windows.
“We aren’t able to know which websites are taking advantage of this vulnerability, so until it is fixed, affected users” privacy may or may not be violated by the sites they visit.”
Bajanik added: “MacOS users can switch to a different browser in the meantime. iOS 15 and iPasOS 15 users do not have this option as all browsers are affected – their options are much more limited.
“They could block all JavaScript by default and only allow it on sites that are trusted, but this will result in an inconvenient browsing experience due to JavaScript’s ubiquity across the web.
See Also: Offensive Security Tool: Ivy “Hopefully, this vulnerability will be fixed shortly, at which point the best protection will be updating one’s OS once the issue is resolved.”
The Daily Swig has reached out to Apple to find out more about whether a proper fix is incoming.
See Also: Hacking stories – Rafael Núñez (aka RaFa), hacking NASA with the hacking group: World of Hell
Source: portswigger.net (Click Link)https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/Untitled-design.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/Qlocker-Ransomware-1-90x90.png Qlocker ransomware returns – targets QNAP NAS devices worldwide1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/https___specials-images.forbesimg.com_imageserve_61aff357a4c71fc225ab8ba7_0x0-90x90.jpg AWS fixes security flaws that exposed AWS customer data4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/image-apple-releases-15-2-1-update-for-ios-and-ipados-to-fix-bugs-164203308032302-90x90.jpg Apple fixes doorLock bug that can disable iPhones and iPads5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/0_Windows-headpic-90x90.jpg Microsoft: New critical Windows HTTP vulnerability is wormable6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/powerdir-exploit-microsoft-90x90.jpg Microsoft: powerdir bug gives access to protected macOS user data1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/using-npm-create-javascript-icon-libraries-90x90.png Dev corrupts NPM libs ‘colors’ and ‘faker’ breaking thousands of apps1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/ezgif.com-gif-maker-7-90x90.jpg Partially Unpatched VMware Bug Opens Door to Hypervisor Takeover2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/Apple-iPhone-13-Pro-90x90.png iOS malware can fake iPhone shut downs to snoop on camera, microphone2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/0358ad020c37-article-cache-poisoning-article-90x90.png Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/1200x0-90x90.jpg Apple iOS vulnerable to HomeKit ‘doorLock’ denial of service bug2 weeks ago
The post Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identity first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
In the meantime, users “can’t do much” to protect themselves against the vulnerability, explained the researchers.
Martin Bajanik, software engineer at FingerprintJS, told The Daily Swig: “The real-world impact is that websites visited using an impacted browser (all browsers on iOS 15 and iPadOS 15, as well as Safari 15 on MacOS) are able to access some of your browsing activity in different tabs or windows.
“We aren’t able to know which websites are taking advantage of this vulnerability, so until it is fixed, affected users” privacy may or may not be violated by the sites they visit.”
Bajanik added: “MacOS users can switch to a different browser in the meantime. iOS 15 and iPasOS 15 users do not have this option as all browsers are affected – their options are much more limited.
“They could block all JavaScript by default and only allow it on sites that are trusted, but this will result in an inconvenient browsing experience due to JavaScript’s ubiquity across the web.
See Also: Offensive Security Tool: Ivy “Hopefully, this vulnerability will be fixed shortly, at which point the best protection will be updating one’s OS once the issue is resolved.”
The Daily Swig has reached out to Apple to find out more about whether a proper fix is incoming.
See Also: Hacking stories – Rafael Núñez (aka RaFa), hacking NASA with the hacking group: World of Hell
Source: portswigger.net (Click Link)https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/Untitled-design.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/Qlocker-Ransomware-1-90x90.png Qlocker ransomware returns – targets QNAP NAS devices worldwide1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/https___specials-images.forbesimg.com_imageserve_61aff357a4c71fc225ab8ba7_0x0-90x90.jpg AWS fixes security flaws that exposed AWS customer data4 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/image-apple-releases-15-2-1-update-for-ios-and-ipados-to-fix-bugs-164203308032302-90x90.jpg Apple fixes doorLock bug that can disable iPhones and iPads5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/0_Windows-headpic-90x90.jpg Microsoft: New critical Windows HTTP vulnerability is wormable6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/powerdir-exploit-microsoft-90x90.jpg Microsoft: powerdir bug gives access to protected macOS user data1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/using-npm-create-javascript-icon-libraries-90x90.png Dev corrupts NPM libs ‘colors’ and ‘faker’ breaking thousands of apps1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/ezgif.com-gif-maker-7-90x90.jpg Partially Unpatched VMware Bug Opens Door to Hypervisor Takeover2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/Apple-iPhone-13-Pro-90x90.png iOS malware can fake iPhone shut downs to snoop on camera, microphone2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/0358ad020c37-article-cache-poisoning-article-90x90.png Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/1200x0-90x90.jpg Apple iOS vulnerable to HomeKit ‘doorLock’ denial of service bug2 weeks ago
The post Same-origin violation vulnerability in Safari 15 could leak a user’s website history and identity first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Security Explained: 5 Reasons IT Security is Paramount
https://cdn-images-1.medium.com/max/1110/1*TF-X1azyg07aV3zWa-zDLQ.jpeg
Taking the proper security precautions is integral to smooth business operations. We have listed 5 reasons why customers used our services.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Security Explained: 5 Reasons IT Security is Paramount
https://cdn-images-1.medium.com/max/1110/1*TF-X1azyg07aV3zWa-zDLQ.jpeg
Taking the proper security precautions is integral to smooth business operations. We have listed 5 reasons why customers used our services.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Security Explained: 5 Reasons IT Security is Paramount
Taking the proper security precautions is integral to smooth business operations. We have listed 5 reasons why customers used our services.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Update on the Suspicious Activity Incident on Crypto.com
https://cdn-images-1.medium.com/max/1200/1*0kisG4eAuksbetwO9NhfyA.png
Singapore, 18th January 2022 — Through our team’s preliminary analysis, we estimate that the alleged compromised assets from the recent…
Continue reading on Sentinel Protocol »
___________________________
@hacking_Attack
@Hacking_Video
Update on the Suspicious Activity Incident on Crypto.com
https://cdn-images-1.medium.com/max/1200/1*0kisG4eAuksbetwO9NhfyA.png
Singapore, 18th January 2022 — Through our team’s preliminary analysis, we estimate that the alleged compromised assets from the recent…
Continue reading on Sentinel Protocol »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Update on the Suspicious Activity Incident on Crypto.com
Singapore, 18th January 2022 — Through our team’s preliminary analysis, we estimate that the alleged compromised assets from the recent…
hacking: security in practice
Looking for a project/resources that tracks most exploited vulnerabilities
There are many resources that are build around vulnerabilities (NVD, vulnmon, vulndbd, attackerkb) but only few focus on exploitable CVE. Have you come across a good database that tracks exploitable CVEs (other than exploitdb, rapid7)
submitted by /u/bawlachora
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Looking for a project/resources that tracks most exploited vulnerabilities
There are many resources that are build around vulnerabilities (NVD, vulnmon, vulndbd, attackerkb) but only few focus on exploitable CVE. Have you come across a good database that tracks exploitable CVEs (other than exploitdb, rapid7)
submitted by /u/bawlachora
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Looking for a project/resources that tracks most exploited...
There are many resources that are build around vulnerabilities (NVD, vulnmon, vulndbd, attackerkb) but only few focus on exploitable CVE. Have you...
hacking: security in practice
Sites like z shadow
Hello guys. Is there any site like z shadow?
submitted by /u/TElemelons
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Sites like z shadow
Hello guys. Is there any site like z shadow?
submitted by /u/TElemelons
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Sites like z shadow
Hello guys. Is there any site like z shadow?
hacking: security in practice
XSS in 500 Internal Server Error HTTP Response?
When a site return 500 Internal Server Error with the whole headers in it including User-Agent
HTTP Response
Does this consider as a valid XSS finding? Burp Suite Pro says this is certain, however I did not get any popup though with this payload on web browser. All I get is bunch of error message with complete HTTP HEADERS at the bottow of the browser.
submitted by /u/w0lfcat
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
XSS in 500 Internal Server Error HTTP Response?
When a site return 500 Internal Server Error with the whole headers in it including User-Agent
HTTP Response
HEADERS ======= ... User-Agent: Mozilla ... Does this consider as a valid XSS finding? Burp Suite Pro says this is certain, however I did not get any popup though with this payload on web browser. All I get is bunch of error message with complete HTTP HEADERS at the bottow of the browser.
submitted by /u/w0lfcat
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
XSS in 500 Internal Server Error HTTP Response?
When a site return 500 Internal Server Error with the whole headers in it including User-Agent HTTP Response HEADERS ======= ... ...
XSS in 500 Internal Server Error HTTP Response?
https://www.reddit.com/r/Pentesting/comments/s6uq9w/xss_in_500_internal_server_error_http_response/
When a site return 500 Internal Server Error with the whole headers in it including User-Agent HTTP Response HEADERS ======= ... User-Agent: Mozilla 1 ... Does this consider as a valid XSS finding? Burp Suite Pro says this is certain, however I did not get any popup though with this payload on web browser. All I get is bunch of error message with complete HTTP HEADERS at the bottow of the browser. submitted by /u/w0lfcat (https://www.reddit.com/user/w0lfcat)
[link] (https://www.reddit.com/r/Pentesting/comments/s6uq9w/xss_in_500_internal_server_error_http_response/) [comments] (https://www.reddit.com/r/Pentesting/comments/s6uq9w/xss_in_500_internal_server_error_http_response/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/s6uq9w/xss_in_500_internal_server_error_http_response/
When a site return 500 Internal Server Error with the whole headers in it including User-Agent HTTP Response HEADERS ======= ... User-Agent: Mozilla 1 ... Does this consider as a valid XSS finding? Burp Suite Pro says this is certain, however I did not get any popup though with this payload on web browser. All I get is bunch of error message with complete HTTP HEADERS at the bottow of the browser. submitted by /u/w0lfcat (https://www.reddit.com/user/w0lfcat)
[link] (https://www.reddit.com/r/Pentesting/comments/s6uq9w/xss_in_500_internal_server_error_http_response/) [comments] (https://www.reddit.com/r/Pentesting/comments/s6uq9w/xss_in_500_internal_server_error_http_response/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
XSS in 500 Internal Server Error HTTP Response?
When a site return 500 Internal Server Error with the whole headers in it including User-Agent HTTP Response HEADERS ======= ... ...
Driftwood - Private Key Usage Verification
http://www.kitploit.com/2022/01/driftwood-private-key-usage-verification.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/01/driftwood-private-key-usage-verification.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Driftwood - Private Key Usage Verification