IMCTF - Mini write up

IMCTF : CTF by Ir0n Maiden Team at University of Nagoya I checked some questions for a short time.. Welcome https://twitter.com/nu_cybersec/status/1472038918522490880?s=20 png trick Web 1. can you see cookie? I already has a tool ( not using and almost forgot ) to see the cookie Base64 2. for stranger of storage storage? It may be saying local or session storage Find hex to ascii converter web… ( Dealing with these things mainly using web ) ...

December 19, 2021 · EBeb

AWS Batch demo따라 구현해보기

이 포스트는 실시간으로 “Fetch & Run” 포스트를 따라하고 일부를 번역하며 작성한 글입니다. 해당 포스트 이후 AWS의 변경점들이 있어 진행방식이 다를 수 있습니다. 진행방식 변경에 따라 해당포스트 대로 진행하면 수많은 에러를 볼 수 있습니다… 해당 포스트를 따라하기 위해서는 AWS계정이 필요하며 비용이 발생할 수 있음을 알려드립니다. 이 포스트는 결과적으로 batch기능을 이용하여 Docker의 실행까지는 성공하지만 Credential제공문제로 실패합니다 라고 적었지****만 결국엔 원인을 찾아서 성공합니다 AWS Batch란 AWS Batch는 Batch방식의 프로그램 실행을 도와주기 위한 서비스입니다. Batch 처리에 필요한 유동적 계산 Capacity와 Job manager 를 제공합니다. ...

November 26, 2021 · EBeb

WaniCTF – BabyHeap : Basic tcache poisoning

Pwn challenge at WaniCTF2021 Difficulty : Normal Github for src, file, solver, short solution Pwn challenge ‘diva’ at the same CTF requires heap overwrite to get arbitrary write access. I made this challenge to give hint for the diva. When I first learn about heap, what I needed was an environment to perform malloc, free and write freely on the heap and check how it changes. ( Since I couldn’t understand without real experiment ) ...

November 21, 2021 · EBeb