プロジェクト

全般

プロフィール

CTF » 履歴 » バージョン 10

kanata, 2025/04/27 11:54

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