Skip to content

Latest commit

 

History

History
 
 

Lambda_Beauty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

λ: Beauty

Description

λ is beautiful!
λ is powerful!
So I like λ:)

Can you find the beauty of the λ?

Repl: nc beautyoflambda.eatpwnnosleep.com 4242
Challenge: nc beautyoflambda.eatpwnnosleep.com 42

Lambda_Beauty.zip

How to Solve

  1. Read the Source Code

From source code, you can know that flag is encoded to list of its bits.

  1. Lambda Calculus

From wikipedia, you can write function that resolve nth elements of list.

  1. Side Channel Attack

Since Chal server has time limit for evaluation, you can do side channel attack to know nth element of list by using form that diverge(eg. Y operator).