36 matches found
microctfs
microctfs Small CTF challenges running on Docker logviewer Build and Start logviewer challenge exposed on port 8000 root@kitploit: cd logviewer docker build -t logviewer . docker run -d -p 8000:80 --name logchallenge logviewer Restart logviewer challenge root@kitploit: docker rm -f logchallenge &...
stego-toolkit
Steganography Toolkit This project is a Docker image useful for solving Steganography challenges as those you can find at CTF platforms like hackthebox.eu. The image comes pre-installed with many popular tools see list below and several screening scripts you can use check simple things for...
uoftctf-2025-chals-public
トロント大学 Capture the Flag コンペティション 2025 このリポジトリには、UofTCTF 2025 のチャレンジの解答が含まれています。ほとんどのチャレンジディレクトリにはソースコードも含まれています。 チャレンジ一覧 チャレンジ名| 解答数| カテゴリ ---|---|--- Funny Cipher| 231/1510| Crypto Enchanted Oracle| 79/1510| Crypto Shuffler| 22/1510| Crypto Causation| 11/1510| Crypto Timed AES| 4/1510| Crypto...
Awesome-CloudSec-Labs
Awesome Cloud Security Labs 無料のクラウドネイティブセキュリティ学習ラボのリストです。CTF、セルフホスト型ワークショップ、ガイド付き脆弱性ラボ、リサーチラボが含まれます。 テクノロジーとカテゴリ別一覧 名前| テクノロジー| カテゴリ| 著者| 備考 ---|---|---|---|--- The Ultimate Cloud Security Championship| AWS| 主催者ホスト型CTFチャレンジ| Wiz| 毎月開催のCTFチャレンジで、Star Wizリサーチャーが厳選した問題が出題されます。...
2018-QWB-CTF
2018-QWB-CTF 2018強網杯CTF問題まとめ root@kitploit: │ ├── 01Misc-4题 │ ├── 题目名称:ai-nimals │ │ └── 题目名称:ai-nimals.mhtml │ ├── 题目名称:welcome │ │ └── 题目名称:welcome.mhtml │ ├── 题目名称:签到 │ │ └── 题目名称:签到.mhtml │ └── 题目名称:问卷调查 │ └── 题目名称:问卷调查.mhtml ├── 02Crypto-5题 │ ├── 题目名称:nextrsa │ │ └── 题目名称:nextrsa.mhtml │ ├──...
SecGen
Security Scenario Generator SecGen 요약 SecGen은 취약한 가상 머신, 실습 환경 및 해킹 챌린지를 생성하여 학생들이 보안 침투 테스트 기술을 배울 수 있도록 합니다. Metasploitable2와 같은 상자는 항상 동일하지만, 이 프로젝트는 Vagrant, Puppet 및 Ruby를 사용하여 학습 또는 CTF 이벤트 호스팅에 사용할 수 있는 무작위로 취약한 가상 머신을 생성합니다. 최신 버전은 다음에서 확인할 수 있습니다: http://github.com/cliffe/SecGen/ SecGen을...
BoxPwnr
BoxPwnr 大規模言語モデル(LLM)がCTFチャレンジやセキュリティラボを単独でどこまで解けるかを試す、楽しい実験です。当初は HackTheBox から始まり、現在では多くのプラットフォームとエージェント型ソルバーに対応しています。 BoxPwnr は、さまざまなエージェント型アーキテクチャの性能をテストするために使用できるプラグアンドプレイシステムを提供します: --solver claudecode, codex, cursor-cli, grok, kirocli, external, singleloopxmltag, singleloop,...
htb-writeups
Hack The Box ライトアップ - 究極のHTBリソース GitHub上で最も包括的なHack The Boxのライトアップ 、ウォークスルー 、およびチートシート のコレクション。500以上のマシン、400以上のチャレンジ、ProLabs、Sherlocks(DFIR)、CTFイベント、ペネトレーションテスト手法、そしてOSCP/CPTS認定対策 - すべて1か所に。 . / | \ / / \ / | |/ | / \ | | \ // / | \ / | | / / \ Y / | | \ / | | /| || | \ /| | / | \ | / || /\ / ||...
Challenges_2022_Public
ブロックチェーン チャレンジ| 作者| 難易度| リリースラウンド ---|---|---|--- Solve Me| @bluealder| 初級| ラウンド 1 Crypto Casino| joseph8210| 簡単| ラウンド 2 Secret and Ephemeral| @bluealder| 中級| ラウンド 1 Private Log| @bluealder| 難しい| ラウンド 1 EVM Vault Mechanism| joseph8210| 難しい| ラウンド 1 Web DFIR Pwn 暗号 Misc アンケート チャレンジ| 作者| 難易度| リリースラウ...
ctf-skills
ctf-skills CTF 문제 해결을 위한 Agent Skills — 웹 익스플로잇, 바이너리 pwn, 암호학, 리버스 엔지니어링, 포렌식, OSINT 등. Agent Skills 사양을 지원하는 모든 도구에서 작동하며, Claude Code를 포함합니다. 설치bash npx skills add ljagiello/ctf-skills root@kitploit: Friday Studio와 함께 실행하기 이 스킬들을 실제 워크플로우의 일부로 사용하고 싶으신가요? 스케줄, 시그널, MCP 도구, 메모리 등 모든 기능을 Friday에...
microctfs
microctfs Docker에서 실행되는 작은 CTF 챌린지 logviewer logviewer 챌린지 빌드 및 포트 8000에 노출하여 시작 root@kitploit: cd logviewer docker build -t logviewer . docker run -d -p 8000:80 --name logchallenge logviewer logviewer 챌린지 재시작 root@kitploit: docker rm -f logchallenge && docker run -d -p 8000:80 --name logchalleng...
CTF-RSA-tool
CTF-RSA-tool factordb http://factordb.com/ Fast Install root@kitploit: cd install cd gmp-6.1.2 && make && make check && make install cd mpfr-4.0.1 && make && make check && make install cd mpc-1.1.0 make && make check && make install cd gmpy2-2.1.0a1 && python setup.py buildext --static=$HOME/stat...
CheatSheetHost
CheatSheetHost 대화형 치트시트와 참고 자료를 호스팅하는 가벼운 콘텐츠 중심 웹 서버입니다. CTFCapture The Flag 챌린지, 리버스 엔지니어링, 기술 문서에 적합합니다. 외부 트래픽을 제한하거나 없애면서도 유용한 자료에 접근할 수 있는 실습 환경에서 사용하기 좋습니다. 스크립트를 어느 정도 강화했지만, 사용 전에 반드시 검토하거나 실습 환경에서만 배포하세요 Features 간단한 JSON 기반 콘텐츠 : 편집하기 쉬운 JSON 파일로 치트시트 정의 반응형 디자인 : 데스크톱, 태블릿, 모바일 기기에서 작...
InjuredAndroid
InjuredAndroid - CTF A vulnerable Android application with ctf examples based on bug bounty findings, exploitation concepts, and pure creativity. Now available on Google Play! https://play.google.com/store/apps/details?id=b3nac.injuredandroid Setup for a physical device 1. Download the latest...
Crypton
Crypton Crypton is an educational library to learn and practice Offensive and Defensive Cryptography. It is basically a collection of explanation and implementation of all the existing vulnerabilities and attacks on various Encryption Systems Symmetric and Asymmetric, Digital Signatures, Message...
local-llm-ctf
本地大语言模型 CTF 与实验室 本仓库旨在配合 https://bishopfox.com/blog/large-language-models-llm-ctf-lab 上的内容使用,该内容涵盖了研究的目标、实现说明以及 CTF 的一些结果。...
Writeups
Writeups Collection of detailed and optimized? write-ups for various CTF challenges...
bx2-writeups
セキュリティライトアップ 私のサイバーセキュリティに関するライトアップ集です。以下の内容を扱います: TryHackMe Hack The Box Linux権限昇格 AIとインフラストラクチャセキュリティ CTF セキュリティチャレンジ 著者: Nanashi Bx2...
DFIR-LABS
About DFIR LABS is a compilation of challenges that aims to provide practice in simple to advanced concepts in the following topics: Digital Forensics, Incident Response, Malware Analysis and Threat Hunting. This is aimed at Professionals, Security Researchers, Students, CTF Players as well as DF...