Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
NotProxyShellScanner — Implementación en Python para NotProxyShell alias CVE-2022-40140 y CVE-2022-41082 | Kitploit
Herramientas/GitHubGitHub/zephrfish/notproxyshellscanner
ReconocimientoAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebRecopilación de InformaciónPruebas de Penetración
GitHubzephrfish/notproxyshellscanner

NotProxyShellScanner

Implementación en Python para NotProxyShell alias CVE-2022-40140 y CVE-2022-41082

Ver Repositorio
7348hace 5 mesesAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

NotProxyShellScanner

Implementación en Python para NotProxyShell también conocido como CVE-2022-40140 y CVE-2022-41082.

Configuración

Instala los requisitos; todo lo que se necesita es python3 requests.

root@kitploit:~
pip3 install -r requirements.txt

Ejecución

Hay algunas opciones en cuanto a la ejecución de la herramienta:

root@kitploit:~
usage: NotProxyShell.py [-h] [-u TARGETHOST] [-f TARGETHOSTFILE] [-e EMAIL] [-d TARGETDOMAIN]

optional arguments:
  -h, --help            show this help message and exit
  -u TARGETHOST, --targethost TARGETHOST
                        Single Target host e.g zsec.uk
  -f TARGETHOSTFILE, --targethostfile TARGETHOSTFILE
                        File with targets, one per line
  -e EMAIL, --email EMAIL
                        Known email of org
  -d TARGETDOMAIN, --targetdomain TARGETDOMAIN
                        Known domain of the target org
Descargar herramienta