Link retrieval from web sites with Python
Sometimes you need to get links from websites inside Python and the BeautifulSoup library is awesome for accomplishing this. Just for fun purposes I decided to use sockets, I wanted to get the IP address of the given URL. Next, you will see the code...
infosecoding.hashnode.dev3 min read