Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiasinsaurralde/evilredis
Script for doing evil stuff to Redis servers (for educational purposes only).
https://github.com/matiasinsaurralde/evilredis
pentesting redis security
Last synced: 2 months ago
JSON representation
Script for doing evil stuff to Redis servers (for educational purposes only).
- Host: GitHub
- URL: https://github.com/matiasinsaurralde/evilredis
- Owner: matiasinsaurralde
- License: mit
- Created: 2015-05-18T02:30:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T10:09:11.000Z (over 8 years ago)
- Last Synced: 2024-10-15T01:09:46.316Z (3 months ago)
- Topics: pentesting, redis, security
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 72
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
evilredis
=========
Script for doing evil stuff to Redis servers
**(for educational purposes only!)**## usage
```
npm install -g evilredis
```
Then:
```
== evilredis >:)Syntax: evilredis [ target ] [ level = 0 ]
Ex. evilredis 192.168.0.0/24 1- Level 0: quick scan, dump server info & keys
- Level 1: flushall
- Level 2: flushall & shutdown
- Level 3: root >:) (requires a pubkey)Specify your pubkey after evilness level
Example: $ evilredis x.x.x.x 3 ~/.ssh/id_rsa.pubUSE AT YOUR OWN RISK!
```## license
[mit](https://github.com/matiasinsaurralde/evilredis/blob/master/LICENSE)