coldfusion39 / domi-owned

IBM/Lotus Domino exploitation
MIT License
118 stars 46 forks source link

Missing lxml requirement #7

Open isgroup-srl opened 5 years ago

isgroup-srl commented 5 years ago

Issue:

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

Fix:

python3 -m pip install lxml

AndyCyberSec commented 3 years ago

which version of lxml did you install?