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
cve-2023-46747 | Kitploit
Herramientas/GitHubGitHub/vidura2/cve-2023-46747
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónRed TeamingHerramienta de Acceso Remoto
GitHubvidura2/cve-2023-46747

cve-2023-46747

Ver Repositorio
2hace 1 añoAú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

CVE-2023-46747 Script de Exploit

Este script explota la vulnerabilidad de ejecución remota de código en F5 BIG-IP TMUI (CVE-2023-46747). Permite a un atacante no autenticado ejecutar comandos arbitrarios en un sistema F5 BIG-IP vulnerable.


Tabla de contenido

  • Características
  • Requisitos
  • Uso
  • Parámetros
  • Cómo funciona
  • Aviso legal

Características

  • Creación de usuario no autenticada: Genera un usuario en el sistema objetivo.
  • Obtención de token: Adquiere tokens de autenticación utilizando el usuario creado.
  • Ejecución remota de comandos: Ejecuta comandos arbitrarios de shell en el sistema objetivo.

Requisitos

  • Python 3.8+
  • Módulos:
    • argparse
    • binascii
    • json
    • random
    • requests
    • time
    • urllib3

Instala los módulos que falten usando pip:

root@kitploit:~
pip install requests

Uso

Opciones de línea de comandos

root@kitploit:~
python exploit.py -u <target_url> [-t <proxy_url>]

Ejemplo

root@kitploit:~
python exploit.py -u https://192.168.1.100:8443 -t http://127.0.0.1:8080

Parámetros

root@kitploit:~
-u	(Required) Target URL of the F5 BIG-IP TMUI system.
-t	Proxy server (optional), e.g., http://127.0.0.1:8080.

Cómo funciona

root@kitploit:~
Generate Credentials: Randomly generates a username and password.
User Creation: Attempts to create a new user on the target using a specially crafted request.
Token Retrieval: Logs in with the new user to obtain a session token.
Command Execution: Executes arbitrary commands via the token.

Funciones clave

root@kitploit:~
generatesth(num): Generates random alphanumeric strings of length num.
unauth_create_user(target, username, password, proxy): Creates a user on the target system.
get_token(target, user, passwd, proxy): Retrieves an authentication token for the created user.
exec_command(target, token, cmd, proxy): Executes arbitrary commands on the target system.

Aviso legal

root@kitploit:~
This script is intended for educational and research purposes only. Unauthorized use of this script against systems you do not own or have explicit permission to test is illegal and unethical.

!!!!Usa responsablemente!!!!!

Descargar herramienta