How was this .bin file made and compiled?
https://www.reddit.com/r/Pentesting/comments/rwiv2l/how_was_this_bin_file_made_and_compiled/
Does anyone know the source and compilation method of the with-given .bin files (shellcodes) in the Red Team Operator Malware Dev Essentials course by sektor7? in case you dont know it, i uploaded the bin here (https://gofile.io/d/aqERUF) The thing about these files is that these are the only one working with the provided script of the course (and also any other loader i built from other ressources in cpp). SO i want to figure out how these shellcodes were compiled and made to also figure out why only them work with the loader. submitted by /u/janameyers2002 (https://www.reddit.com/user/janameyers2002)
[link] (https://www.reddit.com/r/Pentesting/comments/rwiv2l/how_was_this_bin_file_made_and_compiled/) [comments] (https://www.reddit.com/r/Pentesting/comments/rwiv2l/how_was_this_bin_file_made_and_compiled/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/rwiv2l/how_was_this_bin_file_made_and_compiled/
Does anyone know the source and compilation method of the with-given .bin files (shellcodes) in the Red Team Operator Malware Dev Essentials course by sektor7? in case you dont know it, i uploaded the bin here (https://gofile.io/d/aqERUF) The thing about these files is that these are the only one working with the provided script of the course (and also any other loader i built from other ressources in cpp). SO i want to figure out how these shellcodes were compiled and made to also figure out why only them work with the loader. submitted by /u/janameyers2002 (https://www.reddit.com/user/janameyers2002)
[link] (https://www.reddit.com/r/Pentesting/comments/rwiv2l/how_was_this_bin_file_made_and_compiled/) [comments] (https://www.reddit.com/r/Pentesting/comments/rwiv2l/how_was_this_bin_file_made_and_compiled/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
How was this .bin file made and compiled?
Does anyone know the source and compilation method of the with-given .bin files (shellcodes) in the Red Team Operator Malware Dev Essentials...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewardsPost Views: 140 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 1 Minute
Despite being a known and well-documented vulnerability, web cache poisoning continues to crop up around the web.
In extensive research of many websites, including some high-traffic online services, security researcher Iustin Ladunca (Youstin) recently discovered 70 cache poisoning vulnerabilities with various impacts.
Web cache poisoning attacks target the intermediate storage points between web servers and client devices, such as point-of-presence servers, proxies, and load balancers.
These intermediaries help improve the performance of websites by storing local versions of web content to speed up their delivery to web clients.
Web cache poisoning attacks manipulate the behavior of cache servers and how they respond to specific URL requests by clients.
See Also: Complete Offensive Security and Ethical Hacking Course DoS and XSS“I started researching web cache poisoning back in November 2020, shortly after reading James Kettle’s extensive research on the topic,” Ladunca told The Daily Swig.
“Only a few weeks in, I discovered two novel cache poisoning vulnerabilities, which made me realize just how wide the attack surface for cache poisoning is.”
In a write-up on his blog, ladunca has detailed how he discovered and reported the web cache vulnerabilities, which included Apache Traffic Server, GitHub, GitLab, HackerOne, and Cloudflare, among other servers.
“A common pattern was caching servers configured to only cache static files, meaning attacks were limited to static files only,” ladunca said. “Even so, there still was significant impact, since modern websites rely heavily on JS [JavaScript] and CSS {cascading style sheets] and taking those files down would really affect application availability.”
See Also: Hackers start pushing malware in worldwide Log4Shell attacks
Several of the web cache vulnerabilities resulted in denial of service (DoS) attacks. Cache servers use some headers as keys to store and retrieve URL requests. By using invalid values in unkeyed headers, ladunca was able to force the servers to cache error responses and later serve them instead of the original content, which made the target webpages inaccessible to clients.
“In terms of techniques used, by far the most common one was CP-DoS through unkeyed headers, which probably accounted for 80% of [the] total findings,” Ladunca said.
Other web cache poisoning vulnerabilities could lead to cross-site scripting (XSS) attacks. For example, one vulnerability could force the cache server to forward JavaScript file requests to an attacker-controlled address. In another case, ladunca was able to redirect a cache request from one host to another that was vulnerable to DOM-based XSS attacks.
See Also: Offensive Security Tool: Spray365 Lessons learnedLadunca was awarded a total of around $40,000 in bug bounty for the 70 web cache vulnerabilities he discovered. But he also took away important lessons about securing web cache servers.
“I would say a good way to secure CDNs from cache poisoning attacks would be disabling caching for error status codes, a mitigation which should stop a large part of CP-DoS attacks,” he said.
The researcher also recommended using P[...]
___________________________
@hacking_Attack
@Hacking_Video
Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewardsPost Views: 140 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 1 Minute
Despite being a known and well-documented vulnerability, web cache poisoning continues to crop up around the web.
In extensive research of many websites, including some high-traffic online services, security researcher Iustin Ladunca (Youstin) recently discovered 70 cache poisoning vulnerabilities with various impacts.
Web cache poisoning attacks target the intermediate storage points between web servers and client devices, such as point-of-presence servers, proxies, and load balancers.
These intermediaries help improve the performance of websites by storing local versions of web content to speed up their delivery to web clients.
Web cache poisoning attacks manipulate the behavior of cache servers and how they respond to specific URL requests by clients.
See Also: Complete Offensive Security and Ethical Hacking Course DoS and XSS“I started researching web cache poisoning back in November 2020, shortly after reading James Kettle’s extensive research on the topic,” Ladunca told The Daily Swig.
“Only a few weeks in, I discovered two novel cache poisoning vulnerabilities, which made me realize just how wide the attack surface for cache poisoning is.”
In a write-up on his blog, ladunca has detailed how he discovered and reported the web cache vulnerabilities, which included Apache Traffic Server, GitHub, GitLab, HackerOne, and Cloudflare, among other servers.
“A common pattern was caching servers configured to only cache static files, meaning attacks were limited to static files only,” ladunca said. “Even so, there still was significant impact, since modern websites rely heavily on JS [JavaScript] and CSS {cascading style sheets] and taking those files down would really affect application availability.”
See Also: Hackers start pushing malware in worldwide Log4Shell attacks
Several of the web cache vulnerabilities resulted in denial of service (DoS) attacks. Cache servers use some headers as keys to store and retrieve URL requests. By using invalid values in unkeyed headers, ladunca was able to force the servers to cache error responses and later serve them instead of the original content, which made the target webpages inaccessible to clients.
“In terms of techniques used, by far the most common one was CP-DoS through unkeyed headers, which probably accounted for 80% of [the] total findings,” Ladunca said.
Other web cache poisoning vulnerabilities could lead to cross-site scripting (XSS) attacks. For example, one vulnerability could force the cache server to forward JavaScript file requests to an attacker-controlled address. In another case, ladunca was able to redirect a cache request from one host to another that was vulnerable to DOM-based XSS attacks.
See Also: Offensive Security Tool: Spray365 Lessons learnedLadunca was awarded a total of around $40,000 in bug bounty for the 70 web cache vulnerabilities he discovered. But he also took away important lessons about securing web cache servers.
“I would say a good way to secure CDNs from cache poisoning attacks would be disabling caching for error status codes, a mitigation which should stop a large part of CP-DoS attacks,” he said.
The researcher also recommended using P[...]
___________________________
@hacking_Attack
@Hacking_Video
Black Hat Ethical Hacking
Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards | Black Hat Ethical Hacking
Despite being a known and well-documented vulnerability, web cache poisoning continues to crop up around the web.
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Researcher discovers 70 web cache poisoning vulnerabilities…
ortSwigger’s Param Miner, an open source tool that can identify hidden, unlinked parameters. Running Param Miner against web applications can help detect unkeyed headers that can be used for web cache poisoning.
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/1200x0-90x90.jpg Apple iOS vulnerable to HomeKit ‘doorLock’ denial of service bug1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/exchange-90x90.png Microsoft releases emergency fix for Exchange – 2022 bug2 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/maxresdefault-90x90.jpg Have I Been Pwned adds 441K accounts stolen by RedLine malware5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/1229111902.0-90x90.jpg T-Mobile says new data breach caused by SIM swap attacks6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/feature-log4j-blue-90x90.png Log4j 2.17.1 out now, fixes new remote code execution bug7 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/qnap-logo-white-90x90.jpg QNAP NAS devices hit in surge of ech0raix ransomware attacks1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/shutterstock_495927541-90x90.jpg Wireless coexistence – New attack technique exploits Bluetooth, WiFi performance features1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/apple-store-tower-90x90.jpg Apple fixes macOS security flaw behind Gatekeeper bypass2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/5157-article-201208-ms-team_body_text-90x90.jpg Microsoft Teams bug allowing phishing unpatched since March2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/ezgif.com-gif-maker-6-90x90.jpg 800K WordPress sites still impacted by critical SEO plugin flaw2 weeks ago
The post Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
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/1200x0-90x90.jpg Apple iOS vulnerable to HomeKit ‘doorLock’ denial of service bug1 day ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/01/exchange-90x90.png Microsoft releases emergency fix for Exchange – 2022 bug2 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/maxresdefault-90x90.jpg Have I Been Pwned adds 441K accounts stolen by RedLine malware5 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/1229111902.0-90x90.jpg T-Mobile says new data breach caused by SIM swap attacks6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/feature-log4j-blue-90x90.png Log4j 2.17.1 out now, fixes new remote code execution bug7 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/qnap-logo-white-90x90.jpg QNAP NAS devices hit in surge of ech0raix ransomware attacks1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/shutterstock_495927541-90x90.jpg Wireless coexistence – New attack technique exploits Bluetooth, WiFi performance features1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/apple-store-tower-90x90.jpg Apple fixes macOS security flaw behind Gatekeeper bypass2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/5157-article-201208-ms-team_body_text-90x90.jpg Microsoft Teams bug allowing phishing unpatched since March2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/12/ezgif.com-gif-maker-6-90x90.jpg 800K WordPress sites still impacted by critical SEO plugin flaw2 weeks ago
The post Researcher discovers 70 web cache poisoning vulnerabilities, nets $40k in bug bounty rewards first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Top 5 Incident Response Courses/Certifications
I started doing a little research a few weeks ago, looking at the best courses in the market for Penetration Testing, Incident Response and Threat Intelligence. I've been asking people across Reddit and other forums for their input.
Not going to lie, it's been a little bit harder than I first thought and I've had to change my expectations somewhat. Firstly, my top 10 as far as Incident Response goes is now top 5 and secondly I've had to include examination syllabus's too.
1. FOR508 by SANS (Course + Exam)
2. CRIA by CREST (Exam)
3. eCIR by eLearn Security (Exam)
4. BTL1 by Security Blue Team (Course + Exam)
5. BTL2 by Security Blue Team (Course + Exam)
As with my previous post, I do not work for any of these companies and I actively encourage people to do their own research and undertake as much free training as possible too!
The Security Blue Team fans have been pretty vocal about the training on offer, though I personally have not undertaken any of their training... so it would be interesting to hear your thoughts about their courses.
Would you add any other courses/certs to this list?
r/cybersecuritytraining
submitted by /u/MoaningKnight
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Top 5 Incident Response Courses/Certifications
I started doing a little research a few weeks ago, looking at the best courses in the market for Penetration Testing, Incident Response and Threat Intelligence. I've been asking people across Reddit and other forums for their input.
Not going to lie, it's been a little bit harder than I first thought and I've had to change my expectations somewhat. Firstly, my top 10 as far as Incident Response goes is now top 5 and secondly I've had to include examination syllabus's too.
1. FOR508 by SANS (Course + Exam)
2. CRIA by CREST (Exam)
3. eCIR by eLearn Security (Exam)
4. BTL1 by Security Blue Team (Course + Exam)
5. BTL2 by Security Blue Team (Course + Exam)
As with my previous post, I do not work for any of these companies and I actively encourage people to do their own research and undertake as much free training as possible too!
The Security Blue Team fans have been pretty vocal about the training on offer, though I personally have not undertaken any of their training... so it would be interesting to hear your thoughts about their courses.
Would you add any other courses/certs to this list?
r/cybersecuritytraining
submitted by /u/MoaningKnight
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Top 5 Incident Response Courses/Certifications
I started doing a little research a few weeks ago, looking at the best courses in the market for Penetration Testing, Incident Response and Threat...
How I was able to spoof any Instagram username on Instagram shop
Summary: i discovered that i can spoof any Instagram username on Instagram shop, with this bug scammers can trick people into thinking…Continue reading on Medium »
Read more...
Summary: i discovered that i can spoof any Instagram username on Instagram shop, with this bug scammers can trick people into thinking…Continue reading on Medium »
Read more...
How I was able to spoof any Instagram username on Instagram shop
https://medium.com/@nvmeeet/how-i-was-able-to-spoof-any-instagram-username-on-instagram-shop-b4d6abdb474a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@nvmeeet/how-i-was-able-to-spoof-any-instagram-username-on-instagram-shop-b4d6abdb474a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How I was able to spoof any Instagram username on Instagram shop
Summary: i discovered that i can spoof any Instagram username on Instagram shop, with this bug scammers can trick people into thinking they…
Summary: i discovered that i can spoof any Instagram username on Instagram shop, with this bug scammers can trick people into thinking…Continue reading on Medium » (https://medium.com/@nvmeeet/how-i-was-able-to-spoof-any-instagram-username-on-instagram-shop-b4d6abdb474a?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
How I was able to spoof any Instagram username on Instagram shop
Summary: i discovered that i can spoof any Instagram username on Instagram shop, with this bug scammers can trick people into thinking they…
Which protocols allow authentication with AD passwords?
https://www.reddit.com/r/redteamsec/comments/rwkrnl/which_protocols_allow_authentication_with_ad/
SMB - 445. WINRM - 5985/6. RDP - 3389. WMI - 135/9. RPC - 5001. Ldap - 389 What more? submitted by /u/henadar (https://www.reddit.com/user/henadar)
[link] (https://www.reddit.com/r/redteamsec/comments/rwkrnl/which_protocols_allow_authentication_with_ad/) [comments] (https://www.reddit.com/r/redteamsec/comments/rwkrnl/which_protocols_allow_authentication_with_ad/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/rwkrnl/which_protocols_allow_authentication_with_ad/
SMB - 445. WINRM - 5985/6. RDP - 3389. WMI - 135/9. RPC - 5001. Ldap - 389 What more? submitted by /u/henadar (https://www.reddit.com/user/henadar)
[link] (https://www.reddit.com/r/redteamsec/comments/rwkrnl/which_protocols_allow_authentication_with_ad/) [comments] (https://www.reddit.com/r/redteamsec/comments/rwkrnl/which_protocols_allow_authentication_with_ad/)
___________________________
@hacking_Attack
@Hacking_Video
Reddit
r/redteamsec on Reddit: Which protocols allow authentication with AD passwords?
Posted by u/henadar - 1 vote and 4 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Faut-il cacher sa webcam ?
https://cdn-images-1.medium.com/max/600/1*CtuGbgNSReepJRBl_qt9Cg.jpeg
À l’heure où nous utilisons de façon massive les applications de visioconférence, nous voyons de plus en plus de personnes qui cachent…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Faut-il cacher sa webcam ?
https://cdn-images-1.medium.com/max/600/1*CtuGbgNSReepJRBl_qt9Cg.jpeg
À l’heure où nous utilisons de façon massive les applications de visioconférence, nous voyons de plus en plus de personnes qui cachent…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Faut-il cacher sa webcam ?
À l’heure où nous utilisons de façon massive les applications de visioconférence, nous voyons de plus en plus de personnes qui cachent…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cybersickness Is Real, But So Is Relief
https://cdn-images-1.medium.com/max/2600/1*b836Bzql6fD9G3tIaj1xMw.jpeg
The arrival of the COVID-19 pandemic has forced people to live most of their lives, including work, entertainment, and personal…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Cybersickness Is Real, But So Is Relief
https://cdn-images-1.medium.com/max/2600/1*b836Bzql6fD9G3tIaj1xMw.jpeg
The arrival of the COVID-19 pandemic has forced people to live most of their lives, including work, entertainment, and personal…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cybersickness Is Real, But So Is Relief
The arrival of the COVID-19 pandemic has forced people to live most of their lives, including work, entertainment, and personal…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Keeping Your Personal Data Out of the Wrong Hands
https://cdn-images-1.medium.com/max/2600/1*a2uL-HeAWkG_83afBBSrEA.jpeg
If you ever go online, either from a desktop, laptop, tablet, or mobile phone, your data is being tracked. Thanks to cell phone towers…
Continue reading on DataDrivenInvestor »
___________________________
@hacking_Attack
@Hacking_Video
Keeping Your Personal Data Out of the Wrong Hands
https://cdn-images-1.medium.com/max/2600/1*a2uL-HeAWkG_83afBBSrEA.jpeg
If you ever go online, either from a desktop, laptop, tablet, or mobile phone, your data is being tracked. Thanks to cell phone towers…
Continue reading on DataDrivenInvestor »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Keeping Your Personal Data Out of the Wrong Hands
If you ever go online, either from a desktop, laptop, tablet, or mobile phone, your data is being tracked. Thanks to cell phone towers…
hacking: security in practice
I'm struggling to find an old link generator website.
So, there was a website where you can create a bunch of login links but they are actually malicious and sending your login details to the person that created the link; the website just came to my mind for no reason today and I noticed that can't remember its name.
If I remember it wrong, the website's symbol was an anonymous mask; there were literally fake links for every website, and I don't remember any more specific details; can anyone help me with finding the website?
submitted by /u/HyperHyoko
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
I'm struggling to find an old link generator website.
So, there was a website where you can create a bunch of login links but they are actually malicious and sending your login details to the person that created the link; the website just came to my mind for no reason today and I noticed that can't remember its name.
If I remember it wrong, the website's symbol was an anonymous mask; there were literally fake links for every website, and I don't remember any more specific details; can anyone help me with finding the website?
submitted by /u/HyperHyoko
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
I'm struggling to find an old link generator website.
So, there was a website where you can create a bunch of login links but they are actually malicious and sending your login details to the person...
hacking: security in practice
If all of your home devices were hacked. How would you go about cleaning and securing everything? I am not a Hacker, but interested in the subject.
Thanks :D
submitted by /u/I_Axel_Phoenix
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
If all of your home devices were hacked. How would you go about cleaning and securing everything? I am not a Hacker, but interested in the subject.
Thanks :D
submitted by /u/I_Axel_Phoenix
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
If all of your home devices were hacked. How would you go about...
Thanks :D
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Autopsy usage and analysis of artifacts
https://external-preview.redd.it/ZBixBiGKrCNiW5M-P4ai0zrNRL4xjki-3ODRnbYEei0.jpg?width=320&crop=smart&auto=webp&s=66f3ea810e51be71ecddb70f6a78069177eed449 submitted by /u/the_simp_lust_man
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Autopsy usage and analysis of artifacts
https://external-preview.redd.it/ZBixBiGKrCNiW5M-P4ai0zrNRL4xjki-3ODRnbYEei0.jpg?width=320&crop=smart&auto=webp&s=66f3ea810e51be71ecddb70f6a78069177eed449 submitted by /u/the_simp_lust_man
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Autopsy usage and analysis of artifacts
Posted in r/hacking by u/the_simp_lust_man • 1 point and 0 comments