Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "<stdin>", line 4, in <module>
  3. File "rekall\session.py", line 111, in __getattr__
  4. plugin_cls = self.GetPluginClass(name)
  5. File "rekall\session.py", line 91, in GetPluginClass
  6. metadata = self.plugin_db.GetActivePlugin(name)
  7. File "rekall\plugin.py", line 349, in GetActivePlugin
  8. if plugin_cls.is_active(self.session):
  9. File "rekall\plugins\windows\common.py", line 62, in is_active
  10. return (super(AbstractWindowsCommandPlugin, cls).is_active(session) and
  11. File "rekall\plugin.py", line 198, in is_active
  12. session.profile != None)
  13. File "rekall\session.py", line 754, in profile
  14. res = self.GetParameter("profile_obj")
  15. File "rekall\session.py", line 491, in GetParameter
  16. result = self._RunParameterHook(item)
  17. File "rekall\session.py", line 519, in _RunParameterHook
  18. result = hook.calculate()
  19. File "rekall\plugins\guess_profile.py", line 468, in calculate
  20. profile_obj = self.ScanProfiles()
  21. File "rekall\plugins\guess_profile.py", line 409, in ScanProfiles
  22. session=self.session)
  23. File "rekall\registry.py", line 56, in __call__
  24. res = super(UniqueObjectIdMetaclass, cls).__call__(*args, **kwargs)
  25. File "rekall\scan.py", line 241, in __init__
  26. needles=self.needles)
  27. File "rekall\registry.py", line 56, in __call__
  28. res = super(UniqueObjectIdMetaclass, cls).__call__(*args, **kwargs)
  29. File "rekall\scan.py", line 349, in __init__
  30. raise RuntimeError("No needles provided to search.")
  31. RuntimeError: No needles provided to search.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement