<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Tyler's Blog</title><link>https://blog.zars.me/tags/python/</link><description>Recent content in Python on Tyler's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>© Athul</copyright><lastBuildDate>Sat, 17 Jun 2023 12:13:32 +0530</lastBuildDate><atom:link href="https://blog.zars.me/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>nahamctf 2023</title><link>https://blog.zars.me/posts/nahamctf2023/</link><pubDate>Sat, 17 Jun 2023 12:13:32 +0530</pubDate><guid>https://blog.zars.me/posts/nahamctf2023/</guid><description>I keep having busy weekends and I wish I had a touch more time to grind out the challenges I had left for this CTF. Awesome challenges by the authors! Thanks for the fun CTF nahamsec team!
Glasses 50 points - Warmups - 955 Solves - easy Author: @JohnHammond#6971 Everything is blurry, I think I need glasses! We can&amp;rsquo;t inspect element with a mouseclick. No worries, just use the keyboard shortcut (or on Mac the menu still pops).</description></item><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><item><title>HeroCTF V5</title><link>https://blog.zars.me/posts/heroctfv5/</link><pubDate>Mon, 15 May 2023 12:13:32 +0530</pubDate><guid>https://blog.zars.me/posts/heroctfv5/</guid><description>Overview HeroCTF was my first solo team attempt at CTF&amp;rsquo;ing. It was a blast and huge props to the authors of the challenges. I had fun solving all the ones I did and had plenty of time to experiment with the ones I couldn&amp;rsquo;t. The CTF was hosted here: link. I&amp;rsquo;ll break down my solves below in no particular order.
dev.corp 1/4 The famous company dev.corp was hack last week.. They don&amp;#39;t understand because they have followed the security standards to avoid this kind of situation.</description></item><item><title>Rack Temperature to InfluxDB Via Raspberry Pi</title><link>https://blog.zars.me/posts/temperature-to-influxdb/</link><pubDate>Sat, 18 Mar 2023 12:13:32 +0530</pubDate><guid>https://blog.zars.me/posts/temperature-to-influxdb/</guid><description>The Tech Let&amp;rsquo;s build out our little form factor advanced thermometer.
The BMP280 This little sensor is fantastic for measuring a host of information and all of it can be relayed over the I2C interface to the other piece of the puzzle. The main data points are temperature (with ±1.0°C accuracy), barometric pressure (±1 hPa absolute accuracy), and altitude (±1 meter accuracy). The main ones that are pretty neat here are temperature and barometric pressure; altitude comes built into the BMP280 by default but since we aren&amp;rsquo;t going to be moving this sensor much it&amp;rsquo;s not really something that we will need to keep tabs on.</description></item><item><title>irisCTF babyseek</title><link>https://blog.zars.me/posts/irisctf-babyseek/</link><pubDate>Wed, 01 Feb 2023 12:13:32 +0530</pubDate><guid>https://blog.zars.me/posts/irisctf-babyseek/</guid><description>The Challenge I&amp;rsquo;ll let you seek around my file as far as you want, but you can&amp;rsquo;t go anywhere since it&amp;rsquo;s /dev/null.
Author: sera
seek.zip
nc seek.chal.irisc.tf 10004
The Provided ZIP chal Provided binary chal.c Source which binary comes from Makefile Provided compilation flags Dockerfile Dockerfile running on the server Protections [*] &amp;#39;/root/workspace/vr_pres2/seek/chal&amp;#39; Arch: amd64-64-little RELRO: No RELRO Stack: No canary found NX: NX enabled PIE: PIE enabled Welp, if we can overflow and overwrite the GOT, seems like we&amp;rsquo;re in the home stretch.</description></item><item><title>irisCTF ret2libm</title><link>https://blog.zars.me/posts/irisctf-ret2libm/</link><pubDate>Wed, 01 Feb 2023 12:13:32 +0530</pubDate><guid>https://blog.zars.me/posts/irisctf-ret2libm/</guid><description>The Challenge I need to make a pwn? Let&amp;rsquo;s go with that standard warmup rop thing&amp;hellip; what was it&amp;hellip; ret2libm?
Author: sera
ret2libm.zip / Dockerfile
The Provided ZIP chal Provided binary chal.c Source which binary comes from libc-2.27.so Provided libc version libm-2.27.so Provided libm version Makefile Provided compilation flags What is libm? #include &amp;lt;math.h&amp;gt; libm is the standard math library for C. Where does libm live? $ ldd chal linux-vdso.so.1 (0x00007fffd53f5000) libm.</description></item></channel></rss>