Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
66.3K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
“Locked Out: How to Secure Your Data from Cyber Attacks”

In today’s digital age, protecting our data from cyber attacks is more important than ever. With the increasing number of online…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is a Day Zero attack?

https://cdn-images-1.medium.com/max/1500/1*XvDlQDmLHQuTjpiMeaip2A.jpeg
Day Zero attacks are cyber attacks that exploit a vulnerability or flaw in a system or software before it is discovered or patched by the…

Continue reading on System Weakness »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The pass-the-hash attack explained

https://cdn-images-1.medium.com/max/1100/1*uPALFeYCRc5N5Nng8s94_A.jpeg
A “hash” is a mathematical representation of data, often used as a security measure to ensure that sensitive information, such as…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Building a Lightning-Fast Port Scanner: Techniques and Examples

Port scanners are widely used tools in network security testing to detect open ports on remote hosts. They work by sending packets to each…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How I Created My Own Virus Scanner: A Step-by-Step Guide

File signatures, also known as magic bytes or magic numbers, are unique sequences of bytes that identify the file type. Every file has a…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Why don't everyone use custom encryptions? It's easy to implement and impossible to break.

Except brute forcing the login panel of course but you can always limit login attempts.

An example for 'custom encryption' might be something I wrote for a school project when I was 14.

Algorithm was like this: 1. Get user's password as $passwd 2. Use MD5 encryption on $passwd 3. Substr and remove a certain amount of characters from MD5 string. 4. Use MD5 on that string twice more and remove 2 chars from the end. 5. Store the result string in the database as user's password

You can mix and match this however you'd like. You can even use the user's registration timestamp or username length as key while encrypting so it's not the same algorithm for every single user.

And do the same control when a user is logging in.

I can't be the only one who have thought of this. So why isn't this more common? It's basically unbreakable, and since there's a shit ton of websites/apps that are being hacked and release our one-time-encrypted passwords into the wild every single day, it just makes sense to me.

submitted by /u/33sikici33
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hello hope you doing good Does hack the box offer a full free learning paths ?

if yes what learning path do you suggest for me ?I know how program using python and c#
i am familiar with 3 or 4 network protocols:)

submitted by /u/Mr_Jaber
[link] [comments]