<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Jail on Tyler's Blog</title><link>https://blog.zars.me/tags/jail/</link><description>Recent content in Jail on Tyler's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>© Athul</copyright><lastBuildDate>Sun, 28 May 2023 12:13:32 +0530</lastBuildDate><atom:link href="https://blog.zars.me/tags/jail/index.xml" rel="self" type="application/rss+xml"/><item><title>byuctf2023</title><link>https://blog.zars.me/posts/byuctf2023/</link><pubDate>Sun, 28 May 2023 12:13:32 +0530</pubDate><guid>https://blog.zars.me/posts/byuctf2023/</guid><description>I didn&amp;rsquo;t complete this while it was running due to travelling but went back after and tried to get some of these done, cool challenges tho.
leet1 Just make 1337 nc byuctf.xyz 40000 Attachment: leet1.py We are provided with a file that checks if our input is equal to 1337. However, it has two checks:
re.search(r'\d', inp) eval(inp) != 1337 The first check is for any numbers included, those will immeditely fail.</description></item></channel></rss>