In the Previous post we saw the basics of banner grabbing techniques. Now here i wrote a basic python script, which grab banner for a…
urllib2 is a Python module for fetching URLs. It offers a very simple interface, in the form of the urlopen function. The urllib2 is capable…