mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
14 KiB
14 KiB
{% hint style="success" %}
AWSハッキングを学び、実践する:HackTricks Training AWS Red Team Expert (ARTE)
GCPハッキングを学び、実践する:HackTricks Training GCP Red Team Expert (GRTE)
HackTricksをサポートする
- サブスクリプションプランを確認してください!
- **💬 DiscordグループまたはTelegramグループに参加するか、Twitter 🐦 @hacktricks_liveをフォローしてください。
- HackTricksおよびHackTricks CloudのGitHubリポジトリにPRを提出してハッキングトリックを共有してください。
{% embed url="https://websec.nl/" %}
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: ドメイン内のウェブサーバーがアクセス可能か確認する
- 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 : ウェブ内のJSファイルからのサブドメインとURL
- https://github.com/C1h2e1/MyFuzzingDict : ウェブファイル辞書
- https://github.com/TypeError/Bookmarks/blob/master/README.md : 多数のリピータタブを避けるためのBurpExtension
- https://github.com/hakluke/hakrawler : アセットを取得する
- https://github.com/izo30/google-dorker : Google dorks
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : ウェブバグバウンティチェックリスト
- https://github.com/Naategh/dom-red : オープンリダイレクションに対してドメインのリストを確認する
- https://github.com/prodigysml/Dr.-Watson : Burpプラグイン、ドメイン、サブドメイン、IPを発見するためのオフライン分析
- https://github.com/hahwul/WebHackersWeapons: 様々なツールのリスト
- https://github.com/gauravnarwani97/Trishul : 脆弱性を見つけるためのBurpSuiteプラグイン(SQLi、XSS、SSTI)
- https://github.com/fransr/postMessage-tracker : post-messages関数を追跡するためのChrome拡張機能
- https://github.com/Quitten/Autorize : 自動認証テスト(クッキーを削除し、リクエストを送信しようとする)
- https://github.com/pikpikcu/xrcross: XRCrossは再構築、スキャナー、ペネトレーション/バグバウンティテストのためのツールです。このツールは(XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI)脆弱性をテストするために構築されました。
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : 側面移動
- https://freddiebarrsmith.com/trix/trix.html : LOLバイナリ
- 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 : レッドチームスクリプト
- https://github.com/l0ss/Grouper2 : Active Directoryグループポリシーのセキュリティ関連の誤設定を見つける。
- 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内部に関する一連のログ
- 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/ : バグバウンティを始めるためのリソース
- 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.com/doyensec/awesome-electronjs-hacking : このリストはElectron.jsのセキュリティ関連のトピックをカバーすることを目的としています。
- https://github.com/serain/bbrecon : BBプログラムに関する情報
{% embed url="https://websec.nl/" %}
{% hint style="success" %}
AWSハッキングを学び、実践する:HackTricks Training AWS Red Team Expert (ARTE)
GCPハッキングを学び、実践する:HackTricks Training GCP Red Team Expert (GRTE)
HackTricksをサポートする
- サブスクリプションプランを確認してください!
- **💬 DiscordグループまたはTelegramグループに参加するか、Twitter 🐦 @hacktricks_liveをフォローしてください。
- HackTricksおよびHackTricks CloudのGitHubリポジトリにPRを提出してハッキングトリックを共有してください。