Filter
Exclude
Time range
-
Near
🔍 Want to dive into the world of file formats and discover the magic behind your favorite files? Learn how to recognize different file types by their unique magic numbers. These hidden identifiers help you quickly detect the type of a file by simply reading its raw binary data. Let’s get started with the most common formats and see how easy it is to identify them using basic tools like hexdump and grep! 🖥️ 🚨 Did you know? Every file has a unique signature, called a magic number! 🤯 These numbers are hidden at the start of a file and can help us determine its type even without opening it! Today, we’re starting with JPEG files, which can be identified by the magic number FF D8 FF. 🔍 Here's a simple command to check: hexdump -C image.jpg | grep 'FF D8 FF' ✅ Pro Tip: You can apply this to other formats as well, like PNG, PDF, and ZIP—stay tuned for more in this series! 📅 ...tips and tricks on file formats, cybersecurity, and programming! #HexDump #MagicNumbers #FileFormats #CyberSecurity #LinuxHacks #TechTips #ProgrammingCommunity #DataForensics #CTF #HackTheBox #Cybersecurity101 #TechTalk #LearnToCode #ReverseEngineering #FileAnalysis #ExploitDev"
7
Is input parsing in bash the ultimate test of patience and sanity? Source: devhubby.com/thread/how-to-p… #tutorial #hack #bash #linuxhacks #bash #input

4
11
18 Sep 2023
A clever little trick to impress your friends... #LInuxHacks #System76 #PopOS
7
21
218
16,113
11 Sep 2022
#AWK #Bash #LinuxHacks #ShellHacks #Linux - Problem: identify duplicate files with different names - Strategy: use the file's md5sum checksums to identify the duplicates. The screenshot provides two solutions. The second one is clearly the most efficient. Enjoy 💻🐧
1
3
13
grep is beautiful! Here are few instances when grep was a lifesaver for me🧵 #linux #linuxCommands #linuxHacks
2
1
12
And here we are, #ethicalhacking session facilitated by Alex Mine at our lovely hub. #hacking #linuxhacks #CyberSecurity
4
16
21 Jul 2020
I’m working on a systems project rn and when I want to freak out the people I’m sprinting with I show them my 666 tattoo and gets them pretty upset.
2
What in the world was that for 😂😂😂 #linuxhacks #linux #linuxisfun
2
4
9 Apr 2019

1
4
3 Apr 2017
How To Find Who Rebooted The Linux System? #Linux, #LinuxHacks, #LinuxTips ostechnix.com/find-rebooted-…
1