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