hackArcana's Avatar

hackArcana

@hackarcana.bsky.social

Train your Hands-on Cybersecurity Skills โ†’ https://hackArcana.com

32 Followers  |  13 Following  |  15 Posts  |  Joined: 04.03.2025  |  1.5676

Latest posts by hackarcana.bsky.social on Bluesky

Post image

๐Ÿšจ Learning C/C++?
Beware of this classic trap: unspecified argument evaluation order!
Different compilers = different results
See why a specific tiny piece of code can behave wildly differently here hackarcana.com/code-print

16.04.2025 06:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐ŸŸข Itโ€™s not too late to join us!
The Mastering Binary Files and Protocols workshop starts tomorrow (Apr 8) at 6pm CEST.

If you sign up today, youโ€™ll still get:
โœ… A spot in all of the live sessions
โœ… Full access to all recordings
โœ… 10% off with code MBF-HBS-10

Register here: hackarcana.com/bin

07.04.2025 11:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐Ÿ‘‡7 benefits of joining Mastering Binary Files and Protocols ๐Ÿ‘‡
โœ”๏ธ Real binary skills
โœ”๏ธ Faster debugging
โœ”๏ธ Security mindset
โœ”๏ธ Independence
โœ”๏ธ Career boost
โœ”๏ธ Problem-solving
โœ”๏ธ Data insight
๐Ÿ—“๏ธ Starts April 8
๐ŸŽฅ Live sessions + downloadable recordings
๐Ÿ’ธ MBF-HBS-10 = 10% off until April 7
๐Ÿ”— hackarcana.com/bin

04.04.2025 20:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
๐ŸŽฎ Live CTF: Solving "Gamepad" from Gynvaelโ€™s Collection | hackArcana Challenge YouTube video by GynvaelEN

Come tonight at 7PM CEST!
If you're into:
๐Ÿง  reverse engineering
๐Ÿ›  understanding how things work
๐Ÿงฉ solving CTF-style puzzles
โ€” you'll love this session with @gynvael.bsky.social !

๐Ÿ”ด www.youtube.com/live/xVrxfEk...

02.04.2025 09:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐Ÿšจ Last hours to join our free webinar with a legend โ€“ Gynvael Coldwind!

Whatโ€™s inside?
โ€ข Real file handling mistakes
โ€ข Weird path behavior
โ€ข Hackerโ€™s perspective on files
โ€ข Even a bit of forensics ๐Ÿ‘€

๐Ÿงฉ Perfect for devs, admins, hackers & the curious.

โณ Timeโ€™s running out โ†’ hexarcana.ch/lp/files

31.03.2025 07:31 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

What will you learn in this webinar?

๐Ÿงฉ What is a fileโ€”really?
๐Ÿง  Hidden file features & common dev mistakes
๐Ÿ“ Weird world of file paths (yes, it gets strange)
๐Ÿ” A glimpse into digital forensics

๐Ÿ—“ March 31 | โฐ 8 PM CEST | ๐Ÿ’ธ Free

Save your spot ๐Ÿ‘‰ hexarcana.ch/lp/files/
and see you on Monday!

27.03.2025 19:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐Ÿšจ <script> isnโ€™t just textโ€”itโ€™s a command! Want it to show up in HTML? You have to escape it:
โœ… <script> โ†’ &lt;script&gt;

Escaping keeps hackers out and your code clean ๐Ÿ” Learn why it matters & how it works in our latest article ๐Ÿ‘‡

๐Ÿ”— Read here: hackarcana.com/article/why-...

21.03.2025 13:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

If you like CTF challenges, we've been steadily pushing some of my favorite tasks to my new edu site:
hackarcana.com/exercises
From top to bottom: Linux RE, 2x JS RE, USB PCAP, ZIP/crypto, DOS/VGA RE, 2x BMP image stegano, 5x BMP file format stegano, Python 2.7 RE, and ROP RE
HFGL

14.03.2025 08:37 โ€” ๐Ÿ‘ 19    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Did you know pressing CTRL+D can make some C++ programs crash or loop forever? ๐Ÿคฏ

Thatโ€™s because cin enters an error state instead of truly โ€œclosingโ€ input. Most apps handle it wellโ€”but not all ๐Ÿ™…

Want to see why?

Read our recent article ๐Ÿ‘‰ hackarcana.com/article/ctrl...

13.03.2025 13:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

We've published a new article!

โŒจ๏ธ Linux Terminal: CTRL+D is like pressing ENTER

hackarcana.com/article/ctrl...

Enjoy!

11.03.2025 11:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Pro tip for protocol hand-crafting lovers:
Having problems sending \r\n on Linux? Press CTRL+V to escape the next key press, and follow it up with ENTER to get \r.
CTRL+V, ENTER, ENTER โ†’ \r\n

08.03.2025 08:48 โ€” ๐Ÿ‘ 9    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

โš ๏ธ Sanitizing input is tricky! Removing unwanted HTML tags prevents XSS, but wonโ€™t stop SQL injections. To keep your app safe, use validation, escaping, and sanitization where they belong ๐Ÿ”

๐Ÿ”— Read more here: hackarcana.com/article/sani...

07.03.2025 09:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

We've got 200% increase in players overnight!
Well, yes, it's 2โ†’4 on the scoreboard, but we're just starting :)

And we have more challenges on the way, a lot more!

07.03.2025 09:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

For your enjoyment we're slowly adding @gynvael.bsky.social old challenges to our archive: hackarcana.com/exercises

Slowly... becuase we test each one and re-flag them.

Some fun ones are yet to come!
Enjoy!

P.S. If you like scoreboards, here's a chance to grab top1 easily.

05.03.2025 20:09 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

๐Ÿš€ New blog post on hackArcana!

Learn about:

๐Ÿ”น Validation vs. escaping vs. filtering

๐Ÿ”น When to use each method

๐Ÿ”น Common input handling mistakes

๐Ÿ”— Read here: hackarcana.com/article/sani...

04.03.2025 16:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Hey everyone! ๐Ÿ‘‹
This is the official account of hackarcana.com โ€” the educational portal from HexArcana Cybersecurity (hexarcana.ch).
If you want to up your skills in hands-on cybersec, click follow!

04.03.2025 16:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@hackarcana is following 13 prominent accounts