Python3
urllib.request.urlopen(url).read()
mod_security 우회
Req = urllib.request.Request(url, headers={'User-Agent': 'Mozilla/5.0'})
urllib.request.urlopen(Req).read()
이거면 쫑인거신데 말이여...
길어봐야 두줄이네 뭐
Python3
urllib.request.urlopen(url).read()
mod_security 우회
Req = urllib.request.Request(url, headers={'User-Agent': 'Mozilla/5.0'})
urllib.request.urlopen(Req).read()
이거면 쫑인거신데 말이여...
길어봐야 두줄이네 뭐
아는게 c/c++밖에 없어서 저 명령어들의 뜻을 알고싶음 ㅠㅠ
머 스크래피 쓰면 존나 쉬운데 /...