现在我正在尝试为hackthebox.eu构建字典攻击工具。我正在使用PowerShell向测试网站发送POST请求,但它忽略了发送的参数。如果我用Firefox发送它们,一切正常。
我的要求:$request = Invoke-Webrequest -Uri http://88.198.233.174:34426/ -Method post -body "passwort=dummypass";
非常感谢您的帮助。
答案 0 :(得分:0)
尝试使用-UseBasicParsing开关。