AlpacaHack Logo
Sign InSign Up

Daily AlpacaHack

A daily CTF challenge with a fun new puzzle every day

What is Daily AlpacaHack?

We publish one simple, beginner-friendly or educational CTF challenge every day!

Join Anytime

Solve within 24 hours of release to appear on the leaderboard.

Not a Competition

Discussion with friends or AI is welcome (account sharing is prohibited).

Solution Sharing Rules

Sharing solutions is allowed only after 24 hours have passed since release.

Solve stats

0

/79

0 solves (within 24h)
0 solves (after 24h)

No solved challenges yet.

Sign In to view your player stats

Today's Challenge
rsk0315
wages of sin()
Rev
Misc
Hard
31 solves
Submissions (latest 3)
infernosalex

SOLVED!

Feb 16, 8:33 PM

Leaderboard

Try the first challenge

Is this your first CTF? Let's begin by tackling the first challenge released on Daily AlpacaHack.

View challenge
admin
AlpacaHack 2100
Misc
Welcome
1,240 solves
Topics and categories are revealed in advance for upcoming challenges.
Prev

Feb 2026

Next
Solved
Unsolved
Upcoming
Mon
Tue
Wed
Thu
Fri
Sat
Sun
26
keymoon
git gc
Misc
Medium
139 solves
27
chocorusk
ToyPQC
Crypto
Hard
100 solves
28
tchen
No JS
Web
Medium
116 solves
29
k0080
shellcode-101
Pwn
Medium
117 solves
30
yu212
Linear Coffee Generator
Crypto
Hard
105 solves
31
ark
optimal-sort
Misc
Hard
94 solves
1
admin
Camelidae
Misc
Welcome
270 solves
2
minaminao
Substance
Crypto
Easy
186 solves
3
tan90909090
read-a-binary
Rev
Easy
170 solves
4
tchen
Magic Engine
Web
Easy
190 solves
5
kanon
RRe_Time_Limiter
Crypto
Medium
144 solves
6
minaminao
The World
Misc
Easy
142 solves
7
tan90909090
misdirection
Rev
Medium
121 solves
8
hiikunz
Compressor
Misc
Hard
91 solves
9
tchen
Plz Login
Web
Medium
160 solves
10
k0080
Alpaca-Llama Ranch
Pwn
Hard
102 solves
11
ark
destructuring
Misc
Easy
114 solves
12
hiikunz
AAAAAAAAEEEEEEEESSSSSSSS
Crypto
Medium
98 solves
13
minaminao
nc magic
Misc
Medium
107 solves
14
hiikunz
simple ROP
Pwn
Hard
86 solves
15
tchen
You are being redirected
Web
Medium
78 solves
16
kakur41
Alpaillier
Crypto
Medium
96 solves
17
rsk0315
wages of sin()
Rev
Misc
Hard
31 solves
18
k0080
Planned topicOptimization
Pwn
Medium
19
Planned topicDeserialization
Misc
Medium
21
Planned topicRSA
Crypto
Hard
22
Planned topicUninitialized Memory
Pwn
Hard
23
Coming soon
24
Coming soon
25
Coming soon
26
Coming soon
27
Coming soon
28
Coming soon
1
Coming soon

Writeups

Writeup for Alpaillier

goroshirow

ja
Alpaillier

5 hours ago

【脆弱】Daily AlpacaHackを作問者の前で解いてみた! I wanna be the Admin【t-chen】

Rows:

read-a-binary

Topic: ELF

170 solves
Rev
Easy

Author:

tan90909090

🦙 < Let's try reading what the ELF binary does!

Beginner Hint
  • This challenge is in the Rev (Reverse Engineering) category.
  • Flag checkers are a common theme in Rev problems.
  • A flag checker executable or script accepts player input and tells you whether it matches the flag.
  • The provided file is the ELF binary read-a-binary.
  • The goal is to find an input (the flag) that makes the binary print Correct! by analyzing the binary.
  • There are a variety of tools available that can analyze ELF binaries.
  • Some tools can show a higher level of representations than others.
read-a-binary
descriptionsolveswriteups