Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ipv4

Python - Parse Ipv4 Addresses From String (even When Censored)

Objective: Write Python 2.7 code to extract IPv4 addresses from string. String content example: Th… Read more Python - Parse Ipv4 Addresses From String (even When Censored)

How To Force Python Httplib Library To Use Only A Requests

The problem is that urllib using httplib is querying for AAAA records. I would like to avoid that. … Read more How To Force Python Httplib Library To Use Only A Requests