DB: 2016-07-29

This commit is contained in:
Offensive Security 2016-07-29 05:07:16 +00:00
parent 70d97f91c1
commit 09544fdd22

View file

@ -1,3 +1,5 @@
// Source: http://blog.cmpxchg8b.com/2013/08/security-debianisms.html
On most modern Linux systems, /bin/sh is provided by bash, which detects that it's being invoked as sh, and attempts to mimic traditional sh. As everyone who works in security quickly learns, bash will drop privileges very early if uid != euid.
488