├── LICENSE ├── README.md ├── cyberpeace_attachment_downloader.py ├── gzctf_attachment_downloader.py ├── nu1l_ctfpunk_attachment_downloader.py └── ret2shell_attachment_downloader.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lil-Ran/Collect-Task-Files/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lil-Ran/Collect-Task-Files/HEAD/README.md -------------------------------------------------------------------------------- /cyberpeace_attachment_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lil-Ran/Collect-Task-Files/HEAD/cyberpeace_attachment_downloader.py -------------------------------------------------------------------------------- /gzctf_attachment_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lil-Ran/Collect-Task-Files/HEAD/gzctf_attachment_downloader.py -------------------------------------------------------------------------------- /nu1l_ctfpunk_attachment_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lil-Ran/Collect-Task-Files/HEAD/nu1l_ctfpunk_attachment_downloader.py -------------------------------------------------------------------------------- /ret2shell_attachment_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lil-Ran/Collect-Task-Files/HEAD/ret2shell_attachment_downloader.py --------------------------------------------------------------------------------