Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Learn all about the first cyberattack in history
https://cdn-images-1.medium.com/max/1900/1*JNK8GSenGCMLagPMV4u2-g.jpeg
Today we are witnessing a multitude of cyber attacks , but what about the first one? Here you will find the first online attack and its…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Learn all about the first cyberattack in history
https://cdn-images-1.medium.com/max/1900/1*JNK8GSenGCMLagPMV4u2-g.jpeg
Today we are witnessing a multitude of cyber attacks , but what about the first one? Here you will find the first online attack and its…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Learn all about the first cyberattack in history
Today we are witnessing a multitude of cyber attacks , but what about the first one? Here you will find the first online attack and its…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Log4j & Maryland Health Agency Attack
https://cdn-images-1.medium.com/max/1478/1*uREF7iKOMjAVtyK_k9o0xA.png
Greetings, readers! Here at HUB Security’s weekly digest, we share the cardinal cyber security stories from the prior week. Not only do we…
Continue reading on HUB Security »
___________________________
@hacking_Attack
@Hacking_Video
Log4j & Maryland Health Agency Attack
https://cdn-images-1.medium.com/max/1478/1*uREF7iKOMjAVtyK_k9o0xA.png
Greetings, readers! Here at HUB Security’s weekly digest, we share the cardinal cyber security stories from the prior week. Not only do we…
Continue reading on HUB Security »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Log4j & The Maryland Health Agency Attack 🏥
Greetings, readers! Here at HUB Security’s weekly digest, we share the cardinal cyber security stories from the prior week. Not only do we…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Log4j zero-day vulnerability : Exploitation, Detection & Mitigation
https://cdn-images-1.medium.com/max/2600/0*ZDFi1CKZsqy_AR_8
CVE-2021-44228 : Log4Shell/Log4Jam
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Log4j zero-day vulnerability : Exploitation, Detection & Mitigation
https://cdn-images-1.medium.com/max/2600/0*ZDFi1CKZsqy_AR_8
CVE-2021-44228 : Log4Shell/Log4Jam
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Log4j zero-day vulnerability : Exploitation, Detection & Mitigation
CVE-2021-44228 : Log4Shell/Log4Jam
Leaked Database of CGG Website: GOVT- BUG (CRITICAL)
https://krishnadevpmelevila.medium.com/leaked-database-of-cgg-website-govt-bug-critical-c0c4a418768b?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://krishnadevpmelevila.medium.com/leaked-database-of-cgg-website-govt-bug-critical-c0c4a418768b?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Leaked Database of CGG Website: GOVT- BUG (CRITICAL)
Hey guyz, It's me again Krishnadev P Melevila, Those who don’t know me, as usual, Search my Full Name on Google.
Hey guyz, It's me again Krishnadev P Melevila, Those who don’t know me, as usual, Search my Full Name on Google.Continue reading on Medium » (https://krishnadevpmelevila.medium.com/leaked-database-of-cgg-website-govt-bug-critical-c0c4a418768b?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Leaked Database of CGG Website: GOVT- BUG (CRITICAL)
Hey guyz, It's me again Krishnadev P Melevila, Those who don’t know me, as usual, Search my Full Name on Google.
1.site
site:medium.com
Limits the search to a specific site only.Continue reading on Medium » (https://mirabbasagalarov.medium.com/google-dork-operators-d918a8df411e?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
site:medium.com
Limits the search to a specific site only.Continue reading on Medium » (https://mirabbasagalarov.medium.com/google-dork-operators-d918a8df411e?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
Medium
Google Dork Operators
1.site site:medium.com Limits the search to a specific site only.
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
A TL;DR technical explanation of the log4j vulnerability
https://external-preview.redd.it/Btph6VV6rwBvtWt-DSa8io4TtG46hhx3meJHQIfQiTk.jpg?width=108&crop=smart&auto=webp&s=05a46ef555eee9a3def8a9e6863d97526bb87e0e submitted by /u/sn1pr0s
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
A TL;DR technical explanation of the log4j vulnerability
https://external-preview.redd.it/Btph6VV6rwBvtWt-DSa8io4TtG46hhx3meJHQIfQiTk.jpg?width=108&crop=smart&auto=webp&s=05a46ef555eee9a3def8a9e6863d97526bb87e0e submitted by /u/sn1pr0s
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
A TL;DR technical explanation of the log4j vulnerability
Posted in r/hacking by u/sn1pr0s • 1 point and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Cross-platform TCP reverse shell written in Rust
Hey /r/hacking!
I'd like to share with you a repo that I recent made that serves as a collection of offensive security tools that I'll be writing - remote code oxidation. The first (and currently only) tool in there is a reverse TCP shell that can be compiled for either Linux or Windows targets, and can be easily configured to call back to any IP address / port of your choosing.
The Linux implementation was pretty easy and basically just uses features of the Rust standard library. The Windows part was much more involved; since the Rust standard library couldn't achieve what I needed it to (or at least I couldn't figure out how to, I'm new to Rust), I made heavy use of the Win32 API crate that Microsoft developed.
Anyways, I'd love feedback on the first tool as I plan out what I'll build next!
Happy hacking
submitted by /u/KmancXC
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Cross-platform TCP reverse shell written in Rust
Hey /r/hacking!
I'd like to share with you a repo that I recent made that serves as a collection of offensive security tools that I'll be writing - remote code oxidation. The first (and currently only) tool in there is a reverse TCP shell that can be compiled for either Linux or Windows targets, and can be easily configured to call back to any IP address / port of your choosing.
The Linux implementation was pretty easy and basically just uses features of the Rust standard library. The Windows part was much more involved; since the Rust standard library couldn't achieve what I needed it to (or at least I couldn't figure out how to, I'm new to Rust), I made heavy use of the Win32 API crate that Microsoft developed.
Anyways, I'd love feedback on the first tool as I plan out what I'll build next!
Happy hacking
submitted by /u/KmancXC
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Cross-platform TCP reverse shell written in Rust
Hey /r/hacking! I'd like to share with you a repo that I recent made that serves as a collection of offensive security tools that I'll be...
Accidentally Finded takes me to Honorable Mention in Google
Hello everyone hope all are safe and doing good. I am Vasanth from Madurai,Tamilnadu currently i am pursing Master Of Computer Application…Continue reading on Medium »
Read more...
Hello everyone hope all are safe and doing good. I am Vasanth from Madurai,Tamilnadu currently i am pursing Master Of Computer Application…Continue reading on Medium »
Read more...
The ‘U Up?’ Files With samczsun
Few names strike more fear into the hearts of blackhats than samczsun, known as perhaps the most prolific whitehat in DeFi security…Continue reading on Immunefi »
Read more...
Few names strike more fear into the hearts of blackhats than samczsun, known as perhaps the most prolific whitehat in DeFi security…Continue reading on Immunefi »
Read more...