Python3

urllib.request.urlopen(url).read()


mod_security 우회

Req = urllib.request.Request(url, headers={'User-Agent': 'Mozilla/5.0'})

urllib.request.urlopen(Req).read()


이거면 쫑인거신데 말이여...

길어봐야 두줄이네 뭐