shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
swap.cocci
@@ type T; identifier tmp; T a, b; @@ - T tmp = a; + T tmp; + tmp = a; a = b; b = tmp; @ swap @ type T; T tmp, a, b; @@ - tmp = a; - a = b; - b = tmp; + SWAP(a, b); @ extends swap @ identifier unused; @@ { ... - T unused; ... when != unused }
© 2026 UnknownSec