This website requires authentication, via POST. However, it seems as if someone has defaced our site. Maybe there is still some way to authenticate? http://165.227.106.113/post.php
Well I couldn't get it to work with Burp, maybe I had the syntax wrong but I was using syntax I've seen in a lot of other sites...but it worked fine with curl
1 month ago
curl -d "username=admin&password=71urlkufpsdnlkadsf" http://165.227.106.113/post.php
You don't need to explicitly add "-X POST", because "-d" option posts data by itself.