byt3bl33d3r / WitnessMe

Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
GNU General Public License v3.0
727 stars 109 forks source link

BUG - WMDB scan module not working #11

Closed yellow-starburst closed 4 years ago

yellow-starburst commented 4 years ago

Probably a simple installation that I need to run Command: WMDB ≫ scan 1

Output:

Traceback (most recent call last):
  File "./wmdb.py", line 239, in cmdloop
    await self.scan()
  File "./wmdb.py", line 197, in scan
    self.signatures.load()
  File "/home/WitnessMe/witnessme/signatures.py", line 15, in load
    self.signatures.append(yaml.load(sig, Loader=yaml.CLoader))
AttributeError: module 'yaml' has no attribute 'CLoader'
Error calling command 'scan': module 'yaml' has no attribute 'CLoader'
byt3bl33d3r commented 4 years ago

This should be fixed now. Thanks