Simple Web 0x02(Lab - .DS_Store)
tags: NTUSTWS CTF Web
Challenge: http://h4ck3r.quest:9001/
Exploit - .DS_Store
Clone lijiejie/ds_store_exp
1 |
|
- Note that, must install
python 2,requests,ds_storeand modifyqueue(import queue→import Queue as queue)$ conda create --name py2.7 python=2.7 $ conda install -c auto ds_store $ conda install -c anaconda requests