14 KiB
{% hint style="success" %}
Aprende y practica Hacking en AWS:HackTricks Training AWS Red Team Expert (ARTE)
Aprende y practica Hacking en GCP: HackTricks Training GCP Red Team Expert (GRTE)
Apoya a HackTricks
- Consulta los planes de suscripción!
- Únete al 💬 grupo de Discord o al grupo de telegram o síguenos en Twitter 🐦 @hacktricks_live.
- Comparte trucos de hacking enviando PRs a los HackTricks y HackTricks Cloud repositorios de 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 : Ver cuentas divulgadas
- 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 herramientas para encontrar subdominios, sublist3r, amass y más
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 : Fuerza bruta de nombres de dominio de manera asíncrona
- https://crt.sh/?q=%.yahoo.com : Fuerza bruta de subdominios
- https://github.com/tomnomnom/httprobe: Verificar si los servidores web en un dominio son accesibles
- https://github.com/aboul3la/Sublist3r : Descubrimiento de subdominios
- https://github.com/gwen001/github-search/blob/master/github-subdomains.py : Descubrimiento de subdominios en github
- https://github.com/robertdavidgraham/masscan : Escaneo rápido de puertos
- https://github.com/Threezh1/JSFinder : Subdominios y URLs de archivos JS en una web
- https://github.com/C1h2e1/MyFuzzingDict : Diccionario de archivos web
- https://github.com/TypeError/Bookmarks/blob/master/README.md : BurpExtension para evitar docenas de pestañas de repetidor
- https://github.com/hakluke/hakrawler : Obtener activos
- https://github.com/izo30/google-dorker : Google dorks
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : Lista de verificación de Web BugBounty
- https://github.com/Naategh/dom-red : Verificar una lista de dominios contra Redirección Abierta
- https://github.com/prodigysml/Dr.-Watson : Plugin de Burp, análisis offline para descubrir dominios, subdominios e IPs
- https://github.com/hahwul/WebHackersWeapons: Lista de diferentes herramientas
- https://github.com/gauravnarwani97/Trishul : Plugin de BurpSuite para encontrar vulnerabilidades (SQLi, XSS, SSTI)
- https://github.com/fransr/postMessage-tracker : Extensión de Chrome para rastrear funciones de mensajes post
- https://github.com/Quitten/Autorize : Pruebas automáticas de autenticación (eliminar cookies y tratar de enviar la solicitud)
- https://github.com/pikpikcu/xrcross: XRCross es una herramienta de Reconstrucción, Escáner y para pruebas de penetración / BugBounty. Esta herramienta fue creada para probar vulnerabilidades (XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI)
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : Movimientos laterales
- 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/): Persistencia
- https://github.com/odzhan/injection : Técnicas de inyección de procesos en Windows
- https://github.com/BankSecurity/Red_Team : Scripts de Red Team
- https://github.com/l0ss/Grouper2 : encontrar configuraciones incorrectas relacionadas con la seguridad en Active Directory Group Policy.
- https://www.wietzebeukema.nl/blog/powershell-obfuscation-using-securestring : Ofuscación de Securestring
- https://pentestlab.blog/2020/02/24/parent-pid-spoofing/ : Suplantación de PID padre
- https://github.com/the-xentropy/xencrypt : Encriptar cargas útiles de Powershell
- https://shells.systems/introducing-ninja-c2-the-c2-built-for-stealth-red-team-operations/ : C2 sigiloso
- https://windows-internals.com/faxing-your-way-to-system/ : Serie de registros sobre Windows Internals
- https://bestestredteam.com/2018/10/02/tracking-pixel-in-microsoft-office-document/ : Rastrear quién abre un documento
- https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet : Hoja de trucos de Active Directory
Firmware
Herramientas que veo que pueden ser útiles para analizar firmwares (automáticas):
- https://github.com/craigz28/firmwalker
- https://github.com/fkie-cad/FACT_core
- https://gitlab.com/bytesweep/bytesweep-go
Post-crema:
- 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
Cómo extraer firmware si no lo encontramos online: https://www.youtube.com/watch?v=Kxvpbu9STU4
Aquí un firmware con vulnerabilidades para analizar: https://github.com/scriptingxss/IoTGoat
y por aquí la metodología owasp para analizar firmware: https://github.com/scriptingxss/owasp-fstm
Emulación de firmware: FIRMADYNE (https://github.com/firmadyne/firmadyne/) es una plataforma para automatizar la emulación y análisis dinámico de firmware basado en Linux.
OTRO
- 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 : Análisis de código estático
- https://www.hackerdecabecera.com/2019/12/blectf-capture-flag-en-formato-hardware.html : Bluetooth LE CTF
- https://github.com/skeeto/endlessh : SSH tarpit que envía lentamente un banner interminable.
- Herramientas de AWS y Cloud: https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- IFS (Interplanetary File System) para phishing: https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- Servicios de rotación de IP: https://medium.com/@lokeshdlk77/how-to-rotate-ip-address-in-brute-force-attack-e66407259212
- Rootkit de Linux: https://github.com/aesophor/satanic-rootkit
- https://theia-ide.org/ : IDE en línea
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : Recursos para comenzar en BugBounties
- https://medium.com/macoclock/jailbreak-and-stuff-kickstart-tools-and-techniques-for-ios-application-pentesting-6fa53a3987ab : Herramientas de pentesting para IOS
- https://github.com/random-robbie/keywords/blob/master/keywords.txt : Palabras clave
- https://github.com/ElevenPaths/HomePWN : Hacking IoT (Wifi, BLE, SSDP, MDNS)
- https://github.com/rackerlabs/scantron : automatización de escaneo
- https://github.com/doyensec/awesome-electronjs-hacking : Esta lista tiene como objetivo cubrir temas relacionados con la seguridad de Electron.js.
- https://github.com/serain/bbrecon : Información sobre programas de BB
{% embed url="https://websec.nl/" %}
{% hint style="success" %}
Aprende y practica Hacking en AWS:HackTricks Training AWS Red Team Expert (ARTE)
Aprende y practica Hacking en GCP: HackTricks Training GCP Red Team Expert (GRTE)
Apoya a HackTricks
- Consulta los planes de suscripción!
- Únete al 💬 grupo de Discord o al grupo de telegram o síguenos en Twitter 🐦 @hacktricks_live.
- Comparte trucos de hacking enviando PRs a los HackTricks y HackTricks Cloud repositorios de github.