43 matches found
pythoncode-tutorials
Tutorial sul Codice Python Questo è un repository di tutti i tutorial del sito The Python Code. Elenco dei Tutorial Hacking Etico Scapy Come Iniziare con Scapy: Strumento di Manipolazione della Rete in Python Costruire un ARP Spoofer. codice Rilevare gli Attacchi ARP Spoof. codice Come Creare un...
PwnXSS
Un potente scanner XSS realizzato in Python 3.7 Installazione Requisiti: BeautifulSoup4 root@kitploit: pip install bs4 requests root@kitploit: pip install requests Python 3.7 Comandi: root@kitploit: git clone https://github.com/pwn0sec/PwnXSS chmod 755 -R PwnXSS cd PwnXSS python3 pwnxss.py --help...
DSXS
Damn Small XSS Scanner ========= Damn Small XSS Scanner DSXS è uno scanner di vulnerabilità Cross-site scripting completamente funzionale che supporta parametri GET e POST scritto in meno di 100 righe di codice. Come impostazioni opzionali supporta un proxy HTTP insieme ai valori degli header HTT...
XSSYA
XSSYA-V2.0 è stato rilasciato - vedi https://github.com/yehia-mamdouh/XSSYA-V-2.0 XSSYA è uno scanner per Cross Site Scripting e conferma di vulnerabilità funziona con due metodi • Metodo numero 1 per la conferma di richiesta e risposta • Metodo numero 2 per la conferma: esegue il payload...
XSS-Scanner
Scanner XSS Cross-Site Scripting XSS é uma das vulnerabilidades de aplicações web mais conhecidas. Tem até um capítulo dedicado no projeto OWASP Top 10 e é uma vulnerabilidade muito perseguida em programas de bug bounty. O scanner recebe um link do usuário e escaneia o site em busca de...
XSSCon
Un potente scanner XSS realizzato in Python 3.7 Installazione Requisiti: BeautifulSoup4 root@kitploit: pip install bs4 requests root@kitploit: pip install requests python 3.7 Comandi: root@kitploit: git clone https://github.com/menkrep1337/XSSCon chmod 755 -R XSSCon cd XSSCon python3 xsscon.py...
Pybelt
NOTA: Questo progetto non è più aggiornato, questa sarà l'ultima commit al progetto, se desideri maggiori informazioni, sentiti libero di contattarmi su Twitter: @staysalty Pybelt Pybelt è una cintura degli attrezzi hacker open source completa di: Un port scanner Uno scanner per SQL injection Un...
XSS-LOADER
💎 STRUMENTI XSS-LOADER 💎 Scritto da TMRSWRR Versione 1.0.0 Strumenti tutto in uno per XSS PAYLOAD GENERATOR -XSS SCANNER-XSS DORK FINDER Instagram: TMRSWRR 📷 Screenshot 📷...
dalfox
Cerchi la versione Go v2.x? Dalfox v3 è una riscrittura completa in Rust. Il codice Go è conservato nel ramo v2 e continua a ricevere backport di sicurezza. Consulta SECURITY.md per la policy di supporto. Dalfox è un potente strumento open-source incentrato sull'automazione, ideale per scansionar...
NoXss
NoXss NoXss è uno scanner di vulnerabilità di cross-site scripting che supporta reflected XSS e DOM-based XSS. È molto veloce e adatto per testare milioni di URL. Ha trovato alcune vulnerabilità XSS in programmi Bug Bounty. Caratteristiche Veloce e adatto per testare milioni di URL Supporto...
bxss
Bxss - Scanner XSS Blind 🚀 Descrizione...
traxss
Traxss Scanner automatico di vulnerabilità XSS | Scritto in Python3 | Utilizza Selenium Headless Forks DEMO Contesto Traxss è un progetto Hacktoberfest! Se stai cercando un posto dove contribuire, sentiti libero. Traxss è un framework automatico per scansionare URL e pagine web alla ricerca di...
burp-dom-scanner
Burp DOM Scanner It's a Burp Suite's extension to allow for recursive crawling and scanning of Single Page Applications. It runs a Chromium browser to scan the webpage for DOM-based XSS. It can also collect all the requests XHR, fetch, websockets, etc issued during the crawling allowing them to b...
GETROBARB
GETROBARB XSS Scanner ist ein automatisiertes Framework für die Erkennung und Aufspürung von XSS-Schwachstellen Cross-Site Scripting, geschrieben in Bash, entwickelt für autorisierte Web-Sicherheitsaudits. Es integriert mehrere beliebte Werkzeuge aus dem Bug-Bounty- und Pentesting-Ökosystem, um d...
domdig
DOMDig DOMDig is a DOM XSS scanner that runs inside the Chromium web browser and it can scan single page applications SPA recursively. Unlike other scanners, DOMDig can crawl any webapplication including gmail by keeping track of DOM modifications and XHR/fetch/websocket requests and it can...
sslscan
sslscan2 sslscan version 2 has now been released. This includes a major rewrite of the backend scanning code, which means that it is no longer reliant on the version of OpenSSL for many checks. This means that it is possible to support legacy protocols SSLv2 and SSLv3, as well as supporting TLSv1...
burpfox
🦊 BurpFox Un'estensione di Burp Suite che integra lo scanner XSS Dalfox direttamente nel tuo flusso di lavoro. Funzionalità 🎯 Scansione con clic destro - Scansiona richieste direttamente dalla Cronologia Proxy o da Repeater. ⚙️ Opzioni complete di Dalfox - Consapevolezza del contesto, evasione...
XSpear
XSpear XSpear è uno scanner XSS su rubygems !IMPORTANT Repository XSpear archiviato Questo repository è stato archiviato ed è ora in sola lettura. XSpear non viene più mantenuto attivamente. Prova Dalfox invece 🌙🦊 Uno scanner XSS più veloce e potente con funzionalità avanzate. →...
EUVD-2026-32615
Dalfox is a powerful open-source XSS scanner and utility focused on automation. Prior to 2.13.0, when dalfox is started in REST API server mode dalfox server, the server binds to 0.0.0.0:6664 by default and requires no API key unless the operator explicitly passes --api-key. Because model.Options...
CVE-2026-45090
Dalfox is a powerful open-source XSS scanner and utility focused on automation. Prior to 2.13.0, ParameterAnalysis in pkg/scanning/parameterAnalysis.go runs two sequential worker stages that both write to the same results channel. The channel is correctly closed after the first stage completes...