mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
12 KiB
12 KiB
htARTE(HackTricks AWS Red Team Expert) を使って、ゼロからヒーローまでAWSハッキングを学ぶ!
HackTricks をサポートする他の方法:
- HackTricks で企業を宣伝したい または HackTricks をPDFでダウンロードしたい 場合は、SUBSCRIPTION PLANS をチェックしてください!
- 公式PEASS&HackTricksグッズを入手する
- The PEASS Familyを発見し、独占的なNFTsを入手する
- 💬 Discordグループに参加するか、telegramグループに参加するか、Twitter 🐦 @carlospolopmをフォローする
- HackTricks(https://github.com/carlospolop/hacktricks)とHackTricks CloudのGitHubリポジトリにPRを提出して、あなたのハッキングテクニックを共有する
BlueTeam
- https://github.com/yarox24/attack_monitor
- https://capsule8.com/blog/dont-get-kicked-out-a-tale-of-rootkits-and-other-backdoors/
- https://github.com/ION28/BLUESPAWN
- https://github.com/PaperMtn/lil-pwny : 開示されたアカウントをチェック
- https://github.com/rabobank-cdc/DeTTECT
OSINT
- https://github.com/3vangel1st/kamerka
- https://github.com/BullsEye0/google_dork_list
- https://github.com/highmeh/lure
- https://www.shodan.io/
- https://censys.io/
- https://viz.greynoise.io/table
- https://www.zoomeye.org
- https://fofa.so
- https://www.onyphe.io
- https://app.binaryedge.io
- https://hunter.io
- https://wigle.net
- https://ghostproject.fr
- https://www.oshadan.com/
- https://builtwith.com/
- https://www.spiderfoot.net/
- https://github.com/zricethezav/gitleaks
- https://www.nmmapper.com/sys/tools/subdomainfinder/ : 8つのサブドメイン検出ツール、sublist3r、amass など
WEB
- https://github.com/AlisamTechnology/ATSCAN
- https://github.com/momenbasel/KeyFinder
- https://github.com/hahwul/XSpear
- https://github.com/BitTheByte/Monitorizer/
- https://github.com/spinkham/skipfish
- https://github.com/blark/aiodnsbrute : ドメイン名を非同期でブルートフォース
- https://crt.sh/?q=%.yahoo.com : サブドメインのブルートフォース
- https://github.com/tomnomnom/httprobe: ドメイン内のWebサーバーがアクセス可能かどうかをチェック
- https://github.com/aboul3la/Sublist3r : サブドメインの発見
- https://github.com/gwen001/github-search/blob/master/github-subdomains.py : GitHub内のサブドメインの発見
- https://github.com/robertdavidgraham/masscan : 高速ポートスキャン
- https://github.com/Threezh1/JSFinder : Web内のJSファイルからサブドメインとURLを取得
- https://github.com/C1h2e1/MyFuzzingDict : Webファイル辞書
- https://github.com/TypeError/Bookmarks/blob/master/README.md : リピータータブを避けるためのBurpExtension
- https://github.com/hakluke/hakrawler : アセットの取得
- https://github.com/izo30/google-dorker : Googleドーク
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : Web BugBounty チェックリスト
- https://github.com/Naategh/dom-red : リダイレクトをチェックするためのドメインリスト
- https://github.com/prodigysml/Dr.-Watson : ドメイン、サブドメイン、IPを発見するためのオフライン解析を行うBurpプラグイン
- https://github.com/hahwul/WebHackersWeapons: 異なるツールのリスト
- https://github.com/gauravnarwani97/Trishul : 脆弱性(SQLi、XSS、SSTI)を見つけるためのBurpSuiteプラグイン
- https://github.com/fransr/postMessage-tracker : post-messages 関数を追跡するためのChrome拡張機能
- https://github.com/Quitten/Autorize : 自動認証テスト(クッキーを削除してリクエストを送信しようとする)
- https://github.com/pikpikcu/xrcross: XRCross は、Linuxベースのファームウェアのエミュレーションと動的解析を自動化するためのプラットフォームです。
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : レイテラルムーブメント
- https://freddiebarrsmith.com/trix/trix.html : LOL bins
- https://gist.github.com/netbiosX/ee35fcd3722e401a38136cff7b751d79 (https://pentestlab.blog/2020/01/13/persistence-image-file-execution-options-injection/): 永続性
- https://github.com/odzhan/injection : Windowsプロセスインジェクション技術
- https://github.com/BankSecurity/Red_Team : Red Team スクリプト
- https://github.com/l0ss/Grouper2 : Active Directory Group Policy でセキュリティ関連のミス構成を見つける
- https://www.wietzebeukema.nl/blog/powershell-obfuscation-using-securestring : Securestring の難読化
- https://pentestlab.blog/2020/02/24/parent-pid-spoofing/ : 親PIDスプーフィング
- https://github.com/the-xentropy/xencrypt : Powershell ペイロードの暗号化
- https://shells.systems/introducing-ninja-c2-the-c2-built-for-stealth-red-team-operations/ : ステルスC2
- https://windows-internals.com/faxing-your-way-to-system/ : Windows Internals に関する一連のログ
- https://bestestredteam.com/2018/10/02/tracking-pixel-in-microsoft-office-document/ : 誰がドキュメントを開いたかを追跡
- https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet : Active Directory チートシート
Firmware
ファームウェアを分析するためのクールなツール(自動):
- https://github.com/craigz28/firmwalker
- https://github.com/fkie-cad/FACT_core
- https://gitlab.com/bytesweep/bytesweep-go
ポストクリーム:
- https://blog.mindedsecurity.com/2018/09/pentesting-iot-devices-part-1-static.html
- https://blog.mindedsecurity.com/2018/10/pentesting-iot-devices-part-2-dynamic.html
オンラインでファームウェアを抽出する方法: https://www.youtube.com/watch?v=Kxvpbu9STU4
ファームウェアに脆弱性がある場合の分析用ファームウェア: https://github.com/scriptingxss/IoTGoat
および、ファームウェアを分析するためのOWASPメソドロジー: https://github.com/scriptingxss/owasp-fstm
ファームウェアエミュレーション: FIRMADYNE (https://github.com/firmadyne/firmadyne/) は、Linuxベースのファームウェアのエミュレーションと動的解析を自動化するためのプラットフォームです。
OTHER
- https://twitter.com/HackAndDo/status/1202695084543791117
- https://github.com/weev3/LKWA
- https://h0mbre.github.io/Learn-C-By-Creating-A-Rootkit/
- https://github.com/skelsec/jackdaw
- https://github.com/CoatiSoftware/Sourcetrail : 静的コード解析
- https://www.hackerdecabecera.com/2019/12/blectf-capture-flag-en-formato-hardware.html : Bluetooth LE CTF
- https://github.com/skeeto/endlessh : 無限のバナーをゆっくり送信するSSHターピット。
- AWS およびクラウドツール: https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- IFS(Interplanetary File System)を使用したフィッシング: https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- IPローテーションサービス: https://medium.com/@lokeshdlk77/how-to-rotate-ip-address-in-brute-force-attack-e66407259212
- Linuxルートキット: https://github.com/aesophor/satanic-rootkit
- https://theia-ide.org/ : オンラインIDE
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : BugBountiesを始めるためのリソース
- https://medium.com/macoclock/jailbreak-and-stuff-kickstart-tools-and-techniques-for-ios-application-pentesting-6fa53a3987ab : IOS ペンテストツール
- https://github.com/random-robbie/keywords/blob/master/keywords.txt : キーワード
- https://github.com/ElevenPaths/HomePWN : IoT(Wifi、BLE、SSDP、MDNS)のハッキング
- https://github.com/rackerlabs/scantron : スキャンの自動化
- [https://github