Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cyber security doesn’t matter
https://cdn-images-1.medium.com/max/1282/1*KzZB_Gm5O8qjWHL_dsfgOg.jpeg
Yes, when you establish a company or any business, this investment, so-called “cyber security” is a total financial loss without any doubt…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Cyber security doesn’t matter
https://cdn-images-1.medium.com/max/1282/1*KzZB_Gm5O8qjWHL_dsfgOg.jpeg
Yes, when you establish a company or any business, this investment, so-called “cyber security” is a total financial loss without any doubt…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cyber security doesn’t matter
Yes, when you establish a company or any business, this investment, so-called “cyber security” is a total financial loss without any doubt…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Secure your computing today with #Linux #Cybersecurity #Datasecurity
This paper is written in the light of a spike in hactivities around the world.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Secure your computing today with #Linux #Cybersecurity #Datasecurity
This paper is written in the light of a spike in hactivities around the world.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Secure your computing today with #Linux #Cybersecurity #Datasecurity
This paper is written in the light of a spike in hactivities around the world. I’m not a professional, just a hobbyist. First I want to say…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Sunset: dawn Vulnhub Walkthrough
https://cdn-images-1.medium.com/max/1419/0*b0ep3RLrM8RwigDt.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Sunset: dawn Vulnhub Walkthrough
https://cdn-images-1.medium.com/max/1419/0*b0ep3RLrM8RwigDt.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Sunset: dawn Vulnhub Walkthrough
Makineyi indirebilirsiniz.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How To Stop Attackers Hacking Your Facebook Account
How do you protect yourself from cybercriminals hacking your Facebook profile? Here’s what you need to remember.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How To Stop Attackers Hacking Your Facebook Account
How do you protect yourself from cybercriminals hacking your Facebook profile? Here’s what you need to remember.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How To Stop Attackers Hacking Your Facebook Account
How do you protect yourself from cybercriminals hacking your Facebook profile? Here’s what you need to remember.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Getting a foothold: An attack plan
https://cdn-images-1.medium.com/max/989/0*43Yv1aboidE2V-hU
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Getting a foothold: An attack plan
https://cdn-images-1.medium.com/max/989/0*43Yv1aboidE2V-hU
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Getting a foothold: An attack plan
Introduction
hacking: security in practice
Do Email-Worms still a threat? And do they still capable of sending emails through Outlook?
I know that you can easily be infected with an Email-Worms just by launching an attachment, but are they still relevant?
I'm asking this because one of my friend's Outlook account is sending spam email to no one and a lot of it, so I want to know if that is a hacker or an Email-Worm.
submitted by /u/AskingNeedlessly
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Do Email-Worms still a threat? And do they still capable of sending emails through Outlook?
I know that you can easily be infected with an Email-Worms just by launching an attachment, but are they still relevant?
I'm asking this because one of my friend's Outlook account is sending spam email to no one and a lot of it, so I want to know if that is a hacker or an Email-Worm.
submitted by /u/AskingNeedlessly
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Do Email-Worms still a threat? And do they still capable of...
I know that you can easily be infected with an Email-Worms just by launching an attachment, but are they still relevant? I'm asking this because...
hacking: security in practice
How can one detect a handshake capture if the attacker used de- authentication method?
To my knowledge it is possible to detect a handshake capture only if they used de-authentication. But how can i detect it?
submitted by /u/guykehat
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How can one detect a handshake capture if the attacker used de- authentication method?
To my knowledge it is possible to detect a handshake capture only if they used de-authentication. But how can i detect it?
submitted by /u/guykehat
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How can one detect a handshake capture if the attacker used de-...
To my knowledge it is possible to detect a handshake capture only if they used de-authentication. But how can i detect it?
hacking: security in practice
Buffer Overflow - pass null bytes
Hello, I am working on a buffer overflow challenge, where I need to turn a given variable from 0 to 1. I can overflow and also point the variable to some memory I control.
The variable is part of a struct, which I recreate in the memory I control and point the software to it. I need it to be 1, so 0x00000001. When piping from python that is \x00\x00\x00\x01.
The issue seems to be that bash ignores the null byes: /bin/bash: warning: command substitution: ignored null byte in input . Thus the 1 is not passed to the program and written correctly.
What can I do about it, maybe use something else than python?
Thanks in advance for the help.
submitted by /u/reujea0
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Buffer Overflow - pass null bytes
Hello, I am working on a buffer overflow challenge, where I need to turn a given variable from 0 to 1. I can overflow and also point the variable to some memory I control.
The variable is part of a struct, which I recreate in the memory I control and point the software to it. I need it to be 1, so 0x00000001. When piping from python that is \x00\x00\x00\x01.
The issue seems to be that bash ignores the null byes: /bin/bash: warning: command substitution: ignored null byte in input . Thus the 1 is not passed to the program and written correctly.
What can I do about it, maybe use something else than python?
Thanks in advance for the help.
submitted by /u/reujea0
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Buffer Overflow - pass null bytes
Hello, I am working on a buffer overflow challenge, where I need to turn a given variable from 0 to 1. I can overflow and also point the variable...
hacking: security in practice
How to hard reset PC using CMD ?
By hard reset i mean really delete everything that's on computer disk and motherboard .
submitted by /u/Iproman
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How to hard reset PC using CMD ?
By hard reset i mean really delete everything that's on computer disk and motherboard .
submitted by /u/Iproman
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to hard reset PC using CMD ?
By hard reset i mean really delete everything that's on computer disk and motherboard .
My 5th Valid Vulnerability For The US Federal Government
https://www.reddit.com/r/redteamsec/comments/qyi65c/my_5th_valid_vulnerability_for_the_us_federal/
submitted by /u/banginpadr (https://www.reddit.com/user/banginpadr)
[link] (https://byrslf.co/my-5th-valid-vulnerability-for-the-us-federal-government-8a89a58ae824) [comments] (https://www.reddit.com/r/redteamsec/comments/qyi65c/my_5th_valid_vulnerability_for_the_us_federal/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/qyi65c/my_5th_valid_vulnerability_for_the_us_federal/
submitted by /u/banginpadr (https://www.reddit.com/user/banginpadr)
[link] (https://byrslf.co/my-5th-valid-vulnerability-for-the-us-federal-government-8a89a58ae824) [comments] (https://www.reddit.com/r/redteamsec/comments/qyi65c/my_5th_valid_vulnerability_for_the_us_federal/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
My 5th Valid Vulnerability For The US Federal Government
Posted in r/redteamsec by u/banginpadr • 3 points and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack The Box —BountyHunter Writeup
https://cdn-images-1.medium.com/max/1188/1*L61rZ-lg_BmsQLyOBWUt2g.png
For those who are experienced with Python 3 scripting and XXE Injection, or at least willing to learn this stuff, this is a proper machine…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hack The Box —BountyHunter Writeup
https://cdn-images-1.medium.com/max/1188/1*L61rZ-lg_BmsQLyOBWUt2g.png
For those who are experienced with Python 3 scripting and XXE Injection, or at least willing to learn this stuff, this is a proper machine…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hack The Box —BountyHunter Writeup
For those who are experienced with Python 3 scripting and XXE Injection, or at least willing to learn this stuff, this is a proper machine…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Types of Social Engineering Attacks
https://cdn-images-1.medium.com/max/1212/1*5WVRmqfBVf54fmSpwBnccg.png
Most cybercriminals are master manipulators, but that doesn’t mean they’re all manipulators of technology — some cybercriminals favor the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Types of Social Engineering Attacks
https://cdn-images-1.medium.com/max/1212/1*5WVRmqfBVf54fmSpwBnccg.png
Most cybercriminals are master manipulators, but that doesn’t mean they’re all manipulators of technology — some cybercriminals favor the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Types of Social Engineering Attacks
Most cybercriminals are master manipulators, but that doesn’t mean they’re all manipulators of technology — some cybercriminals favor the…
Help Needed with Some Number prediction (PrNg) Algorithm Unknown – 1,000$/2,000$ Bounty for Correct answer
https://www.reddit.com/r/Pentesting/comments/qymlk6/help_needed_with_some_number_prediction_prng/
Some mates and I are competing to solve an ARG and are preparing for a series of puzzle challenges that will be issued over the next week. One of which is going to be predicting the output of a PrnG (Psuedo-Random Number Generator) I’m definitely going to be the odd one out when it comes to this specific challenge as Math is my weak point, and the math required to figure this out is somewhat above my abilities. I’ve been told this is a well-studied topic for those with Pen-testing and Mathematical (Frequency Analysis) backgrounds. For those familiar with the following PrNg Algorithms: -Python/Java(s) random number script - Mersenne Twister - Xoroshiro 128+ - PHP MT_Variant - Ruby MT_Variant -- And/Or General PrNg Prediction If you’re willing to help, I will provide over 200-something outputs and the challenge is to provide me with the next number in the set. I will give 1,000$ (usd $) to the individual who provides the correct answer and another 1,000$ if you can explain how you derived said answer. PM me if you wish to try and I will provide a spreadsheet with the test set. submitted by /u/Apaleshade (https://www.reddit.com/user/Apaleshade)
[link] (https://www.reddit.com/r/Pentesting/comments/qymlk6/help_needed_with_some_number_prediction_prng/) [comments] (https://www.reddit.com/r/Pentesting/comments/qymlk6/help_needed_with_some_number_prediction_prng/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/qymlk6/help_needed_with_some_number_prediction_prng/
Some mates and I are competing to solve an ARG and are preparing for a series of puzzle challenges that will be issued over the next week. One of which is going to be predicting the output of a PrnG (Psuedo-Random Number Generator) I’m definitely going to be the odd one out when it comes to this specific challenge as Math is my weak point, and the math required to figure this out is somewhat above my abilities. I’ve been told this is a well-studied topic for those with Pen-testing and Mathematical (Frequency Analysis) backgrounds. For those familiar with the following PrNg Algorithms: -Python/Java(s) random number script - Mersenne Twister - Xoroshiro 128+ - PHP MT_Variant - Ruby MT_Variant -- And/Or General PrNg Prediction If you’re willing to help, I will provide over 200-something outputs and the challenge is to provide me with the next number in the set. I will give 1,000$ (usd $) to the individual who provides the correct answer and another 1,000$ if you can explain how you derived said answer. PM me if you wish to try and I will provide a spreadsheet with the test set. submitted by /u/Apaleshade (https://www.reddit.com/user/Apaleshade)
[link] (https://www.reddit.com/r/Pentesting/comments/qymlk6/help_needed_with_some_number_prediction_prng/) [comments] (https://www.reddit.com/r/Pentesting/comments/qymlk6/help_needed_with_some_number_prediction_prng/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Help Needed with Some Number prediction (PrNg) Algorithm Unknown –...
/r/PenTesting: Penetration Testing and Security Discussion.
Hacking Articles Tips Tricks Videos Tutorials
Photo