Commit 26bbaec0 authored by bobloblaw's avatar bobloblaw
Browse files

Updates escaping_restricted_shell.md

Auto commit by GitBook Editor
parent 84a6705a
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ Some sysadmins don't want their users to have access to all commands. So they ge
Many linux distros include rshell, which is a restriced shell.

To access the restried shell you can do this:

```
sh -r 
rsh
@@ -16,5 +17,6 @@ To access the restried shell you can do this:
rksh
ksh -r
```

http://securebean.blogspot.cl/2014/05/escaping-restricted-shell_3.html?view=sidebar
http://pen-testing.sans.org/blog/pen-testing/2012/06/06/escaping-restricted-linux-shells
 No newline at end of file