Advertisement
Guest User

peach error

a guest
Dec 8th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1.  
  2. ] Peach 2.3.9 DEV Runtime
  3. ] Copyright (c) Michael Eddington
  4.  
  5. Warning: win32 extensions not found, disabing variouse process monitors.
  6. [*] Optmizing DataModel for cracking: 'ZipFileFormat'
  7. [*] Cracking data from C:\test.zip into ZipFileFormat
  8. [*] Total time to crack data: 0.05
  9. [*] Building relation cache
  10. [*] Starting run "DefaultRun"
  11. (<type 'exceptions.NameError'>, NameError("global name 'win32process' is not def
  12. ined",), <traceback object at 0x038F3148>)
  13. Exception in LaunchWin32Process
  14. -- Agent connection failed, retrying...
  15. -- Agent connection failed, retrying...
  16. -- Agent connection failed, retrying...
  17. -- Agent connection failed, retrying...
  18. -- Agent connection failed, retrying...
  19. -- Agent connection failed, retrying...
  20. -- Agent connection failed, retrying...
  21. -- Agent connection failed, retrying...
  22. -- Agent connection failed, retrying...
  23. Traceback (most recent call last):
  24. File "peach.py", line 517, in <module>
  25. engine.Run(args[0], None, verbose, watcher, restartFuzzerFile, noCount, para
  26. llel, startNum)
  27. File "C:\Peach2.3.9\Peach\Engine\engine.py", line 471, in Run
  28. self._runTest(run, test, False, self.testRange)
  29. File "C:\Peach2.3.9\Peach\Engine\engine.py", line 575, in _runTest
  30. self._startAgents(run, test)
  31. File "C:\Peach2.3.9\Peach\Engine\engine.py", line 517, in _startAgents
  32. agent = self.agent.AddAgent(a.name, server, a.password, a.getPythonPaths(),
  33. a.getImports())
  34. File "C:\Peach2.3.9\Peach\agent.py", line 1141, in AddAgent
  35. agent = AgentClient(agentUri, password, pythonPath, imports)
  36. File "C:\Peach2.3.9\Peach\agent.py", line 768, in __init__
  37. self.Connect()
  38. File "C:\Peach2.3.9\Peach\agent.py", line 815, in Connect
  39. msg = pickle.loads(self._agent.clientHello(pickle.dumps(msg)))
  40. File "C:\Python27\lib\xmlrpclib.py", line 1224, in __call__
  41. return self.__send(self.__name, args)
  42. File "C:\Python27\lib\xmlrpclib.py", line 1570, in __request
  43. verbose=self.__verbose
  44. File "C:\Python27\lib\xmlrpclib.py", line 1264, in request
  45. return self.single_request(host, handler, request_body, verbose)
  46. File "C:\Python27\lib\xmlrpclib.py", line 1292, in single_request
  47. self.send_content(h, request_body)
  48. File "C:\Python27\lib\xmlrpclib.py", line 1439, in send_content
  49. connection.endheaders(request_body)
  50. File "C:\Python27\lib\httplib.py", line 937, in endheaders
  51. self._send_output(message_body)
  52. File "C:\Python27\lib\httplib.py", line 797, in _send_output
  53. self.send(msg)
  54. File "C:\Python27\lib\httplib.py", line 759, in send
  55. self.connect()
  56. File "C:\Python27\lib\httplib.py", line 740, in connect
  57. self.timeout, self.source_address)
  58. File "C:\Python27\lib\socket.py", line 571, in create_connection
  59. raise err
  60. socket.error: [Errno 10061] No connection could be made because the target machi
  61. ne actively refused it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement