mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-23 05:03:35 +00:00
13 KiB
13 KiB
Lernen Sie AWS-Hacking von Null auf Held mit htARTE (HackTricks AWS Red Team Expert)!
Andere Möglichkeiten, HackTricks zu unterstützen:
- Wenn Sie Ihr Unternehmen in HackTricks bewerben möchten oder HackTricks als PDF herunterladen möchten, überprüfen Sie die ABONNEMENTPLÄNE!
- Holen Sie sich das offizielle PEASS & HackTricks-Merchandise
- Entdecken Sie The PEASS Family, unsere Sammlung exklusiver NFTs
- Treten Sie der 💬 Discord-Gruppe oder der Telegramm-Gruppe bei oder folgen Sie uns auf Twitter 🐦 @carlospolopm.
- Teilen Sie Ihre Hacking-Tricks, indem Sie PRs an die HackTricks und HackTricks Cloud GitHub-Repositories senden.
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 : Überprüfen Sie offengelegte Konten
- 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 Subdomain-Finder-Tools, sublist3r, amass und mehr
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 : Brute-Force-Domainnamen asynchron
- https://crt.sh/?q=%.yahoo.com : Subdomain-Brute-Force
- https://github.com/tomnomnom/httprobe: Überprüfen Sie, ob Webserver in einer Domäne erreichbar sind
- https://github.com/aboul3la/Sublist3r : Subdomain-Entdeckung
- https://github.com/gwen001/github-search/blob/master/github-subdomains.py : Subdomain-Entdeckung in GitHub
- https://github.com/robertdavidgraham/masscan : Schnelles Port-Scanning
- https://github.com/Threezh1/JSFinder : Subdomains und URLs aus JS-Dateien in einem Web
- https://github.com/C1h2e1/MyFuzzingDict : Web-Dateiwörterbuch
- https://github.com/TypeError/Bookmarks/blob/master/README.md : BurpExtension, um Dutzende von Repeater-Tabs zu vermeiden
- https://github.com/hakluke/hakrawler : Assets erhalten
- https://github.com/izo30/google-dorker : Google-Dorks
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : Web-BugBounty-Checkliste
- https://github.com/Naategh/dom-red : Überprüfen Sie eine Liste von Domains auf Open Redirection
- https://github.com/prodigysml/Dr.-Watson : Burp-Plugin, Offline-Analyse zur Entdeckung von Domains, Subdomains und IPs
- https://github.com/hahwul/WebHackersWeapons: Liste verschiedener Tools
- https://github.com/gauravnarwani97/Trishul : BurpSuite-Plugin zum Auffinden von Schwachstellen (SQLi, XSS, SSTI)
- https://github.com/fransr/postMessage-tracker : Chrome-Erweiterung zum Verfolgen von postMessage-Funktionen
- https://github.com/Quitten/Autorize : Automatische Authentifizierungstests (Entfernen von Cookies und Versuch, die Anfrage zu senden)
- https://github.com/pikpikcu/xrcross: XRCross ist ein Rekonstruktions-, Scanner- und Penetration-/BugBounty-Test-Tool. Dieses Tool wurde entwickelt, um (XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI)-Schwachstellen zu testen
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : Laterale Bewegungen
- 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/): Persistenz
- https://github.com/odzhan/injection : Windows-Prozessinjektionstechniken
- https://github.com/BankSecurity/Red_Team : Red-Team-Skripte
- https://github.com/l0ss/Grouper2 : Sicherheitsrelevante Fehlkonfigurationen in Active Directory Group Policy finden.
- https://www.wietzebeukema.nl/blog/powershell-obfuscation-using-securestring : Securestring-Obfuskation
- https://pentestlab.blog/2020/02/24/parent-pid-spoofing/ : Täuschung der übergeordneten PID
- https://github.com/the-xentropy/xencrypt : Verschlüsselung von Powershell-Payloads
- https://shells.systems/introducing-ninja-c2-the-c2-built-for-stealth-red-team-operations/ : Stealth C2
- https://windows-internals.com/faxing-your-way-to-system/ : Serie von Protokollen über Windows-Internals
- https://bestestredteam.com/2018/10/02/tracking-pixel-in-microsoft-office-document/ : Verfolgen, wer ein Dokument geöffnet hat
- https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet : Active Directory Cheat Sheet
Firmware
Tools, die für die Analyse von Firmware interessant sein könnten (automatisch):
- https://github.com/craigz28/firmwalker
- https://github.com/fkie-cad/FACT_core
- https://gitlab.com/bytesweep/bytesweep-go
Nach der Analyse:
- 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
Wie man Firmware extrahiert, wenn sie nicht online gefunden wird: https://www.youtube.com/watch?v=Kxvpbu9STU4
Hier ist eine Firmware mit Schwachstellen zur Analyse: https://github.com/scriptingxss/IoTGoat
und hier ist die OWASP-Methodik zur Analyse von Firmware: https://github.com/scriptingxss/owasp-fstm
Firmware-Emulation: FIRMADYNE (https://github.com/firmadyne/firmadyne/) ist eine Plattform zur Automatisierung der Emulation und dynamischen Analyse von Linux-basierter Firmware.
ANDERE
- 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 : Statische Code-Analyse
- https://www.hackerdecabecera.com/2019/12/blectf-capture-flag-en-formato-hardware.html : Bluetooth LE CTF
- https://github.com/skeeto/endlessh : SSH-Tarpit, der langsam einen endlosen Banner sendet.
- AWS- und Cloud-Tools: https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- IFS (Interplanetary File System) für Phishing: https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- IP-Rotationsdienste: https://medium.com/@lokeshdlk77/how-to-rotate-ip-address-in-brute-force-attack-e66407259212
- Linux-Rootkit: https://github.com/aesophor/satanic-rootkit
- https://theia-ide.org/ : Online-IDE
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : Ressourcen für den Einstieg in BugBounties
- https://medium.com/macoclock/jailbreak-and-stuff-kickstart-tools-and-techniques-for-ios-application-pentesting-6fa53a3987ab : IOS-Pentesting-Tools
- https://github.com/random-robbie/keywords/blob/master/keywords.txt : Schlüsselwörter
- https://github.com/ElevenPaths/HomePWN : Hacking IoT (Wifi, BLE, SSDP, MDNS)
- https://github.com/rackerlabs/scantron : Automatisierung von Scans
- https://github.com/doyensec/awesome-electronjs-hacking : Diese Liste soll Themen im Zusammenhang mit der Sicherheit von Electron.js abdecken.
- https://github.com/serain/bbrecon : Informationen zu BB-Programmen