If you visit http://www.somesite.com/showimg.php and include a GET parameter it will run PHP that includes the following
Posted: Fri Jul 01, 2022 5:47 am
http://www.somesite.com/showimg.php and include a GET parameter it will run PHP that includes the following: Given this, which of the following malicious URLs will lead to an alert box appearing? Select ALL that should lead to an alert box. O http://www.somesite.com/showimg.php?img ... t('hello') O http://www.somesite.com/showimg.php? imgfile=syukjfljk.png"+onerror="alert('hello') http://www.somesite.com/showimg.php?imgfile= O http://www.somesite.com/showimg.php?img ... ='alert(1)'
If you visit