プロジェクト

全般

プロフィール

CTF » 履歴 » バージョン 7

kanata, 2025/04/27 11:52

1 1 kanata
# CTF
2
3
{{toc}}
4
5
# Topic
6
7
こんな感じでwikiページが分かれています
8
9
| Link            | 説明                                              |
10
|-----------------|---------------------------------------------------|
11
|[[CTF Network]]  | TCP/IP,ネットワークに関すること                   |
12
|[[CTF Web]]      | XSS,JavaScript,SQL Injection                      |
13
|[[CTF Binary]]   | コンピュータアーキテクチャ、gdb、アセンブラの基礎 |
14
|[[CTF Pwn]]      | シェルコード、exploitコードに関すること           |
15
|[[CTF Forensic]] | フォレンジック、ファイル復元、ファイル調査        |
16
|[[CTF Crypto]]   | 暗号解読、逆変換、バイナリ文字列の編集            |
17
|[[CTF Recon]]    | 写真等の手がかりから調査                          |
18
19
# Dictionary
20
21
ここから調べる辞書的な使い方
22
23
GitHub - blaCCkHatHacEEkr/PENTESTING-BIBLE
24
https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE
25
26
CTF Wiki
27
https://ctf-wiki.github.io/ctf-wiki/index-en/
28
29
corkami/pics
30
https://github.com/corkami/pics/blob/master/binary/README.md
31
32
Awesome-Hacking
33
https://github.com/Hack-with-Github/Awesome-Hacking/blob/master/README.md
34
35
36
37
# Tools
38
39
CTF環境を作り直す時用。
40
ここに書いてあるのは、スタンドアロンなソフトが対象。オンラインサービスは対象外。
41
42
## all-round
43
44
| Tool | 説明                                              |
45
|------|---------------------------------------------------|
46
| [Kali Linux](http://www.kali.org/) | BackTrack Linuxの後継。Debianベース。コンピュータ・フォレンジクス、ペネトレーションテストを目的としたディストリビューション。ちなみに[Kali Linux Commands Cheat Sheet](https://www.latesthackingnews.com/kali-linux-commands-cheat-sheet/)
47
| [2015-04-15 The CTF Toolbox - Marcus Hodges - Tom Samstag.pdf](https://github.com/SecurityInnovation/research/blob/master/presentations/2015-04-15%20The%20CTF%20Toolbox%20-%20Marcus%20Hodges%20-%20Tom%20Samstag.pdf) | CTFで主に使うツール解説
48
| [FLARE VM](https://www.fireeye.com/blog/threat-research/2017/07/flare-vm-the-windows-malware.html) | Windows マルウェア解析ディトリビューション [わかりやすい解説](http://www.wivern.com/FLARE_VM.html)
49
50
* [2年前の自分に教えたい!HTB(ペネトレーションテスト)で生き抜くためのツールやサイトまとめ](https://qiita.com/Perplex/items/30f949fe261f56af7476)
51
52
## Crypto
53
54
| Tool | 説明                                              |
55
|------|---------------------------------------------------|
56
| [XORSearch & XORStrings](http://blog.didierstevens.com/programs/xorsearch/) [*1](http://scan.netsecurity.ne.jp/article/2013/04/03/31347.html) [*2](http://www.aldeid.com/wiki/XORSearch) | XOR, ROL, ROT演算を利用して暗号化されたファイルに対して、ブルートフォースで復号化を試みることができるコマンドラインツール CTFのFLAGを見つけるだけなら、これだけでいけるかもしれん。
57
| msieve | 高速に素因数分解できる
58
| Stegsolve.jar | ステガノグラフィ画像解析
59
| [CyberChef](https://gchq.github.io/CyberChef/) | あらゆるフォーマットのエンコード・デコード・暗号化・復号化ができる万能ツール [例](https://n-lab.site/?p=587)
60
| [pkcrack](https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html) | 暗号化zipに含まれているファイルの一部が入手できるなら、既知平文攻撃が可能
61
| [FCrackZip](http://oldhome.schmorp.de/marc/fcrackzip.html) | 暗号化zipのブルートフォースツール
62
| [scryptoslib](https://github.com/scryptos/scryptoslib) | scryptosのcrypto用lib [RSAの使い方](https://github.com/scryptos/scryptoslib/blob/master/scryptos/crypto/RSA.py#L46)
63
64
## Recon
65
66
| Tool | 説明                                              |
67
|------|---------------------------------------------------|
68
| [Buscador Investigative Operating System](https://inteltechniques.com/buscador/) | OSINT特化のLinuxディストリビューション。素晴らしい。 |
69
| [Mitaka](https://github.com/ninoseki/mitaka) | Chromeの拡張機能からインストールでき、自動的にIoCタイプを判別して調査に適したサイトを表示してくれる
70
71
# Tool調査
72
73
セキュリティこねこね - 主に、動かなかったものとか、使う機会がないものとかのメモ
74
75
CTFで役立ちそうなツールの一覧 Windows編 
76
https://nekose9.hatenablog.com/entry/2019/01/13/090827
77
78
79
## all-round
80
81
zardus/ctf-tools
82
https://github.com/zardus/ctf-tools
83
84
オレオレCTFツール akitools
85
http://akiym.hateblo.jp/entry/2015/12/16/225707 https://github.com/akiym/akitools
86
87
Cyborg Hawk Linux – Penetration Testing Linux Distro(まだ使ったこと無い)
88
http://www.darknet.org.uk/2016/03/cyborg-hawk-linux-penetration-testing-linux-distro/
89
90
PytheM - Multi-purpose pentest framework(まだ使ったこと無い。どっちかというっとCTFよりペネトレーションテスト向け)
91
https://github.com/m4n3dw0lf/PytheM
92
93
digitalmunition
94
https://www.digitalmunition.me/archives-posts
95
96
## Network
97
98
gcla/termshark - A terminal UI for tshark, inspired by Wireshark
99
https://github.com/gcla/termshark
100
101
Security Onion
102
https://github.com/Security-Onion-Solutions/security-onion
103
104
>Network用Linuxディストリビューション
105
106
ADRecon
107
https://github.com/sense-of-security/ADRecon
108
109
>Active Directoryの調査ツール(OSINT)
110
111
maltegoのプラグイン
112
https://github.com/tampererer?tab=repositories
113
114
Recon-ng
115
>[Recon-ngの使い方 on @Qiita](https://qiita.com/knqyf263/items/bb7ebbd9dab31806546a)
116
117
ViVid Bit - Windows版mitmproxyでHTTPSの通信内容を見よう 
118
https://vivibit.net/windows-mitmproxy-https/
119
120
>使ってみたい
121
122
俺的備忘録 〜なんかいろいろ〜 - ターミナルからhttpリクエストをいじれるtuiツール『wuzz』
123
https://orebibou.com/2017/04/%e3%82%bf%e3%83%bc%e3%83%9f%e3%83%8a%e3%83%ab%e3%81%8b%e3%82%89http%e3%83%aa%e3%82%af%e3%82%a8%e3%82%b9%e3%83%88%e3%82%92%e3%81%84%e3%81%98%e3%82%8c%e3%82%8btui%e3%83%84%e3%83%bc%e3%83%ab%e3%80%8ewuzz/
124
125
>使ってみたい
126
127
もた日記 - 補完、ハイライトが効くHTTP Prompt対話型クライアントを使ってみる
128
http://wonderwall.hatenablog.com/entry/2017/07/24/210412
129
130
>使ってみたい
131
132
## Web
133
134
XssPy – Web Application XSS Scanner(単に使った事がない)
135
https://github.com/faizann24/XssPy
136
137
パラメータを好きなものに書き換えて送ってくれるsWebMachineGunを使ってみたのでメモ(単に使った事がない。とりあえずメモ)
138
http://bogus.jp/wp/?p=1754 http://rocketeer.dip.jp/sanaki/free/free140.htm
139
140
BSQLinjector(使いこなせない感じ。勉強不足。。)
141
http://seclist.us/bsqlinjector-blind-sql-injection-exploitation-tool-written-in-ruby.html https://github.com/enjoiz
142
143
XSSvectorMaker(指定の条件下でXSSの文字列を作成するための補助ツール。まだ使ったこと無い。便利そう。)
144
https://int21h.jp/tools/XSSvectorMaker/
145
146
BBQSQL – A Blind SQL Injection Exploitation Tool(使ったこと無い)
147
https://latesthackingnews.com/2016/10/23/bbqsql-blind-sql-injection-exploitation-tool/
148
149
web FUzz ChecK(いろいろ脆弱性や、そのとっかかりを見つけてくれそうではある)
150
https://github.com/m---/webfuck
151
152
153
154
## Binary
155
156
Veles - New open source tool for binary data analysis
157
https://codisec.com/veles/
158
159
>かなり良さそう
160
161
## Pwn
162
163
0x00-0x00/ShellPop
164
https://github.com/0x00-0x00/ShellPop
165
166
>リバースシェルを実行するためのシェル芸を生成するツール
167
168
GitHub - Hyperpwn
169
https://github.com/bet4it/hyperpwn
170
171
>Hyperpwn is a Hyper plugin to improve the display when debugging with GDB.
172
173
174
GitHub - countercept/python-exe-unpacker
175
https://github.com/countercept/python-exe-unpacker
176
177
>なんかよさげなアンパッカー
178
179
dnSpy
180
https://github.com/0xd4d/dnSpy/releases/tag/v5.0.0 [凄すぎて大草原不可避な.NET デコンパイラdnSpyを使ってみる](https://qiita.com/NetSeed/items/54fbf30cb21c77c05c41)
181
182
>.NETのデコンパイラ [ILSpy](https://www.google.com/search?client=firefox-b&ei=wKHlWpiAAsj10gSViqCgDg&q=ILSpy&oq=ILSpy)より良いらしい
183
184
MongoDB team の Web-UI interactive disassembler(環境構築が大変そうだけど、カッコ良さそう)
185
https://github.com/mongodb-labs/disasm
186
187
distormの解説(まだ使ったこと無い。Kali Linuxに入ってる)
188
http://i53.hatenablog.jp/entry/2015/04/27/171932
189
190
darm(まだ使ったこと無い。A light-weight and efficient disassembler written in C for the ARMv7 instruction set.)
191
https://github.com/jbremer/darm
192
193
KLEE(使ったこと無い。良いという話は聞く)
194
http://klee.github.io/
195
196
kernelpop - カーネル権限昇格エクスプロイトフレームワーク 
197
https://github.com/spencerdodd/kernelpop
198
199
Github - kriw/ropchain
200
https://github.com/kriw/ropchain
201
202
---
203
204
Intel Pin - A Dynamic Binary Instrumentation Tool(使う機会がない。便利そうではある。)[利用例](http://bono-ipad.github.io/2016Nenga.html)
205
https://software.intel.com/en-us/articles/pin-a-dynamic-binary-instrumentation-tool
206
207
>ももいろテクノロジー - Intel Pinを使ってみる
208
>http://inaz2.hatenablog.com/entry/2016/03/09/221725
209
210
>ももいろテクノロジー - Intel Pinでcmptraceを作ってみる
211
>http://inaz2.hatenablog.com/entry/2016/03/09/221817
212
213
>ももいろテクノロジー - Intel Pinでlivestringsを作ってみる
214
>http://inaz2.hatenablog.com/entry/2016/03/10/224654
215
216
217
discover.sh(ペネトレーションテスト以外で使う機会がない)
218
https://github.com/leebaird/discover
219
220
angr ShellphishによるPython製バイナリ解析フレームワーク シンボリック実行による動的解析や静的解析がセットでできる
221
http://angr.io/
222
223
pedaからforkしたもの。CentOSでなんか動かない。pedaは動いてるんだが。。
224
https://github.com/akiym/pedal
225
226
---
227
228
Binary Ninjya(IDA Proっぽい何か。Debian系じゃないとインストール厳しそう。CentOSに入れようとしたけど断念した。)
229
https://binary.ninja/index.html
230
231
Bokken(x64デバッガ。単に使った事がない。依存しているパッケージが多くて導入が大変そう。)
232
http://bokken.re/download.html http://pinksawtooth.hatenablog.com/entry/2015/08/04/193433
233
234
voltron(extensible debugger UI toolkit written in Python 単に使った事がない)
235
https://github.com/snare/voltron
236
237
x64_dbg(x64デバッガ。単に使った事がない)
238
http://x64dbg.com/#start
239
240
BinDiff,BinNavi(便利そう。単に使った事がない)
241
http://www.zynamics.com/software.html https://security.googleblog.com/2016/03/bindiff-now-available-for-free.html
242
243
ROPInjector - Convert any Shellcode in ROP and patch it into a given Portable Executable (PE) (よくわからん。使ったこと無い)
244
http://www.kitploit.com/2016/04/ropinjector-convert-any-shellcode-in.html?utm_source=dlvr.it&utm_medium=twitter
245
246
---
247
248
DE4DOT - A free, open source .net deobfuscator.(.NETの何か)
249
http://de4dot.com/
250
251
## Forensic
252
253
peepdf 脆弱性を持ったpdfの解析(単に使った事がない)
254
https://github.com/jesparza/peepdf [解説](http://blog.kawa-xxx.jp/entry/2016/09/19/165709)
255
256
Passcovery 各種ファイルのパスワードリカバリ(単に使った事がない)
257
http://passcovery.com/
258
259
hashcat 各種ファイルのパスワードリカバリ(単に使った事がない)
260
http://hashcat.net/oclhashcat/ [利用例1](https://github.com/praetorian-inc/Hob0Rules) [利用例2](http://inaz2.hatenablog.com/entry/2016/05/20/011353)
261
262
Hashcracker - Python Hash Cracker
263
https://www.kitploit.com/2020/02/hashcracker-python-hash-cracker.html
264
265
かわろぐ - データ保全ツール CDIR Collector を使ってみた(Forensicの仕事してたら便利そう)
266
http://blog.kawa-xxx.jp/entry/2016/10/08/162037
267
268
rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
269
https://phiresky.github.io/blog/2019/rga--ripgrep-for-zip-targz-docx-odt-epub-jpg/
270
271
>pdfやdocx、sqlite、画像や動画のメタデータなどを全部grepできるツール
272
273
## Crypto
274
275
ius/rsatool(便利そう。単に使う機会がない)
276
https://github.com/ius/rsatool
277
278
SageMath(数式処理ソフト:使いこなせない。。とりあえずメモ)
279
http://www.sagemath.org/
280
281
PARI/GP(計算機代数システム:使いこなせない。。とりあえずメモ)
282
http://pari.math.u-bordeaux.fr/
283
284
プリンストン大学 CITP - MEMORY RESEARCH PROJECT SOURCE CODE(むしろ使いたい)
285
https://citp.princeton.edu/research/memory/code/
286
287
>Memory imaging
288
>>USB / PXE Imaging Tools	 	bios_memimage-1.2.tar.gz	  (sig)
289
>>EFI Netboot Imaging Tools	 	efi_memimage-1.0.tar.gz	  (sig)
290
291
>Automatic key-finding
292
>>AESKeyFinder	 	aeskeyfind-1.0.tar.gz	  (sig)
293
>>RSAKeyFinder	 	rsakeyfind-1.0.tar.gz	  (sig)
294
295
>Error-correction for AES key schedules
296
>>AESFix	 	aesfix-1.0.1.tar.gz	  (sig)
297
298
299
## Misc
300
301
JPEXS Free Flash Decompiler(Flashファイルを解析)
302
https://www.free-decompiler.com/flash/
303
304
Windows Sysinternals(ctfで使う機会がなさそう)
305
https://technet.microsoft.com/ja-jp/sysinternals/ff181602 https://technet.microsoft.com/ja-jp/sysinternals/bb545027
306
307
Qiita - Windowsのトラブルシューティング用の63のツール「Sysinternal Suite」
308
http://qiita.com/mima_ita/items/d3763ad42ef3cc66f669
309
310
>儂のツールは六十三式まであるぞ
311
312
LinuxでコンソールからWindowsを操作しよう!PSexecのLinux版『winexe』コマンド
313
http://orebibou.com/2015/03/linux%E3%81%A7%E3%82%B3%E3%83%B3%E3%82%BD%E3%83%BC%E3%83%AB%E3%81%8B%E3%82%89windows%E3%82%92%E6%93%8D%E4%BD%9C%E3%81%97%E3%82%88%E3%81%86%EF%BC%81psexec%E3%81%AElinux%E7%89%88%E3%80%8Ewinexe%E3%80%8F/
314
315
# Tool調査(没)
316
317
以下の理由で使用しないと決めたツールです。
318
319
* 自分の環境だと動かない
320
* 代替できる手段がある
321
* 使う機会がない
322
323
## Web
324
325
sqlmap(実はCTFで使う機会は、ほぼ無いと思われる)[*1](http://qiita.com/shyamahira/items/9f80d16c3436f9dea753)[*2](http://icheernoom.blogspot.jp/2015/10/tum-ctf-teaser-webshop-web-write-up.html)
326
http://sqlmap.org/
327
328
## Binary
329
330
xortool(なんか動かない)
331
https://github.com/hellman/xortool
332
333
334
335
336
337
# Site
338
339
## All-over
340
341
Github/lucyoa - CTF Wiki
342
https://github.com/lucyoa/ctf-wiki
343
344
Study - pwnable 學習資源
345
https://pwn.torchpad.com/Study
346
347
>中国のサイト。私や、ももテクや、bataさんの勉強会資料もメモられている
348
349
sonickun.log
350
http://sonickun.hatenablog.com/
351
352
Nootropic.me
353
http://nootropic.me/ http://nootropic.me/blog/
354
355
security etc...
356
http://rintaro.hateblo.jp/
357
358
Hacking techniques useful during CTFs
359
https://github.com/lucyoa/ctf-wiki
360
361
Pentest 
362
http://www.bhafsec.com/wiki/index.php/Main_Page
363
364
> Pentestの解説(各言語がある)
365
366
## Binary
367
368
ももいろテクノロジー
369
http://inaz2.hatenablog.com
370
371
バイナリの歩き方
372
http://07c00.hatenablog.com/
373
374
一生後で読んでろ
375
http://ntddk.github.io/
376
377
KENJI'S HOMEPAGE
378
http://ruffnex.oc.to/kenji/
379
380
バイナリと数式と
381
http://07c00.tumblr.com/
382
383
Log.i53 (アンパック関係)
384
http://i53.hatenablog.jp/
385
386
## Crypto
387
388
₍₍ (ง ˘ω˘ )ว ⁾⁾ < 暗号楽しいです
389
http://elliptic-shiho.hatenablog.com/
390
391
392
393
394
395
396
397
# Latest Hacking News
398
399
## Cheet Sheets
400
401
Security Cheat Sheets for Ethical Hacking and Penetration Testing
402
https://www.latesthackingnews.com/security-cheat-sheets-for-ethical-hacking-and-penetration-testing/
403
404
Kali Linux Commands Cheat Sheet
405
https://www.latesthackingnews.com/kali-linux-commands-cheat-sheet/
406
407
Metasploit Cheat Sheet Free Download
408
https://www.latesthackingnews.com/metasploit-cheat-sheet-free-download/
409
410
# Online CTF
411
412
やりたいのがどんどん溜まっていく。。
413
414
[ふるかわ](http://nanuyokakinu.hatenablog.jp/about)さんがまとめてくださっています。
415
416
常設CTFまとめ
417
http://nanuyokakinu.hatenablog.jp/entry/2015/08/24/213158
418
419
zardus/wargame-nexus
420
https://github.com/zardus/wargame-nexus
421
422
Root Me
423
https://www.root-me.org/en/Challenges/
424
425
426
427
428
## 勉強
429
430
HACK UCF - CTF-Workshop
431
https://github.com/kablaa/CTF-Workshop
432
433
FuzzySecurity - Tutorials
434
http://www.fuzzysecurity.com/tutorials.html
435
436
437
# 用語集
438
439
GDATA ウイルス用語集
440
https://www.gdata.co.jp/labs/glossar
441
442
日立ソリューションズ セキュリティ用語辞典
443
http://securityblog.jp/security_wordlist.html
444
445
@IT セキュリティ用語辞典
446
http://www.atmarkit.co.jp/fsecurity/dictionary/indexpage/securityindex.html
447
448
# Article
449
450
CTFチームPlaid Parliament of Pwningによる"suggestions-for-running-a-ctf"という資料を、日本のCTFチームscryptosが和訳したもの
451
https://github.com/scryptos/docs/blob/master/suggestions-for-running-a-ctf-ja.md
452
453
454
455
456
# Memo
457
458
Linux Performance - Linuxのアーキテクチャとそれを調べる各種ツールが整理されていて良き
459
http://www.brendangregg.com/linuxperf.html
460
461
電気通信大学 CTF/Toolkit 
462
https://wiki.mma.club.uec.ac.jp/CTF/Toolkit
463
464
コンピュータアーキテクチャ
465
http://ist.ksc.kwansei.ac.jp/~ishiura/arc/
466
467
CTF TIME
468
https://ctftime.org/
469
470
Zach Riggle
471
https://github.com/zachriggle
472
473
byt3bl33d3r
474
https://github.com/byt3bl33d3r
475
476
jhaddix
477
https://github.com/jhaddix [The Bug Hunters Methodology](https://github.com/jhaddix/tbhm)
478
479
---
480
英語。。
481
482
Corelan Team
483
https://www.corelan.be/index.php/articles/
484
485
OPEN SECURITY TRAINING.INFO  Locally Hosted Classes
486
http://opensecuritytraining.info/Training.html
487
488
---
489
490
Practical Malware Analysis (和訳)
491
http://pinksawtooth.hatenablog.com/entry/2015/08/29/235658
492
http://pinksawtooth.hatenablog.com/entry/2015/08/30/155043
493
http://pinksawtooth.hatenablog.com/entry/2015/08/30/235725
494
http://pinksawtooth.hatenablog.com/entry/2015/09/04/220113
495
http://pinksawtooth.hatenablog.com/entry/2015/09/06/174447
496
http://pinksawtooth.hatenablog.com/entry/2015/09/08/233723
497
498
499
500
## Draft
501
502
メモの書き溜め
503
504
言葉足らず - 情報セキュリティのまとめ(春)
505
http://sakura818uuu.hatenablog.com/entry/2016/02/09/%E6%83%85%E5%A0%B1%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E3%81%AE%E3%81%BE%E3%81%A8%E3%82%81%EF%BC%88%E6%98%A5%EF%BC%89
506
507
>ご紹介ありがとうございます。
508
509
Pass-the-Hash
510
https://www.google.co.jp/search?hl=ja&as_qdr=y15&lr=lang_ja&num=100&q=path-the-hash&gws_rd=ssl
511
512
pwnypack - Official Certified Edible Dinosaurs CTF toolkit.
513
https://pypi.python.org/pypi/pwnypack/
514
515
vulnhub
516
https://www.vulnhub.com/
517
518
DÉLIMITEUR DE DONNÉES - Useful tools for CTF
519
http://delimitry.blogspot.ca/2014/10/useful-tools-for-ctf.html
520
521
Binary Analysis
522
https://events.ccc.de/congress/2013/wiki/Session:Binary_Analysis
523
524
byt3bl33d3r/CrackMapExec - A swiss army knife for pentesting Windows/Active Directory environments
525
https://github.com/byt3bl33d3r/CrackMapExec
526
527
Hacking Tools Repository 
528
http://gexos.github.io/Hacking-Tools-Repository/
529
530
Pwn De Ring - PwnやReversingに使えそうなデバッガ紹介
531
http://pwn.hatenadiary.jp/entry/2016/12/24/110723
532
533
Web Application Penetration Testing Notes
534
https://techvomit.net/web-application-penetration-testing-notes/