From f452acf0c2f52cb0711ba4a692d815c3303eb603 Mon Sep 17 00:00:00 2001 From: swisskyrepo Date: Tue, 18 Oct 2016 13:04:50 +0700 Subject: [PATCH] Update RCE --- RCE/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RCE/README.md b/RCE/README.md index 8195a0e..9668908 100644 --- a/RCE/README.md +++ b/RCE/README.md @@ -6,7 +6,10 @@ Remote code execution is a security vulnerability that allows an attacker to exe Normal code execution ``` cat /etc/passwd -root:x:0:0:root:/root:/bin/bash daemon:x:1:1:daemon:/usr/sbin:/bin/sh bin:x:2:2:bin:/bin:/bin/sh sys:x:3:3:sys:/dev:/bin/sh +root:x:0:0:root:/root:/bin/bash +daemon:x:1:1:daemon:/usr/sbin:/bin/sh +bin:x:2:2:bin:/bin:/bin/sh +sys:x:3:3:sys:/dev:/bin/sh ```