Skip to content
Sunday, August 24 2025
  • Home
  • About
munsiwoolab
munsiwoolab
  • Home
  • 2019
  • Page 2

Year: 2019

Categories CTF Write ups Research Web hacking

Race condition vulnerability in PHP (feat. 고등해커)

  • By munsiwoo
  • 2019-02-28
  • 0

고등해커는 올해 처음으로 학생이 주도 및 운영해본 교내 CTF입니다. 저는 CTF플랫폼 제작과 웹 문제 출제를 담당했으며, 출제한 문제 중 친구들이 재밌게 풀어준 count라는 문제에…

Read More
Categories Development Research Reversing

PHP 컴파일, 실행 bash 스크립트

  • By munsiwoo
  • 2019-01-29
  • 1

#!/bin/bash # data: 2019-01-29 # made by munsiwoo echo php compile and run PHP_PATH="/php/php-7.0.30" if [ -f /usr/local/bin/php ]; then rm -rf /usr/local/bin/php fi…

Read More
Categories Research

museum.php.net

  • By munsiwoo
  • 2019-01-23
  • 0

조만간 업데이트될 PHP 분석 기행기를 쓰면서 찾았다. http://museum.php.net : PHP 종류별로 다 설치할 수 있다.

Read More

Posts pagination

1 2
Copyright © 2025
 - Powered by Blogty.
  • Home
  • About