List of problems with write-ups
Name | Hint |
---|
GREMLIN | SQL Injection의 시작. 말 그대로 원하는 내용을 주입(Inject)해야 한다. |
COBOLT | Escape correctly. |
GOBLIN | DB에서 레코드가 쌓일 때 주요키가 어떤 식으로 생성되는지 알아야 한다. |
ORC | Blind SQL Injection. |
WOLFMAN | URL Encoding. |
DARKELF | Logical operators in Clang. |
ORGE | Blind SQLi, Logical operator. |
TROLL | MySQL5.7 : Case Sensitivity in String Searches |
VAMPIRE | Replace strings only once. |
SKELETON | Priority in Logical operators, Comment. |
GOLEM | Blind SQLi, various functions. |
DARKKNIGHT | Blind SQLi, various functions and characters. |
BUGBEAR | Blind SQLi, various functions, operators and characters. Double negative. |
GIANT | Various characters. URL Encoding. |
ASSASSIN | Blind SQLi, Wildcard characters. |
ZOMBIE_ASSASSIN | How to bypass ereg() ? |
SUCCUBUS | Escape that shit. |
NIGHTMARE | Type juggling. |
XAVIS | Blind SQLi, multi-byte character. |
DRAGON | Comment range. |
IRON_GOLEM | Error-based Blind SQLi. |
DARK_EYES | Error-based Blind SQLi. Difference between UNION and UNION ALL . |
HELL_FIRE | Sorry, this challenge is broken! (Thanks to @dohyeokkim) |
EVIL_WIZARD | Sorry, this challenge is broken! (Thanks to @dohyeokkim) |
UMARU | Time-based Blind SQLi, and error. |
Useful things