The ZeroDays CTF 2025, held on March 22nd at Croke Park in Dublin, Ireland, marks a significant milestone as it celebrates its 10th anniversary.
This event has evolved into the largest on-site, one-day Capture The Flag (CTF) competition globally, attracting over 130 teams in 2024.
The competition is structured into several categories, including Irish Colleges, International, and Open sections, offering a diverse range of challenges suitable for all skill level3.
The challenges are categorized into various domains such as Web, Crypto, Forensics, Reversing, Pwn, Miscellaneous, and more.
Each challenge is designed to test different aspects of cybersecurity skills, from basic to advanced levels.
To tackle these challenges, participants use a variety of tools and techniques:
ZeroDays CTF 2025 is not only a celebration of cybersecurity skills but also a platform for learning and networking.
It offers a comprehensive set of challenges that simulate real-world security scenarios, making it an invaluable experience for both beginners and seasoned professionals in the field.
The pgrep command in Linux finds the PIDs of running processes based on a name or other…
The unlink command in Linux removes a single file by deleting its directory entry. It is a…
When troubleshooting a network connection or configuring a firewall, the first question is whether a…
The ifconfig command in Linux displays and configures network interfaces. It can assign IP addresses, bring interfaces…
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…