by Ajit Gaddam on November 24, 2009
SHODAN lets you find servers/ routers/ etc. by using the simple search bar up above. Most of the data in the index covers web servers at the moment, but there is some data on FTP, Telnet and SSH services as well.
Lets say you want to find servers running the ‘Apache’ web daemon. A simple attempt [...]
by Ajit Gaddam on November 5, 2009
Oh man .. epic geekiness… I love it
by Ajit Gaddam on October 24, 2009
In certain cases, it might be hard to install SSL certificates or SSL is not supported by some webhosts. In those cases, there is a need to encrypt the data (POST/GET) that is sent when you submit a form because if you don’t, your data will be sent in plain text. So I ran into jCryption, [...]