Skip to content

Releases: mihneamanolache/redis-exploit

v0.1.0

17 May 09:47
af65f46
Compare
Choose a tag to compare

About

This program is a Redis vulnerability tester that allows the user to check for an open Redis server and test it for vulnerability. The user can input an IP address range, and the program will iterate over all the IP addresses in that range to test them. If an open Redis server is found, the program will check if the server is vulnerable, and if so, give the user the option to either inform the server owner or dump the data. The program is written in Rust and uses the Redis and dialoguer libraries.

v0.1.0

Release version:

  • Tests for vulnerability in Redis servers
  • Determines if the Redis server is vulnerable to an attack
  • Provides options to dump the the keys stored inside Redis server

v0.1.1

17 May 12:24
af65f46
Compare
Choose a tag to compare

Features

  • added colored output;