coffinxp / lostools

best tool for finding SQLi,XSS,LFi,OpenRedirect
214 stars 68 forks source link

no module named yaml #9

Closed seth-24 closed 2 weeks ago

seth-24 commented 2 weeks ago

after running python lostsec.py Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3

then switched to python3

after running python3 lostsec.py:

Traceback (most recent call last): File "/home/oxoe/lostools/lostsec.py", line 19, in import yaml ModuleNotFoundError: No module named 'yaml'

seth-24 commented 2 weeks ago

sorry the fix is : pip install pyyaml