Advertisement
Guest User

Untitled

a guest
May 28th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1.  
  2. Message: Plugin semi_passive/Web_Application_Fingerprint@OWASP-IG-004.py failed for target http://user:pass@host.com
  3.  
  4. Command: owtf.py http://user:pass@host.com
  5.  
  6. Error Trace:
  7. Traceback (most recent call last):
  8.  
  9. File "/root/owtf/framework/plugin/plugin_handler.py", line 235, in ProcessPlugin
  10. self.RunPlugin(PluginDir, Plugin)
  11.  
  12. File "/root/owtf/framework/plugin/plugin_handler.py", line 217, in RunPlugin
  13. PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
  14.  
  15. File "/root/owtf/plugins/web/semi_passive/Web_Application_Fingerprint@OWASP-IG-004.py", line 39, in run
  16. TransactionTable = Core.PluginHelper.DrawTransactionTableForURLList(True, Core.Config.GetAsList(['TARGET_URL', 'TOP_URL']))
  17.  
  18. File "/root/owtf/framework/plugin/plugin_helper.py", line 313, in DrawTransactionTableForURLList
  19. return self.Core.Reporter.DrawHTTPTransactionTable(self.Core.Requester.GetTransactions(UseCache, URLList, Method, Data))
  20.  
  21. File "/root/owtf/framework/http/requester.py", line 262, in GetTransactions
  22. Transactions.append(self.GetTransaction(UseCache, URL, Method, Data))
  23.  
  24. File "/root/owtf/framework/http/requester.py", line 244, in GetTransaction
  25. return self.Request(URL, Method, Data)
  26.  
  27. File "/root/owtf/framework/http/requester.py", line 172, in Request
  28. Response = urllib2.urlopen(request)
  29.  
  30. File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
  31. return _opener.open(url, data, timeout)
  32.  
  33. File "/usr/lib/python2.6/urllib2.py", line 391, in open
  34. response = self._open(req, data)
  35.  
  36. File "/usr/lib/python2.6/urllib2.py", line 409, in _open
  37. '_open', req)
  38.  
  39. File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
  40. result = func(*args)
  41.  
  42. File "/root/owtf/framework/http/requester.py", line 45, in http_open
  43. return self.do_open(MyHTTPConnection, req)
  44.  
  45. File "/usr/lib/python2.6/urllib2.py", line 1107, in do_open
  46. h = http_class(host, timeout=req.timeout) # will parse host:port
  47.  
  48. File "/usr/lib/python2.6/httplib.py", line 657, in __init__
  49. self._set_hostport(host, port)
  50.  
  51. File "/usr/lib/python2.6/httplib.py", line 682, in _set_hostport
  52. raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
  53.  
  54. InvalidURL: nonnumeric port: 'pass@host.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement