Advertisement
gotgameg

Untitled

Nov 8th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pwnbin/pwnbin.py", line 72, in <module>
  3. main()
  4. File "pwnbin/pwnbin.py", line 26, in main
  5. find_passwords(raw_url+page)
  6. File "pwnbin/pwnbin.py", line 55, in find_passwords
  7. paste = fetch_page(raw_url)
  8. File "pwnbin/pwnbin.py", line 63, in fetch_page
  9. response = urllib2.urlopen(page)
  10. File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
  11. return opener.open(url, data, timeout)
  12. File "/usr/lib/python2.7/urllib2.py", line 437, in open
  13. response = meth(req, response)
  14. File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
  15. 'http', request, response, code, msg, hdrs)
  16. File "/usr/lib/python2.7/urllib2.py", line 475, in error
  17. return self._call_chain(*args)
  18. File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
  19. result = func(*args)
  20. File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
  21. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  22. urllib2.HTTPError: HTTP Error 403: Forbidden
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement