Tag Archive | "httpd"

How to spoof your speedtest.net results

Friday, April 30, 2010

33 Comments

In this tutorial we will be showing you how to spoof your speedtest.net results. You will require a httpd server to do this, in this tutorial I used lighttpd running on debian. To install lighttpd on debian just simply run and edit your php.ini to change cgi.force_redirect to 0 Come down and you'll find ;cgi.force_redirect [...]

Continue reading...

Finding out what httpd a website uses

Saturday, June 20, 2009

0 Comments

Have you ever wanted to know what httpd a website is using but didn't know how? this tutorial will be able to show you. You can simply find out the httpd by viewing the servers header. To view the headers we need curl you can install it by running the following command Then we need [...]

Continue reading...