معرفی شرکت ها


ctfdfetch-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fetch challenges from a CTFd competition
ویژگی مقدار
سیستم عامل -
نام فایل ctfdfetch-0.2.0
نام ctfdfetch
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Roy Ragsdale
ایمیل نویسنده -
آدرس صفحه اصلی https://gitlab.com/royragsdale/ctfdfetch
آدرس اینترنتی https://pypi.org/project/ctfdfetch/
مجوز -
# CTFd Fetch Often it would be nice to download all the challenges (descriptions/files/etc) from a CTF so that you have them for future reference, or to have offline, or to share with a team. That's all this script does. Since many CTFs have standardized around [CTFd][] as a platform, we use that as a starting point. [ctfd]:https://github.com/CTFd/CTFd ## Caveats - **Use this tool considerately**. It makes every attempt to respond sanely, and only download things not already downloaded, but make sure you are not abusing the good will of a CTF Host/Organizer. - This tool primarily uses the JSON response from a CTFd endpoint (`/challs`). Any changes to CTFd have the potential to break this tool. ## Quick Start Install. ``` pip3 install ctfdfetch ``` Download all the challenges from a CTF into the current folder. ``` ctfdfetch --server https://ctf.example.com --user hacker ``` For more options such as out directory, nested categories, verbosity, etc). ``` ctfdfetch -h ``` ## Development Development occurs on `master`. The `release` branch has the version currently pushed to pypi. ``` # get code git clone https://gitlab.com/royragsdale/ctfdfetch.git cd ctfdfetch # setup virtualenv python3 -m venv venv3 . venv3/bin/activate # install in dev mode pip install -e . ```


نیازمندی

مقدار نام
- beautifulsoup4
- jinja2
- Markdown
- requests
- tld


زبان مورد نیاز

مقدار نام
>=3 Python


نحوه نصب


نصب پکیج whl ctfdfetch-0.2.0:

    pip install ctfdfetch-0.2.0.whl


نصب پکیج tar.gz ctfdfetch-0.2.0:

    pip install ctfdfetch-0.2.0.tar.gz