mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 22:18:27 +00:00
13 KiB
13 KiB
Impara l'hacking di AWS da zero a eroe con htARTE (HackTricks AWS Red Team Expert)!
Altri modi per supportare HackTricks:
- Se vuoi vedere la tua azienda pubblicizzata su HackTricks o scaricare HackTricks in PDF Controlla i PACCHETTI DI ABBONAMENTO!
- Ottieni il merchandising ufficiale di PEASS & HackTricks
- Scopri The PEASS Family, la nostra collezione di NFT esclusivi
- Unisciti al 💬 gruppo Discord o al gruppo Telegram o seguici su Twitter 🐦 @carlospolopm.
- Condividi i tuoi trucchi di hacking inviando PR a HackTricks e HackTricks Cloud repos di github.
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 : Controlla gli account divulgati
- 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 Strumenti per trovare sottodomini, sublist3r, amass e altro
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 : Forza bruta dei nomi di dominio in modo asincrono
- https://crt.sh/?q=%.yahoo.com : Forza bruta dei sottodomini
- https://github.com/tomnomnom/httprobe: Verifica se i server web in un dominio sono accessibili
- https://github.com/aboul3la/Sublist3r : Scoperta dei sottodomini
- https://github.com/gwen001/github-search/blob/master/github-subdomains.py : Scoperta dei sottodomini su github
- https://github.com/robertdavidgraham/masscan : Scansione rapida delle porte
- https://github.com/Threezh1/JSFinder : Sottodomini e URL dai file JS in un sito web
- https://github.com/C1h2e1/MyFuzzingDict : Dizionario dei file web
- https://github.com/TypeError/Bookmarks/blob/master/README.md : Estensione di Burp per evitare decine di schede ripetitive
- https://github.com/hakluke/hakrawler : Ottenere risorse
- https://github.com/izo30/google-dorker : Google dorks
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : Checklist per BugBounty web
- https://github.com/Naategh/dom-red : Verifica una lista di domini contro Open Redirection
- https://github.com/prodigysml/Dr.-Watson : Plugin di Burp, analisi offline per scoprire domini, sottodomini e IP
- https://github.com/hahwul/WebHackersWeapons: Elenco di diversi strumenti
- https://github.com/gauravnarwani97/Trishul : Plug-in di BurpSuite per trovare vulnerabilità (SQLi, XSS, SSTI)
- https://github.com/fransr/postMessage-tracker : Estensione di Chrome per tracciare le funzioni post-messages
- https://github.com/Quitten/Autorize : Test di autenticazione automatica (rimuovi i cookie e prova a inviare la richiesta)
- https://github.com/pikpikcu/xrcross: XRCross è uno strumento di ricostruzione, scansione e test di penetrazione / BugBounty. Questo strumento è stato creato per testare vulnerabilità (XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI)
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : Movimenti laterali
- 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/): Persistenza
- https://github.com/odzhan/injection : Tecniche di iniezione di processi di Windows
- https://github.com/BankSecurity/Red_Team : Script del Red Team
- https://github.com/l0ss/Grouper2 : Trova misconfigurazioni legate alla sicurezza in Active Directory Group Policy.
- https://www.wietzebeukema.nl/blog/powershell-obfuscation-using-securestring : Obfuscamento di Securestring
- https://pentestlab.blog/2020/02/24/parent-pid-spoofing/ : Spoofing del PID genitore
- https://github.com/the-xentropy/xencrypt : Crittografa i payload di Powershell
- https://shells.systems/introducing-ninja-c2-the-c2-built-for-stealth-red-team-operations/ : C2 Stealth
- https://windows-internals.com/faxing-your-way-to-system/ : Serie di registrazioni su Windows Internals
- https://bestestredteam.com/2018/10/02/tracking-pixel-in-microsoft-office-document/ : Traccia chi apre un documento
- https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet : Cheat Sheet di Active Directory
Firmware
Strumenti che sembrano interessanti per analizzare i firmware (automaticamente):
- 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
Come estrarre il firmware se non lo troviamo online: https://www.youtube.com/watch?v=Kxvpbu9STU4
Ecco un firmware con vulnerabilità da analizzare: https://github.com/scriptingxss/IoTGoat
e qui la metodologia owasp per analizzare i firmware: https://github.com/scriptingxss/owasp-fstm
Emulazione del firmware: FIRMADYNE (https://github.com/firmadyne/firmadyne/) è una piattaforma per l'emulazione e l'analisi dinamica dei firmware basati su Linux.
ALTRO
- 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 : Analisi statica del codice
- https://www.hackerdecabecera.com/2019/12/blectf-capture-flag-en-formato-hardware.html : Bluetooth LE CTF
- https://github.com/skeeto/endlessh : Trappola SSH che invia lentamente un banner infinito.
- Strumenti AWS e Cloud: https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- IFS (Interplanetary File System) per il phishing: https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- Servizi di rotazione degli 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 online
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : Risorse per iniziare con BugBounties
- https://medium.com/macoclock/jailbreak-and-stuff-kickstart-tools-and-techniques-for-ios-application-pentesting-6fa53a3987ab : Strumenti di pentesting per iOS
- https://github.com/random-robbie/keywords/blob/master/keywords.txt : Parole chiave
- https://github.com/ElevenPaths/HomePWN : Hacking IoT (Wifi, BLE, SSDP, MDNS)
- https://github.com/rackerlabs/scantron : Scansione automatizzata
- https://github.com/doyensec/awesome-electronjs-hacking : Questa lista mira a coprire argomenti correlati alla sicurezza di Electron.js.
- https://github.com/serain/bbrecon : Informazioni sui programmi BB