14 KiB
{% hint style="success" %}
Apprenez et pratiquez le hacking AWS :HackTricks Training AWS Red Team Expert (ARTE)
Apprenez et pratiquez le hacking GCP : HackTricks Training GCP Red Team Expert (GRTE)
Soutenir HackTricks
- Consultez les plans d'abonnement !
- Rejoignez le 💬 groupe Discord ou le groupe telegram ou suivez nous sur Twitter 🐦 @hacktricks_live.
- Partagez des astuces de hacking en soumettant des PRs aux HackTricks et HackTricks Cloud dépôts github.
{% 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 : Vérifiez les comptes divulgués
- 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 outils de recherche de sous-domaines, sublist3r, amass et plus
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 : Force brute des noms de domaine de manière asynchrone
- https://crt.sh/?q=%.yahoo.com : Bruteforce de sous-domaines
- https://github.com/tomnomnom/httprobe: Vérifiez si les serveurs web d'un domaine sont accessibles
- https://github.com/aboul3la/Sublist3r : Découverte de sous-domaines
- https://github.com/gwen001/github-search/blob/master/github-subdomains.py : Découverte de sous-domaines dans github
- https://github.com/robertdavidgraham/masscan : Scan de ports rapide
- https://github.com/Threezh1/JSFinder : Sous-domaines et URLs à partir de fichiers JS dans un web
- https://github.com/C1h2e1/MyFuzzingDict : Dictionnaire de fichiers web
- https://github.com/TypeError/Bookmarks/blob/master/README.md : BurpExtension pour éviter des dizaines d'onglets répéteurs
- https://github.com/hakluke/hakrawler : Obtenir des actifs
- https://github.com/izo30/google-dorker : Google dorks
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : Liste de contrôle Web BugBounty
- https://github.com/Naategh/dom-red : Vérifiez une liste de domaines contre la redirection ouverte
- https://github.com/prodigysml/Dr.-Watson : Plugin Burp, analyse hors ligne pour découvrir des domaines, sous-domaines et IPs
- https://github.com/hahwul/WebHackersWeapons: Liste de différents outils
- https://github.com/gauravnarwani97/Trishul : Plugin BurpSuite pour trouver des vulnérabilités (SQLi, XSS, SSTI)
- https://github.com/fransr/postMessage-tracker : Extension Chrome pour suivre les fonctions de messages post
- https://github.com/Quitten/Autorize : Tests d'authentification automatiques (supprimer les cookies et essayer d'envoyer la requête)
- https://github.com/pikpikcu/xrcross: XRCross est un outil de reconstruction, scanner et un outil pour les tests de pénétration / BugBounty. Cet outil a été construit pour tester les vulnérabilités (XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI)
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : Mouvements latéraux
- 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/): Persistance
- https://github.com/odzhan/injection : Techniques d'injection de processus Windows
- https://github.com/BankSecurity/Red_Team : Scripts de l'équipe rouge
- https://github.com/l0ss/Grouper2 : trouver des configurations incorrectes liées à la sécurité dans la stratégie de groupe Active Directory.
- https://www.wietzebeukema.nl/blog/powershell-obfuscation-using-securestring : Obfuscation de Securestring
- https://pentestlab.blog/2020/02/24/parent-pid-spoofing/ : Spoofing de PID parent
- https://github.com/the-xentropy/xencrypt : Chiffrer les charges utiles Powershell
- https://shells.systems/introducing-ninja-c2-the-c2-built-for-stealth-red-team-operations/ : C2 furtif
- https://windows-internals.com/faxing-your-way-to-system/ : Série de journaux sur les internals de Windows
- https://bestestredteam.com/2018/10/02/tracking-pixel-in-microsoft-office-document/ : Suivre qui ouvre un document
- https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet : Fiche de triche Active Directory
Firmware
Outils que je vois qui peuvent être intéressants pour analyser des firmwares (automatiques) :
- https://github.com/craigz28/firmwalker
- https://github.com/fkie-cad/FACT_core
- https://gitlab.com/bytesweep/bytesweep-go
Post-créma :
- 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
Comment extraire le firmware si nous ne le trouvons pas en ligne : https://www.youtube.com/watch?v=Kxvpbu9STU4
Voici un firmware avec des vulnérabilités à analyser : https://github.com/scriptingxss/IoTGoat
et ici la méthodologie owasp pour analyser le firmware : https://github.com/scriptingxss/owasp-fstm
Émulation de firmware : FIRMADYNE (https://github.com/firmadyne/firmadyne/) est une plateforme pour automatiser l'émulation et l'analyse dynamique de firmwares basés sur Linux.
AUTRE
- 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 : Analyse de code statique
- https://www.hackerdecabecera.com/2019/12/blectf-capture-flag-en-formato-hardware.html : Bluetooth LE CTF
- https://github.com/skeeto/endlessh : SSH tarpit qui envoie lentement une bannière sans fin.
- Outils AWS et Cloud : https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- IFS (Interplanetary File System) pour le phishing : https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- Services de rotation d'IP : https://medium.com/@lokeshdlk77/how-to-rotate-ip-address-in-brute-force-attack-e66407259212
- Rootkit Linux : https://github.com/aesophor/satanic-rootkit
- https://theia-ide.org/ : IDE en ligne
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : Ressources pour commencer sur BugBounties
- https://medium.com/macoclock/jailbreak-and-stuff-kickstart-tools-and-techniques-for-ios-application-pentesting-6fa53a3987ab : Outils de pentesting IOS
- https://github.com/random-robbie/keywords/blob/master/keywords.txt : Mots-clés
- https://github.com/ElevenPaths/HomePWN : Hacking IoT (Wifi, BLE, SSDP, MDNS)
- https://github.com/rackerlabs/scantron : automatisation des scans
- https://github.com/doyensec/awesome-electronjs-hacking : Cette liste vise à couvrir les sujets liés à la sécurité d'Electron.js.
- https://github.com/serain/bbrecon : Infos sur les programmes BB
{% embed url="https://websec.nl/" %}
{% hint style="success" %}
Apprenez et pratiquez le hacking AWS :HackTricks Training AWS Red Team Expert (ARTE)
Apprenez et pratiquez le hacking GCP : HackTricks Training GCP Red Team Expert (GRTE)
Soutenir HackTricks
- Consultez les plans d'abonnement !
- Rejoignez le 💬 groupe Discord ou le groupe telegram ou suivez nous sur Twitter 🐦 @hacktricks_live.
- Partagez des astuces de hacking en soumettant des PRs aux HackTricks et HackTricks Cloud dépôts github.