GIAC
GPYC · Question #31
GPYC Question #31: Real Exam Question with Answer & Explanation
The correct answer is A. Pass through proxy connections.. See the full explanation below for the reasoning.
Question
Review the lines of code below. Which of the following actions will they perform?
ctrack=cookielib.CookieJar()
cproc=urllib2.HTTPCookieProcessor(ctrack)
bconn=urllib2.build_opener(cproc)
urllib2.install_opener(bconn)
Options
- APass through proxy connections.
- BSave non-http files from pages.
- CKeep session information in browser.
- DInteract with .js objects.
Community Discussion
No community discussion yet for this question.