Powershell post请求不会对参数做出反应

时间:2018-02-22 15:26:20

标签: powershell post httpwebrequest

现在我正在尝试为hackthebox.eu构建字典攻击工具。我正在使用PowerShell向测试网站发送POST请求,但它忽略了发送的参数。如果我用Firefox发送它们,一切正常。

我的要求:$request = Invoke-Webrequest -Uri http://88.198.233.174:34426/ -Method post -body "passwort=dummypass";

非常感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

尝试使用-UseBasicParsing开关。