Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
chall2026-telneted — [AtHack 2026] Pwn challenge about telnetd CVE-2026-24061 | Kitploit
Tools/GitHubGitHub/athack-ctf/chall2026-telneted
Vulnerability AnalysisExploitationCTFLearning & EducationBinary ExploitationLabs & PracticeArchived
GitHubathack-ctf/chall2026-telneted

chall2026-telneted

[AtHack 2026] Pwn challenge about telnetd CVE-2026-24061

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

@Hack 2026: Telneted

Authored by Harsh.

  • Category: Pwn
  • Solves: 34/120
  • Tags: beginner
  • Protocol: telnet

Recon team has found another endpoint in the Aliens' network, but we can't seem to be able to connect to it with our tools.

Network captures show a user 'astrax' using it smuggle secret data into and out of their systems.

However, we were able to extract a set of credentials from these captures: "astrax:astraxsverycomplexp4sswd".

Find a way to get in and extract their secrets.

Access a dockerized instance

Run challenge container using docker compose

root@kitploit:~
docker compose up -d

Connect using telnet

root@kitploit:~
telnet localhost 53021
How to stop/restart challenge?

To stop the challenge run

root@kitploit:~
docker compose stop

To restart the challenge run

root@kitploit:~
docker compose restart

Reveal Flag(s)

Did you try solving this challenge?

Yes

Did you REALLY try solving this challenge?

Yes, I promise!
  • Flag 1: ATHACKCTF{73Ln37_1n_7h15_d4y_4n_4g3?}

About @Hack

@Hack is an annual CTF (Capture The Flag) competition hosted by HEXPLOIT ALLIANCE and TECHNATION at Concordia University in Montreal, Canada.


Check more challenges from @Hack 2026.

Download Tool