Skip to content

secure-rewind-and-discard/sdrad_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SDRaD Evaluations

This repository contains useful scripts and commands for evaluating SDRaD

Memcached

To measure the restart time of a Dockerized Memcached, use the following commands:

Measuring Docker Restart Time
docker run  -d --restart unless-stopped  -p 11211:11211 memcached

docker system events --filter 'event=start' --filter 'event=die' | cut -d : -f 3
Resident Set Size

To monitor the Resident Set Size (RSS) used by Memcached, execute:

/usr/bin/time -v memcached ...

Maximum resident set size (kbytes)

Reproducing CVE
Memcached-User Interface with TELNET

This example demonstrates how to store and retrieve a simple value.

telnet 127.0.0.1 11211
set test 0 100 5
sdrob
get test

NGINX

Reproducing CVE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages