shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
hashmap.cocci
@@ expression E; struct hashmap_entry HME; @@ - HME.hash = E; + hashmap_entry_init(&HME, E); @@ identifier f !~ "^hashmap_entry_init$"; expression E; struct hashmap_entry *HMEP; @@ f(...) {<... - HMEP->hash = E; + hashmap_entry_init(HMEP, E); ...>}
© 2026 UnknownSec