문제 해석 : preg_match를 보면 whitespace 필터링 하고 있다. or 대신에 ||를 이용하면 쉽게 다음과 같이 우회가 가능하다.. whitespace를 우회하는 방법은 다음과 같은 방법이 있다.
whitespace 우회 방법 :
1) Tab : %09
2) Line Feed : %0a
3) Caraage Return : %0d
4) comment : /**/
5) parentheses : ()
6) add : +
'Web Hacking > los.eagle-jump' 카테고리의 다른 글
6. org (0) | 2019.08.06 |
---|---|
5. darkelf (0) | 2019.08.06 |
3. orc (0) | 2019.08.04 |
2. goblin (0) | 2019.08.04 |
1. cobolt (0) | 2019.08.04 |