Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The types and evolution of Malware
https://cdn-images-1.medium.com/max/2221/1*F63F7TkH14XkHEmJk63eJA.jpeg
welcome to my blog post, today I am going to illustrate about some malware types and the evolution of Ransomware briefly , thus are you…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
The types and evolution of Malware
https://cdn-images-1.medium.com/max/2221/1*F63F7TkH14XkHEmJk63eJA.jpeg
welcome to my blog post, today I am going to illustrate about some malware types and the evolution of Ransomware briefly , thus are you…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The types and evolution of Malware
Hey there,
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
DCG 201 Hybrid Meet Up — December 2021 — Bring Fourth HoHoCon!
https://cdn-images-1.medium.com/max/802/1*fWVCYXxl2DdSyG9EsQLufA.png
Date: December 17th, Friday
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
DCG 201 Hybrid Meet Up — December 2021 — Bring Fourth HoHoCon!
https://cdn-images-1.medium.com/max/802/1*fWVCYXxl2DdSyG9EsQLufA.png
Date: December 17th, Friday
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
C|EH Practical Review
https://cdn-images-1.medium.com/max/1280/1*WN-H9dvkvLRvmyJl2mCqCQ.jpeg
I passed the C|EH Practical exam a while ago and have earned myself the qualification/certification as a C|EH * (Practical, but it’s still…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
C|EH Practical Review
https://cdn-images-1.medium.com/max/1280/1*WN-H9dvkvLRvmyJl2mCqCQ.jpeg
I passed the C|EH Practical exam a while ago and have earned myself the qualification/certification as a C|EH * (Practical, but it’s still…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
C|EH Practical Review
I passed the C|EH Practical exam a while ago and have earned myself the qualification/certification as a C|EH * (Practical, but it’s still…
Degree choice if you had to start over...
https://www.reddit.com/r/Pentesting/comments/rhx6rf/degree_choice_if_you_had_to_start_over/
What degree would you guys go for if you had to start over? I work as a SOC analyst currently and working on my cyber security degree, but pentesting is my ultimate goal as i've been working on it for years now. I'm thinking about switching my degree over to software development as I feel learning to code would greatly enhance my abilities to do web application assessments, and as a pen tester in general. Would you guys do the same? (Knowing that degrees don't really matter so much, its just something on my bucket list I want to have) submitted by /u/supersillygoose17 (https://www.reddit.com/user/supersillygoose17)
[link] (https://www.reddit.com/r/Pentesting/comments/rhx6rf/degree_choice_if_you_had_to_start_over/) [comments] (https://www.reddit.com/r/Pentesting/comments/rhx6rf/degree_choice_if_you_had_to_start_over/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/rhx6rf/degree_choice_if_you_had_to_start_over/
What degree would you guys go for if you had to start over? I work as a SOC analyst currently and working on my cyber security degree, but pentesting is my ultimate goal as i've been working on it for years now. I'm thinking about switching my degree over to software development as I feel learning to code would greatly enhance my abilities to do web application assessments, and as a pen tester in general. Would you guys do the same? (Knowing that degrees don't really matter so much, its just something on my bucket list I want to have) submitted by /u/supersillygoose17 (https://www.reddit.com/user/supersillygoose17)
[link] (https://www.reddit.com/r/Pentesting/comments/rhx6rf/degree_choice_if_you_had_to_start_over/) [comments] (https://www.reddit.com/r/Pentesting/comments/rhx6rf/degree_choice_if_you_had_to_start_over/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Degree choice if you had to start over...
What degree would you guys go for if you had to start over? I work as a SOC analyst currently and working on my cyber security degree, but...
hacking: security in practice
What funny i can do with LAN network?
Hi, I'm currently making trolling tool for LAN network and i need ideas what i can add to my program. At this moment i have freezing function which kick out network for all computers. Can you send me whats more i can add? ( I don't want ideas which they do some harm.)
submitted by /u/whzg0d
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What funny i can do with LAN network?
Hi, I'm currently making trolling tool for LAN network and i need ideas what i can add to my program. At this moment i have freezing function which kick out network for all computers. Can you send me whats more i can add? ( I don't want ideas which they do some harm.)
submitted by /u/whzg0d
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What funny i can do with LAN network?
Hi, I'm currently making trolling tool for LAN network and i need ideas what i can add to my program. At this moment i have freezing function...
hacking: security in practice
How to view the source code of the .exe file, which I know for sure is a malicious file
So the thing is that I am kinda new to "Reverse Engineering," and I found a .exe file that I know for sure is malicious because I ran a sandbox on it. What I want to do next is to get access to its source code to understand how it works more profoundly, aka "Reverse Engineering." So far, I have tried the "Ghidra" to access the source code. But as you could tell already, I am pretty bad at Assembly language, so I couldn't understand a thing. The next thing I tried was to check it in the "IDA" free version. But to convert it from Assembly to C language, I need a Pro version which is pretty expensive. So, finally, the question is: Is there any way to open the source code of the .exe file in the C/C++ language so it would be convenient to understand the processes.
submitted by /u/rubenamizyan
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How to view the source code of the .exe file, which I know for sure is a malicious file
So the thing is that I am kinda new to "Reverse Engineering," and I found a .exe file that I know for sure is malicious because I ran a sandbox on it. What I want to do next is to get access to its source code to understand how it works more profoundly, aka "Reverse Engineering." So far, I have tried the "Ghidra" to access the source code. But as you could tell already, I am pretty bad at Assembly language, so I couldn't understand a thing. The next thing I tried was to check it in the "IDA" free version. But to convert it from Assembly to C language, I need a Pro version which is pretty expensive. So, finally, the question is: Is there any way to open the source code of the .exe file in the C/C++ language so it would be convenient to understand the processes.
submitted by /u/rubenamizyan
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to view the source code of the .exe file, which I know for...
So the thing is that I am kinda new to "Reverse Engineering," and I found a .exe file that I know for sure is malicious because I ran a sandbox on...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
A fully automated, accurate, and extensive scanner for finding log4j RCE CVE-2021-44228
https://external-preview.redd.it/SX94lobeFzOhNFvCJyIQh3dVK_PxfPbT5SXkHvUH85E.jpg?width=640&crop=smart&auto=webp&s=3265d3e480c294a4476d95833ec3c5a639edc056 submitted by /u/binaryfor
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
A fully automated, accurate, and extensive scanner for finding log4j RCE CVE-2021-44228
https://external-preview.redd.it/SX94lobeFzOhNFvCJyIQh3dVK_PxfPbT5SXkHvUH85E.jpg?width=640&crop=smart&auto=webp&s=3265d3e480c294a4476d95833ec3c5a639edc056 submitted by /u/binaryfor
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
A fully automated, accurate, and extensive scanner for finding...
Posted in r/hacking by u/binaryfor • 1 point and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
digital world.local: FALL Vulnhub Walkthrough
FALL (digitalworld.local: FALL) is a medium level machine created by Donavan for Vulnhub. This lab is appropriate for some experienced CTF players who wish to
The post digital world.local: FALL Vulnhub Walkthrough appeared first on Hacking Articles.
___________________________
@hacking_Attack
@Hacking_Video
digital world.local: FALL Vulnhub Walkthrough
FALL (digitalworld.local: FALL) is a medium level machine created by Donavan for Vulnhub. This lab is appropriate for some experienced CTF players who wish to
The post digital world.local: FALL Vulnhub Walkthrough appeared first on Hacking Articles.
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles
digital world.local: FALL Vulnhub Walkthrough
Local Fall VulnHub guide: Exploit web interface to gain shell access and escalate privileges via misconfigured sudo permissions.
SMB Negotiation Failure. What exactly does it mean and how can I fix it? I'm very new to using msfconsole and this has me stumped. I've followed YouTube videos and articles but they seem to have no issue at all.
https://www.reddit.com/r/Pentesting/comments/ri1uhm/smb_negotiation_failure_what_exactly_does_it_mean/
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/ri1uhm/smb_negotiation_failure_what_exactly_does_it_mean/
___________________________
@hacking_Attack
@Hacking_Video
reddit
SMB Negotiation Failure. What exactly does it mean and how can I...
Posted in r/Pentesting by u/Purpl3One • 1 point and 0 comments
submitted by /u/Purpl3One (https://www.reddit.com/user/Purpl3One)
[link] (https://i.redd.it/thmut0fjcz581.jpg) [comments] (https://www.reddit.com/r/Pentesting/comments/ri1uhm/smb_negotiation_failure_what_exactly_does_it_mean/)
___________________________
@hacking_Attack
@Hacking_Video
[link] (https://i.redd.it/thmut0fjcz581.jpg) [comments] (https://www.reddit.com/r/Pentesting/comments/ri1uhm/smb_negotiation_failure_what_exactly_does_it_mean/)
___________________________
@hacking_Attack
@Hacking_Video
Reddit
overview for Purpl3One
The u/Purpl3One community on Reddit. Reddit gives you the best of the internet in one place.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Phorpiex Botnet Variant Spread Across 96 Countries
A new variant dubbed "Twizt" has hijacked 969 transactions and stolen the equivalent of nearly $500,000 USD.
___________________________
@hacking_Attack
@Hacking_Video
Phorpiex Botnet Variant Spread Across 96 Countries
A new variant dubbed "Twizt" has hijacked 969 transactions and stolen the equivalent of nearly $500,000 USD.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Phorpiex Botnet Variant Spread Across 96 Countries
A new variant dubbed "Twizt" has hijacked 969 transactions and stolen the equivalent of nearly $500,000 USD.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
10 Tips To Avoid Being Hacked Online
https://cdn-images-1.medium.com/max/2600/0*e2R9jZ-1-ouFGm4B
Safety Should Always Come First!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
10 Tips To Avoid Being Hacked Online
https://cdn-images-1.medium.com/max/2600/0*e2R9jZ-1-ouFGm4B
Safety Should Always Come First!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
10 Tips To Avoid Being Hacked Online
Safety Should Always Come First!