Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CTF-s-Tools — CTFに役立つツールを索引化するリポジトリ | Kitploit
ツール/GitHubGitHub/ph4l4nx/ctf-s-tools
OSINT (オープンソースインテリジェンス)エクスプロイトリバースエンジニアリングステガノグラフィーマルウェア分析デジタルフォレンジック暗号化CTFペネトレーションテスト学習と教育厳選リソースラボと実践
2956ヶ月前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
GitHub
ph4l4nx/ctf-s-tools

CTF-s-Tools

CTFに役立つツールを索引化するリポジトリ

リポジトリを見る

興味深いCapture The Flagツールやその他のものをまとめたリポジトリ。

  • 目次
    • 練習用プラットフォーム
    • 暗号
      • メイン
      • サブ
      • ハッシュ
      • 難解言語
    • ステガノグラフィー
    • OSINT
      • 脅威ハンティング
    • フォレンジック
    • リバースエンジニアリング
    • エクスプロイト
    • ペネトレーションテスト
      • 偵察
      • Web
      • エクスプロイトデータベース
      • Docker
      • 認証情報
      • CVEデータベースの脆弱性
      • エクスプロイテーション
      • Active Directory
      • 権限昇格
        • Windows
        • Linux
      • システム内の正規バイナリ
      • AV回避
      • 自動化フレームワーク
      • モバイル
      • Wi-Fi
      • ユーティリティ
    • マルウェア
      • オンラインエンジン
      • マルウェア解析用ディストリビューション
      • ツール
      • 無料AV、EDR、サンドボックス
      • ランサムウェア
      • APT
      • ブログと情報
    • ユーティリティ
    • Wikis
    • Write-Ups
    • その他のツール

練習用プラットフォーム

https://ctftime.org/

https://www.hackthebox.eu/

https://atenea.ccn-cert.cni.es/home

https://tryhackme.com/

https://www.vulnhub.com/

  • Web Hackingチャレンジ: http://webhacking.kr/

  • 最新の暗号を学ぶためのプラットフォーム: https://cryptohack.org/

  • リバースエンジニアリングプラットフォーム: https://crackmes.one/

  • フォレンジックチャレンジ: https://ctf.unizar.es/ && https://freetraining.dfirdiva.com/dfir-ctfs-challenges && https://socvel.com/

  • PicoCTF: https://play.picoctf.org/login

  • ブルーチーム: https://letsdefend.io/

暗号

メイン

https://gchq.github.io/CyberChef/

https://www.dcode.fr/tools-list#cryptography

  • 暗号識別・解析ツール: https://www.boxentriq.com/code-breaking/cipher-identifier

  • データ形式識別ツール: https://geocaching.dennistreysa.de/multisolver/

サブ

  • 自動暗号文ソルバー(換字式): https://quipqiup.com/

  • 頻度分析: https://crypto.interactive-maths.com/frequency-analysis-breaking-the-code.html

  • ヴィジュネル暗号のブルートフォース: https://guballa.de/vigenere-solver

  • RsaCtfTool: https://github.com/Ganapati/RsaCtfTool

  • 絵文字メッセージの復号: https://cryptoji.com/ & https://cryptii.com/pipes/morse-code-with-emojis

  • Padding-oracle-attacker: https://github.com/KishanBagaria/padding-oracle-attacker

  • 国際信号旗の辞書: https://en.wikipedia.org/wiki/International_maritime_signal_flags

  • Enigma: https://cryptii.com/

  • 素因数分解: http://factordb.com/

  • 暗号解析のまとめ: https://github.com/mindcrypt/Cryptanalysis

http://rumkin.com/tools/cipher/

  • リアルタイム変換: https://kt.gy/tools.html#conv/

  • Torの隠れサービスディスクリプタまたは公開鍵からオニオンアドレスを計算する簡単なスクリプト: https://gist.github.com/DonnchaC/d6428881f451097f329e (正常に動作させるには14行目を修正する必要があります "onion_address = hashlib.sha1(key.exportKey('DER')[22:]).digest()[:10]")。

  • 音声認識(テキスト変換): https://speech-to-text-demo.ng.bluemix.net/

  • 歌詞: https://codewithrockstar.com/online

  • 文字列のMD5ハッシュオンライン生成: http://www.md5.cz/

ハッシュ

  • ハッシュDB: https://crackstation.net/

  • Dehashed: https://www.dehashed.com/

  • ハッシュクラック: http://rainbowtables.it64.com/

  • ハッシュDB: https://www.onlinehashcrack.com/

  • ハッシュDB: https://md5decrypt.net/en/

  • ハッシュDB: https://hashkiller.io/

  • ハッシュDB: https://hashes.com/en/decrypt/hash

難解言語

  • Ook! 難解プログラミング言語デコーダー: https://www.dcode.fr/ook-language

  • Brainfuck 難解プログラミング言語デコーダー: https://www.dcode.fr/brainfuck-language

  • Malboge 難解プログラミング言語デコーダー: https://www.malbolge.doleczek.pl/

  • COW 難解プログラミング言語: https://frank-buss.de/cow.html

ステガノグラフィー

  • Exiftool

  • Zsteg

  • Exiv2

  • Identify -verbose file

  • マジックナンバー/ファイルシグネチャ: https://asecuritysite.com/forensics/magic && https://www.garykessler.net/library/file_sigs.html → Hexeditor

  • Binwalk -e image

  • Foremost -i image -o outdir

  • Steghide: http://steghide.sourceforge.net/documentation/manpage_es.php (例: steghide extract -sf file , steghide info file)

  • Stegseek: https://github.com/RickdeJager/stegseek (StegCrackerより優れている)

  • StegCracker: https://github.com/Paradoxis/StegCracker

  • より深いステガノグラフィー解析ツール: https://aperisolve.fr/

  • スペクトラムアナライザー: https://academo.org/demos/spectrum-analyzer/

  • Stegsolve: https://github.com/zardus/ctf-tools/blob/master/stegsolve/install (実行: java -jar steg_solve.jar)

  • フーリエ変換: http://bigwww.epfl.ch/demo/ip/demos/FFT/ && https://github.com/0xcomposure/FFTStegPic

  • デジタル不可視インクのステゴツール: https://sourceforge.net/projects/diit/

  • 8ビットAtariターボカセットテープのファイルをデコード: https://github.com/baktragh/turbodecoder

https://incoherency.co.uk/image-steganography/#unhide

http://exif-viewer.com/

https://stegonline.georgeom.net/upload

https://stylesuxx.github.io/steganography/

https://skynettools.com/free-online-steganography-tools/

  • モールス符号 適応オーディオデコーダー: https://morsecode.world/international/decoder/audio-decoder-adaptive.html

  • Audacity(sudo apt-get install audacity)例: https://www.hackiit.cf/write-up-hackiit-ctf-biological-hazard-ii/

  • AudioStego: https://github.com/danielcardeenas/AudioStego

  • 不審なファイルやURLを分析してステゴマルウェアを検出: https://stegoinspector.com/#/

  • オーリベシュ翻訳: https://funtranslations.com/aurebesh

  • Bitcoinステガノグラフィー: https://incoherency.co.uk/stegoseed/

  • 文字化けステガノグラフィー: https://incoherency.co.uk/mojibake/

  • チェスステガノグラフィー: https://incoherency.co.uk/chess-steg/

  • マジックアイソルバー/ビューア: https://magiceye.ecksdee.co.uk/

  • QRコードデコーダー: https://online-barcode-reader.inliteresearch.com/ && https://zxing.org/w/decode.jspx

  • Stegosuite: http://manpages.ubuntu.com/manpages/bionic/man1/stegosuite.1.html

  • StegSpy: http://www.spy-hunter.com/stegspydownload.htm

  • StegSecret: http://stegsecret.sourceforge.net/

  • Openstego: https://www.openstego.com/

  • Stegpic: https://domnit.org/stepic/doc/

  • Bytehist:

https://www.bertnase.de/npiet/npiet-execute.php

  • 画像の修復: https://online.officerecovery.com/es/pixrecovery/

  • ピクセル化されたスクリーンショットからパスワードを復元するツール: https://github.com/beurtschipper/Depix

  • フォレンジック画像解析: https://github.com/GuidoBartoli/sherloq

  • ゼロ幅文字を使ったUnicodeステガノグラフィー: https://330k.github.io/misc_tools/unicode_steganography.html

  • Stegsnow(ゼロ幅文字): https://pentesttools.net/hide-secret-messages-in-text-using-stegsnow-zero-width-characters/

  • SPAM言語またはPGP: https://www.spammimic.com/decode.shtml

  • f5stegojs: https://desudesutalk.github.io/f5stegojs/

  • 短縮URLを展開: https://unshorten.it/

  • PNGダンプ: https://blog.didierstevens.com/2022/04/18/new-tool-pngdump-py-beta/

OSINT

  • IP情報: https://bgp.tools/

  • IP情報: https://www.maxmind.com/en/geoip-demo

https://sitereport.netcraft.com/? && https://searchdns.netcraft.com/

  • https://iocfeed.mrlooquer.com/

  • https://www.ipaddress.com/

  • GHDB(Googleハッキングデータベース): https://www.exploit-db.com/google-hacking-database

  • Googleチートシート: https://gist.github.com/sundowndev/283efaddbcf896ab405488330d1bbc06

https://ciberpatrulla.com/links/

https://osintframework.com/

  • OSINT調査に役立つツール、フローチャート、チートシート: https://technisette.com/p/tools

  • 総まとめ: https://osint.link/

  • ドメインDB(ウェブアーカイブ): http://web.archive.org/ && https://archive.eu/

  • DNS検索: https://dns.coffee/

  • サイバー防衛検索: https://www.onyphe.io/

  • 不正利用ドメイン・IP: https://www.abuseipdb.com/

https://dns-lookup.jvns.ca/

https://www.greynoise.io/

https://www.brightcloud.com/tools/url-ip-lookup.php

  • URLレピュテーションチェッカー: https://www.urlvoid.com/

  • IoTの検索エンジン: https://www.shodan.io/ && 全フィルターのチートシート: https://beta.shodan.io/search/filters

  • IVRE: https://ivre.rocks/

  • 脅威インテリジェンスツール: https://cyberfive.uk/threat-intel-tools/

https://talosintelligence.com/

  • PGPグローバルディレクトリ: https://keyserver2.pgp.com/vkd/GetWelcomeScreen.event

  • Hurricane Electric BGP: https://bgp.he.net/

  • Email2PhoneNumber: https://github.com/martinvigo/email2phonenumber

  • ハニーポットかどうか: https://honeyscore.shodan.io/

https://builtwith.com/

  • 流出メールDB(TOR): http://pwndb2am4tzkvold.onion/

  • メールアドレスやパスワードが漏えいしているか確認するサイト: https://haveibeenpwned.com/

  • リーク情報: https://leaks.sh/

  • 流出DB: https://www.dehashed.com/?__cf_chl_jschl_tk__=ab484f797848c365ec48f7297ac4b9ba4587d775-1625827161-0-ARQgSNH3MSi0R4OUxmHmJCgUIz4nZrldFwXK6QZ21tONCEndyB_ypTCETLDm8vhRWeKD6v_ZraA5mbmvd03j1oeQb7QNsx5pg0lMhaNv2l7aw8DKR4a7ENkylr9knbiDx9X3RVn5AcH2uWuG_yRgk28j6x_zyccpXWc8LsTN9VxXZCZb16SEqwbuLdQ-JjWp0eQIgEMAPkLgosrsZyCdRa0A2mqMu8Mz4g-j4z8xR4v-4tqNwcP_TNtCK74-DIWZ80Zth2At6XizE72m_QifLrQH-gFUWPQ7hMzbNr5ONgZbyTZy_0YQA2SqHS5EUj5duq3WhbHdKEsRzXC6ch1EdQ5GagnSc8fH_NAqrI2aebrGF37HEXWkn7ZwxLGDLPAF63tV-77gQ4xhCnCDJp-vpcs

  • 流出メールDB: https://intelx.io/

  • 流出メールDB: https://cybernews.com/personal-data-leak-check/

  • PwnDBスクリプト: https://github.com/davidtavarez/pwndb

  • 平文のフィルタリング済み認証情報を検索: https://esgeeks.com/pwndb-buscar-credenciales-filtradas-texto-plano/

  • メールチェッカー: https://toolbox.googleapps.com/apps/checkmx/

  • 車両認識: https://carnet.ai/

  • 写真の撮影時刻・太陽位置計算: https://www.suncalc.org/#/27.6936,-97.5195,3/2024.01.09/09:23/1/3

  • 汎用ツール: https://github.com/Moham3dRiahi/Th3inspector

脅威ハンティング

分析I: https://centralops.net/co/

分析II: https://viewdns.info/

分析III: https://sitereport.netcraft.com/

分析IV: https://www.ipaddress.com/

マルウェア: https://www.virustotal.com/gui/home/upload & https://opentip.kaspersky.com/

レピュテーション: https://talosintelligence.com/, https://www.abuseipdb.com/

ドメインの技術: https://builtwith.com/

URLのリダイレクト経路を追跡するツール: https://wheregoes.com/

ドメインの履歴: https://web.archive.org/

リアルタイムブラックホールリスト、ASN: https://bgp.he.net/

SSL証明書: https://www.digicert.com/help/

リダイレクト: https://lookyloo.circl.lu/

フィッシングドメインDB: http://phishtank.org/

フィッシングドメインDB: https://phishcheck.me/

フィッシングドメインCSV: https://phishstats.info/

フィッシング調査: https://safeweb.norton.com/ , https://isitphishing.org/, https://openphish.com/ && https://opentip.kaspersky.com/.

総まとめ: https://osintframework.com/

メールアカウント分析: curl emailrep.io/john.[email protected]

フォレンジック

  • オンラインPCAP解析: https://lab.dynamite.ai/

  • pcapから文字列を特定するツール: https://github.com/bee-san/pyWhat。例:python3 -m pywhat redteam_test03-10423dd9015c050a40b7ccf2a53f57a9.pcapng > output

  • 高度なPCAP解析: https://www.kitploit.com/2023/08/bryobio-network-pcap-file-analysis.html

  • Wireshark。チートシート: https://cdn.comparitech.com/wp-content/uploads/2019/06/Wireshark-Cheat-Sheet-1.jpg

  • Volatility。チートシート: https://blog.onfvp.com/post/volatility-cheatsheet/ >>> Malfind、yarascan、Connscan、netscan

  • Foremost

  • Binwalk

  • Autopsy

  • PhotoRec: https://www.cgsecurity.org/wiki/PhotoRec

  • 写真フォレンジック: https://29a.ch/photo-forensics/#forensic-magnifier

  • Recuva: https://www.ccleaner.com/recuva

  • キー: https://www.nirsoft.net/utils/product_cd_key_viewer.html

  • DDRescue。 https://launchpad.net/ddrescue-gui

  • Rescuezilla: https://rescuezilla.com/

  • PolarProxy: https://www.netresec.com/?page=PolarProxy

  • MRC: https://www.magnetforensics.com/resources/magnet-ram-capture/

  • メディア取得(ディスクからイメージへ): https://guymager.sourceforge.io/

  • Windowsイベントログの高速検索・調査:

https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/

https://blog.didierstevens.com/programs/xorsearch/

フォレンジックの総まとめ: https://start.me/p/JDRmPO/recursos-forenses && https://start.me/p/q6mw4Q/forensics

リバースエンジニアリング

  • Binwalk

  • Dotpeek(.NET)

  • Angr(難読化解除済みコード): https://angr.io/ && https://napongizero.github.io/blog/Defeating-Code-Obfuscation-with-Angr

  • GameBoyデバッガー: https://bgb.bircd.org/

  • IDA Pro。チートシート: https://www.dragonjar.org/cheat-sheet-ida-pro-interactive-disassembler.xhtml

  • OllyDbg。チートシート: http://www.ollydbg.de/quickst.htm

  • GDB: https://gist.github.com/rkubik/b96c23bd8ed58333de37f2b8cd052c30

  • Radare2。チートシート: https://gist.github.com/williballenthin/6857590dab3e2a6559d7

  • Ghidra。チートシート: https://hackersfun.com/wp-content/uploads/2019/03/Ghidra-Cheat-Sheet.pdf

  • Immunity Debugger: https://www.immunityinc.com/products/debugger/

  • x64dbg

  • DnSpy https://github.com/dnSpy/dnSpy

  • Binary Ninja: https://binary.ninja/

  • 初心者向けリバースエンジニアリングツール: https://exeinfo-pe.en.uptodown.com/windows

  • Regshot: https://sourceforge.net/projects/regshot/ (バイナリ実行前後)

  • CFF explorer: https://download.cnet.com/CFF-Explorer/3000-2383_4-10431156.html

  • オンラインディスアセンブラ: https://onlinedisassembler.com/static/home/index.html

エクスプロイト

  • 例1: python -c "print 'A'*150" >>> 次に ./binario 150 A

python -c "print ('A' * 5100)"

  • 例2: (echo -e "\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68\x2f\x62\x69\x6e\x89\xe3\x89\xc1\x89\xc2\xb0\x0b\xcd\x80\x31\xc0\x40\xcd\x80"; cat-) | ./binario (x86 32ビットLinux用シェルコード)

ペネトレーションテスト

一般的なポートのチートシート: https://packetlife.net/media/library/23/common_ports.pdf

列挙(Enumeration)のチートシート: https://pentestwiki.org/enumeration-cheat-sheet/

偵察

  • Nmap。チートシート: https://highon.coffee/blog/nmap-cheat-sheet/ && https://scadahacker.com/library/Documents/Cheat_Sheets/Hacking%20-%20NMap%20Quick%20Reference%20Guide.pdf

  • OS偵察: "サービスのバージョン https://launchpad.net/"

  • https://sitereport.netcraft.com/

  • GUI-DNSRecon: https://www.kitploit.com/2023/02/dnsrecon-gui-dnsrecon-tool-with-gui-for.html

  • enum4linux - https://highon.coffee/blog/enum4linux-cheat-sheet/

Dig: https://cheatography.com/tme520/cheat-sheets/dig/

wget -nd -r -P /save/location -A jpeg,jpg,bmp,gif,png http://www.somedomain.com

robots.txtを迂回して再帰的にファイルをダウンロード: wget -e robots=off -drc -l5 domain* 第三者サービスによるスキャン: https://hackertarget.com/nmap-online-port-scanner/, https://www.ipfingerprints.com/, https://spiderip.com/online-port-scan.php, https://portscanner.standingtech.com/ && https://www.yougetsignal.com/tools/open-ports/

  • Scanlessプロジェクト: https://github.com/vesche/scanless

  • ドメインからメールアドレスを一覧取得: https://maildump.co/domain-search

  • 企業のドメインを一覧取得: Curl https://sonar.omnisint.io/tlds/

  • SPF,DKIM,DMARC: https://github.com/MattKeeley/Spoofy & https://www.kitploit.com/2023/02/email-vulnerablity-checker-find-email.html & https://github.com/magichk/magicspoofing && https://toolbox.googleapps.com/apps/checkmx/

  • 企業のハッシュとパスワード: https://www.dehashed.com/

  • dnsrecon -d dte.local -n IP - https://pentestlab.blog/2012/11/13/dns-reconnaissance-dnsrecon/

  • 最大級のDNS履歴データ: https://securitytrails.com/

  • DNSホストレコード: https://hackertarget.com/find-dns-host-records/

  • HTTPヘッダー分析脆弱性ツール: https://dnsdumpster.com/

  • ReconFTW: https://github.com/six2dez/reconftw

  • Autorecon: https://github.com/Tib3rius/AutoRecon

  • OSINT収集ツール: https://github.com/s0md3v/Photon

  • OSINT収集ツール: https://github.com/laramies/theHarvester

  • DNSリゾルバー: https://github.com/d3mondev/puredns

  • Sublist3r: https://github.com/aboul3la/Sublist3r

Web

  • Wappalyzer

  • whatweb -v -a 3 scanme.nmap.org

  • https://github.com/projectdiscovery/urlfinder

  • nmap -p 80 --script=http-*

  • HTTPヘッダー分析脆弱性ツール: https://github.com/Aetsu/gethead/blob/gh-pages/gethead.py

  • Feroxbuster

  • Gobuster. チートシート: https://redteamtutorials.com/2018/11/19/gobuster-cheatsheet/

  • Burpsuite

  • OWASP ZAP, OpenVas, Sparta & Nikto. チートシート: https://cdn.comparitech.com/wp-content/uploads/2019/07/NIkto-Cheat-Sheet.webp

  • Hydra. チートシート: hydra -l admin -P /usr/share/wordlists/rockyou.txt IP http-post-form “__csrf_magic=sid%3Ae40fd9611063464c3ff346ffa53b7a28b3cd5971%2C1638348501&usernamefld=admin&passwordfld=^PASS^&login=Sign+In" || patator http_fuzz url=http://IP/ method=POST &usernamefld=admin&passwordfld=FILE0&login=Sign+In' 0=/usr/share/wordlists/rockyou.txt follow=1 accept_cookie=1 -x ignore:fgrep='Username or Password incorrect'

  • hydra -s 22 -l user -P /usr/share/wordlists/rockyou.txt IP -t 4 ssh

  • wfuzz. チートシート: https://book.hacktricks.xyz/pentesting-web/web-tool-wfuzz

  • 2FAバイパス: https://www.xmind.net/m/8Hkymg/

  • Dirbuster. https://mundo-hackers.weebly.com/dirbuster.html

  • Linkfinder: https://github.com/GerbenJavado/LinkFinder

  • Dirsearch: https://github.com/maurosoria/dirsearch

  • オールインワンの自動OSコマンドインジェクション・エクスプロイトツール: https://github.com/commixproject/commix

  • 自動XSSツール: https://xsser.03c8.net/

https://pentest-tools.com/home

https://book.hacktricks.xyz/

http://jsonviewer.stack.hu/

https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE

https://jorgectf.gitbook.io/awae-oswe-preparation-resources/

  • Webのヒント: https://www.nccgroup.com/globalassets/our-research/uk/images/common_security_issues_in_financially-orientated_web.pdf.pdf

エクスプロイトデータベース

  • CVE検索: https://github.com/Anonimo501/cve_search

  • https://www.exploit-db.com/

  • SearchSploit. チートシート: https://blog.ehcgroup.io/2018/11/27/01/00/39/4198/como-usar-searchsploit-para-encontrar-exploits/hacking/ehacking/

  • https://cvexploits.io/

Docker

権限昇格: docker run -v /:/mnt --rm -it imagen chroot /mnt sh

認証情報

  • ITデフォルト認証情報: https://github.com/ihebski/DefaultCreds-cheat-sheet/blob/main/DefaultCreds-Cheat-Sheet.csv
  • OTデフォルト認証情報: https://www.icsrank.com/

CVEデータベースの脆弱性

https://vulners.com/

エクスプロイテーション

  • オンラインリバースシェル生成ツール: https://www.revshells.com/

  • リバースシェルチートシート: https://reconshell.com/reverse-shell-cheat-sheet/ && チートシート: https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md

  • ウェブシェル: https://github.com/BlackArch/webshells

  • Popshells: https://github.com/0x00-0x00/ShellPop

  • 単純なシェルを完全対話型TTYへアップグレード: https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/

  • crackmapexec - https://cheatsheet.haax.fr/windows-systems/exploitation/crackmapexec/

  • Rundll32コマンドの例: https://www.jesusninoc.com/04/12/rundll32-commands-for-windows/

  • rdesktop IP, proxychains IP

  • sqlmap - https://www.security-sleuth.com/sleuth-blog/2017/1/3/sqlmap-cheat-sheet

  • リバースシェルペイロードジェネレーター - Hoaxshell: https://github.com/t3l3machus/hoaxshell

  • Microsoft Exchange上でのコマンド実行: https://github.com/WithSecureLabs/peas

  • Powerglot: https://github.com/mindcrypt/powerglot

Active Directory

  • ネットワークスキャナー: https://www.softperfect.com/products/networkscanner/

  • linWinPwn: https://github.com/lefayjey/linWinPwn

  • Mimikatz: https://book.hacktricks.xyz/windows-hardening/stealing-credentials/credentials-mimikatz

  • Crackmapexec: https://cheatsheet.haax.fr/windows-systems/exploitation/crackmapexec/

  • LDAP列挙: https://pentestwiki.org/enumeration-cheat-sheet/#h-ldap-enumeration

  • Seatbeltチェック: https://github.com/GhostPack/Seatbelt

  • Bloodhound: https://bloodhound.readthedocs.io/en/latest/index.html

  • Adalanche: https://www.kitploit.com/2021/08/adalanche-active-directory-acl.html

権限昇格

Windows

sudo apt install peass

  • WinPEAS: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS

  • Juicy potato: https://github.com/ohpe/juicy-potato

  • PowerUp: https://github.com/PowerShellMafia/PowerSploit/blob/dev/Privesc/PowerUp.ps1

Linux

  • LinPEAS: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS

  • LinEnum: https://github.com/rebootuser/LinEnum/blob/master/LinEnum.sh

  • BeRoot: https://github.com/AlessandroZ/BeRoot/tree/master/Linux

システム内の正規バイナリ

  • WindowsのLolbas: https://lolbas-project.github.io/

  • Unix系システムのGTFOBins: https://gtfobins.github.io/

AVバイパス

  • バイナリでWindows Defenderをバイパス: https://github.com/Bl4ckM1rror/FUD-UUID-Shellcode

  • Shikata ga nai: https://github.com/EgeBalci/sgn

  • AV回避: https://github.com/Veil-Framework/Veil-Evasion

  • Shellter: https://www.kali.org/tools/shellter/

自動化フレームワーク

  • Metasploit. チートシート: https://github.com/k1000o23/cheat_sheets/blob/master/metasploit_cheat_sheet.pdf

  • Kaboom: https://github.com/Leviathan36/kaboom

  • Fsocietyフレームワーク: https://github.com/Manisso/fsociety

  • Empire. チートシート: https://github.com/HarmJ0y/CheatSheets/blob/master/Empire.pdf

モバイル

  • モバイルペンテストチートシート: https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet && https://github.com/randorisec/MobileHackingCheatSheet

  • 自動化モバイルツール: https://github.com/MobSF/Mobile-Security-Framework-MobSF, https://github.com/SUPERAndroidAnalyzer/super

  • 脆弱なAndroidアプリケーションの一覧: https://github.com/netbiosX/Pentest-Bookmarks/blob/master/Training-Labs/Mobile-Testing/Android-Applications.mdown

  • PcapDroid: https://play.google.com/store/apps/details?id=com.emanuelef.remote_capture&hl=es_419&gl=US

Wi-Fi

  • Fingアプリ: https://www.fing.com/

  • Wi-Fiアナライザー: https://play.google.com/store/apps/details?id=com.farproc.wifi.analyzer&hl=es&gl=US&pli=1

  • Wi-Fi監査: https://github.com/v1s1t0r1sh3r3/airgeddon

  • https://en.kali.tools/?p=244

  • Wi-Fiクラック: https://github.com/s4vitar/wifiCrack

  • Fern: https://github.com/savio-code/fern-wifi-cracker

  • EvilTrust: https://github.com/s4vitar/evilTrust

  • RomBuster: https://github.com/EntySec/RomBuster

Yersinia

Bettercap

Wifi Pineapple

https://linuxhint.com/how_to_aircrack_ng/

  • PCAPキャプチャのクラック: https://www.onlinehashcrack.com/

ユーティリティ

  • mount -t cifs IP/SharedResource /mnt/smbmounted -o vers=2.1 && * smbclient -U "" -N //IP/SharedResource

  • dpkg -l は仮想マシンにインストールされている全プログラムを一覧表示する。出力をパイプして検索したいものを探す。

  • Msfvenom: https://www.offensive-security.com/metasploit-unleashed/msfvenom/ & https://www.offensive-security.com/metasploit-unleashed/binary-payloads/

  • Nishang: https://github.com/samratashok/nishang

  • ブロックされてる?: https://ippsec.rocks/?#

  • OSCPスタイル: https://gist.github.com/s4vitar/b88fefd5d9fbbdcc5f30729f7e06826e

  • ペンテストブック: https://pentestbook.six2dez.com/ && https://book.hacktricks.xyz/pentesting-methodology

  • 動画: https://www.youtube.com/c/S4viOnLive

マルウェア

オンラインエンジン

  • ベスト: https://omniasec.ai/

  • https://www.filescan.io/

  • Virustotal: https://www.virustotal.com/gui/home/search

  • オンラインCuckooサンドボックス: https://sandbox.pikker.ee/

  • ブラウザ拡張機能: https://spin.ai/application-risk-assessment/

  • APK: https://mobsf.live/ && https://koodous.com/

  • Joesandbox: https://www.joesandbox.com/#windows

  • Kaspersky: https://opentip.kaspersky.com/

  • Intezer: https://analyze.intezer.com/scan

  • Hybrid Analysis: https://www.hybrid-analysis.com/?lang=es

  • 偽造関連サイトのデータベース: https://desenmascara.me/

  • ANY.RUN https://any.run/

https://antiscan.me/

https://www.virscan.org/

  • Polyswarm: https://polyswarm.network

https://metadefender.opswat.com/?lang=en

マルウェア分析用ディストリビューション

  • WindowsベースのAI搭載リバースエンジニアリングツールキット: https://github.com/Jakiboy/ReVens

  • マルウェア調査用Linuxディストリビューション: https://docs.remnux.org/

  • マルウェア調査用Windowsディストリビューション: https://github.com/mandiant/flare-vm

  • https://github.com/LaurieWired/linux_malware_analysis_container

ツール

  • Sysinternals: https://docs.microsoft.com/en-us/sysinternals/

  • Systeminformer: https://systeminformer.sourceforge.io/

  • Capa: https://github.com/mandiant/capa

  • Detect it easy(パッカー検出器): https://en.kali.tools/?p=1644

  • Sysinspector: https://support.eset.com/es/que-es-eset-sysinspector

  • 実行ファイルの依存関係を解析するDependency Walker: https://www.dependencywalker.com/

  • Autoruns: https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns

  • RAMキャプチャ: https://belkasoft.com/ram-capturer

  • まとめ: https://github.com/rshipp/awesome-malware-analysis

  • リバースエンジニア向けツールキット: https://github.com/mentebinaria/retoolkit

  • PEstudio: https://www.winitor.com/

  • Malzilla: https://malzilla.org/

  • PROCMON+PCAP: https://www.procdot.com/

  • APKの分析: https://github.com/quark-engine/quark-engine && https://github.com/mvt-project/mvt && https://github.com/pjlantz/droidbox

  • XORSearch: https://blog.didierstevens.com/programs/xorsearch/

  • RATデコーダー: https://github.com/kevthehermit/RATDecoders

無料のAV・EDR・サンドボックス

  • ClamAV: https://www.clamav.net/downloads#otherversions

  • Mac用AV: https://www.pcrisk.es/mejores-programas-antivirus/8365-combo-cleaner-antivirus-and-system-optimizer-mac

  • サンドボックス: https://github.com/CERT-Polska/drakvuf-sandbox

  • DragonFly: https://dragonfly.certego.net/register

  • オフラインサンドボックス: https://sandboxie-plus.com/downloads/

  • OpenEDR: https://github.com/ComodoSecurity/openedr

ランサムウェア

  • ランサムウェア復号ツール: http://files-download.avg.com/util/avgrem/avg_decryptor_Legion.exe, https://success.trendmicro.com/solution/1114221-downloading-and-using-the-trend-micro-ransomware-file-decryptor, https://www.nomoreransom.org/es/decryption-tools.htmlm, https://www.avast.com/es-es/ransomware-decryption-tools , https://noransom.kaspersky.com/ , https://www.mcafee.com/enterprise/es-es/downloads/free-tools/ransomware-decryption.html, https://www.mcafee.com/enterprise/en-us/downloads/free-tools.html, https://www.emsisoft.com/ransomware-decryption-tools/, https://decoded.avast.io/threatresearch/decrypted-bianlian-ransomware/.

  • 概要: https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml#

  • ランサムウェアグループ: http://edteebo2w2bvwewbjb5wgwxksuwqutbg3lk34ln7jpf3obhy4cvkbuqd.onion/

APT

  • インテリジェンス: https://docs.google.com/spreadsheets/d/1H9_xaxQHpWaa4O_Son4Gx0YOIzlcBWMsdvePFX68EKU/pubhtml# && https://github.com/StrangerealIntel/EternalLiberty/blob/main/EternalLiberty.csv && https://xorl.wordpress.com/

  • 脅威アクター知識グラフ: https://jupyter.securitybreak.io/graph_TA/index.html

あなたはAPTの標的ですか? -> https://lab52.io/

  • APTシミュレーター: https://github.com/NextronSystems/APTSimulator

ブログと情報

  • マクロ: https://blog.didierstevens.com/2021/01/19/video-maldoc-analysis-with-cyberchef/ && https://blog.nviso.eu/2022/04/06/analyzing-a-multilayer-maldoc-a-beginners-guide/

  • マルウェアのサンプル/バイナリ: https://bazaar.abuse.ch/, https://github.com/ytisf/theZoo & https://malshare.com/

ユーティリティ

  • フィルタリングされた一部のポートをバイパスするには: nmap -sSV ...

  • zip2john backup.zip secret.hash

  • john --show secret.hash

  • Hexeditor

  • nc -nlvp URL port

  • Grep

  • rgrep(再帰的grep)

  • awk

  • perl

  • tail / head

  • curl -Llv domain | curl -b "protected=d41d8cd98f00b204e9800998ecf8427e"(cookie) "domain"

  • Identify -verbose

  • Hash-identifier

  • cat 'file' | md5sum, sha1sum,sha256sum...

  • echo "string" | base64 -d

  • Strings

  • File

  • Cewl. チートシート: https://null-byte.wonderhowto.com/how-to/hack-like-pro-crack-passwords-part-5-creating-custom-wordlist-with-cewl-0158855/

  • オンラインパスワード復元 : https://www.lostmypass.com/try/

  • コンピュータに保存されたパスワード: https://github.com/AlessandroZ/LaZagne

  • ディスクイメージ: https://www.datanumen.com/disk-image-download-thanks/

  • crackzip: https://github.com/Xpykerz/CrackZip

  • zip2john: https://github.com/openwall/john/blob/bleeding-jumbo/src/zip2john.c

  • 一般的なユーザーパスワードプロファイラ: https://github.com/Mebus/cupp と https://github.com/r3nt0n/bopscrk.

  • Dig: https://cheatography.com/tme520/cheat-sheets/dig/

  • wget -nd -r -P /save/location -A jpeg,jpg,bmp,gif,png http://www.somedomain.com

Wiki

https://github.com/JohnHammond/ctf-katana

https://github.com/OpenToAllCTF/Tips

リバースエンジニアリングチュートリアル: https://github.com/mytechnotalent/Reverse-Engineering-Tutorial

Write-Ups

https://ctftime.org/writeups

https://apsdehal.in/awesome-ctf/

https://jorgectf.gitlab.io/

https://github.com/0e85dc6eaf/CTF-Writeups

https://github.com/RazviOverflow/ctfs

https://github.com/DEKRA-CTF/CTFs/tree/main/2020

https://medium.com/bugbountywriteup/tryhackme-reversing-elf-writeup-6fd006704148

https://github.com/W3rni0/ctf_writeups_archive/tree/master/castorsCTF_2020

その他のツール

https://github.com/zardus/ctf-tools

https://github.com/apsdehal/awesome-ctf

ツールをダウンロード
https://www.cert.at/en/downloads/software/software-bytehist
  • Google画像検索: https://www.google.es/imghp?hl=es , Yandex: https://yandex.com/images/ , Bing: https://www.bing.com/?scope=images&nr=1&FORM=NOFORM

  • 逆画像検索: https://tineye.com/

  • URLのリダイレクト経路を追跡するツール: https://wheregoes.com/

  • フィッシングオンラインチェッカー: https://easydmarc.com/tools/phishing-url

  • フィッシングドメインDB: http://phishtank.org/

  • フィッシングドメインDB: https://phishcheck.me/

  • フィッシング調査: https://safeweb.norton.com/ , https://isitphishing.org/, https://openphish.com/ && https://opentip.kaspersky.com/.

  • Instagram: https://github.com/th3unkn0n/osi.ig

  • Censys: https://censys.io/ipv4

  • Zoomeye.org: https://www.zoomeye.org/

  • IVRE: https://ivre.rocks/

  • IoT検索エンジン: https://www.thingful.net/

  • ドメインに関連するメールアドレスを探す: https://hunter.io/

  • 人物検索エンジン: https://thatsthem.com/

  • Fofa検索エンジン: https://fofa.so/ (Shodanに類似)

  • グラフィカルなOSINTプラットフォーム: https://www.spiderfoot.net/#

  • Fullhunt: https://fullhunt.io/

  • コード検索: https://grep.app/ && https://publicwww.com/

  • Natlas: https://natlas.io/

  • Spur: https://spur.us/

  • 公共Wi-Fiデータベース: https://www.mylnikov.org/

  • ドメインのHTTPヘッダー: https://www.webconfs.com/http-header-check.php

  • 公開ドキュメントのメタデータ: https://github.com/Josue87/MetaFinder

  • Twitter: https://github.com/twintproject/twint && https://tinfoleak.com/

  • https://github.com/Quantika14/osint-suite-tools

  • OWA(Outlook Web Access)を確認: https://checkmyowa.unit221b.com/

  • WhatsApp IP漏えい: https://github.com/bhdresh/Whatsapp-IP-leak?s=09

  • 書籍: https://i-intelligence.eu/uploads/public-documents/OSINT_Handbook_2020.pdf

  • https://github.com/countercept/chainsaw
  • AccessData FTK Imager

  • EnCase

  • EaseUS Data Recovery Wizard

  • Testdisk: https://www.cgsecurity.org/wiki/TestDisk_Download

  • MFT_Browser: https://github.com/kacos2000/MFT_Browser

  • Powershellデコーダー: https://github.com/R3MRUM/PSDecode, https://github.com/JohnLaTwC/PyPowerShellXray および分析情報: https://darungrim.com/research/2019-10-01-analyzing-powershell-threats-using-powershell-debugging.html

  • PDF解析ツール: https://github.com/zbetcheckin/PDF_analysis, https://github.com/DidierStevens/DidierStevensSuite/blob/master/pdfid.py, https://github.com/DidierStevens/DidierStevensSuite/blob/master/pdf-parser.py および https://eternal-todo.com/tools/peepdf-pdf-analysis-tool。

  • Office解析ツール: https://github.com/DissectMalware/XLMMacroDeobfuscator, https://github.com/unixfreak0037/officeparser, https://github.com/decalage2/oletools, https://github.com/bontchev/pcodedmp, https://github.com/decalage2/ViperMonkey && https://blog.didierstevens.com/programs/oledump-py/。

  • ファイルからUnicodeエンコードされたコンテンツを抽出: https://github.com/DidierStevens/DidierStevensSuite/blob/master/base64dump.py

  • DTMF電話周波数: https://unframework.github.io/dtmf-detect/

  • WPAキーを復号するには: pyrit -r "capctura.pcap" analyze

  • Diskeditor: https://www.disk-editor.org/index.html

  • Passware暗号化アナライザー: https://www.passware.com/encryption-analyzer/

  • Windowsレジストリリカバリ: https://www.softpedia.com/get/Tweak/Registry-Tweak/Windows-Registry-Recovery.shtml

  • xxdコマンド

  • ブルーチームチートシート: https://itblogr.com/wp-content/uploads/2020/04/The-Concise-Blue-Team-cheat-Sheets.pdf

  • DFIRチートシート: https://www.jaiminton.com/cheatsheet/DFIR/#

  • ユーザーエージェントを解析: https://developers.whatismybrowser.com/useragents/parse/

  • grepチートシート: https://javiermartinalonso.github.io/linux/2018/01/15/linux-grep-patrones-debug.html

  • ブログ: https://www.osintme.com/

  • grep -Po " " 用の正規表現: https://www.autoregex.xyz/ && https://regex101.com/ 。チートシート: https://cheatography.com/davechild/cheat-sheets/regular-expressions/

  • DFIRチートシート: https://dfircheatsheet.github.io/

  • オンラインデコンパイラエクスプローラー: https://dogbolt.org/

  • オンラインコンパイラエクスプローラー: https://godbolt.org/

  • オンラインの.JAR / .Class から Java へのデコンパイラ: http://www.javadecompilers.com/

  • 16進エディタ、ディスクエディタ、メモリエディタ: https://mh-nexus.de/en/downloads.php?product=HxD20

  • Androidデコンパイラ: https://ibotpeaches.github.io/Apktool/

  • Androidファイルを逆コンパイル: https://github.com/skylot/jadx

  • Hopperディスアセンブラ: https://www.hopperapp.com/

  • 動的依存関係の一覧表示: Ldd file

  • 一部バイナリのアンパック: Upx -d file

  • パッカーの特定: https://github.com/horsicq/Detect-It-Easy

  • 理論: https://0xinfection.github.io/reversing/

  • Intel® 64およびIA-32アーキテクチャ ソフトウェア開発者マニュアル: https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf

  • ヒント: https://blog.whtaguy.com/2020/04/guys-30-reverse-engineering-tips-tricks.html

  • Ffuf: https://github.com/ffuf/ffuf

  • Nuclei: https://github.com/projectdiscovery/nuclei

  • 期限切れドメイン: https://www.expireddomains.net/

  • 自動XSSツール: https://github.com/ssl/ezXSS

  • RECOX: https://github.com/samhaxr/recox/blob/master/recox.sh

  • SQLペイロードの例: https://github.com/payloadbox/sql-injection-payload-list

  • コマンドインジェクション: https://github.com/payloadbox/command-injection-payload-list

  • 2021年のXSS: https://netsec.expert/posts/xss-in-2021/

  • SSRFチートシート: https://highon.coffee/blog/ssrf-cheat-sheet/#curl-ssrf-wrappers--url-schema

  • WPscan

  • XSS検索用Firefox拡張機能: https://addons.mozilla.org/es/firefox/addon/knoxss-community-edition/

  • HTTPヘッダーの検査: https://requestbin.net/ && https://webhook.site/#!/75039a57-2015-4f74-9612-b762f4353b9b && https://securityheaders.com/?q=domain&followRedirects=on

  • Malwoverview: https://github.com/alexandreborges/malwoverview

  • 難読化されたバイナリ文字列の解析: https://github.com/fireeye/flare-floss

  • マルウェアのネットワーク分析(HTTPサーバーをエミュレート): https://github.com/felixweyne/imaginaryC2

  • 正規のネットワークサービスをシミュレートしながら、すべてまたは特定のネットワークトラフィックを傍受・リダイレクトできるツール: https://github.com/mandiant/flare-fakenet-ng

  • robots.txtをバイパスした再帰的ファイルダウンロード: wget -e robots=off -drc -l5 domain

  • [ICMPデータ外部送信] tshark -r 1pcap_test_1c.pcapng -Y "icmp" -Tjson | grep data.data | awk {'print $2'} | cut -c 2-3 | uniq | xxd -r -p

  • ワンライナー: https://linuxcommandlibrary.com/basic/oneliners.html

  • Google情報: image