Comand whitelisting bypass
How does it work
dirls./script.shBypass #1
findfind <path> -type <file_type> -name "<pattern>" -exec <command> {} \;Bypass #2
Double quotes (example of not working OS Command Injection)
Single quotes (example of working OS Command Injection)
Last updated