log2timeline / l2tscaffolder

Scaffolders for bootstrapping development of open source forensics tools.
http://l2tscaffolder.readthedocs.io/
Apache License 2.0
6 stars 9 forks source link

timesketch project root not identified correctly #76

Open fooris opened 5 years ago

fooris commented 5 years ago

Describe the bug running the scaffolder and entering the path to the repo results in "Path [.] does not lead to a valid project for timesketch. Do you want to try again? [Y/n]:"

presumably because this test fails:

if not os.path.isfile(os.path.join(root_path, 'timesketch.conf')): return False @ https://github.com/log2timeline/l2tscaffolder/blob/5a6e7dddbcbe2bc321bb4446194c212f62032fe5/l2tscaffolder/definitions/timesketch.py#L31

To Reproduce

Steps to reproduce the behavior:

  1. What definition was selected timesketch
  2. Answers to questions
    • 1
    • ./ and absolute path to repository
  3. Error message, or output that was unexpected Path [.] does not lead to a valid project for timesketch. Do you want to try again? [Y/n]:

Expected behavior

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):