diff --git a/README.md b/README.md index 51e7a5300..ad2ad61d0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Passive API sources plus a recursive DNS brute-force with target-specific subdom ```bash # find subdomains of evilcorp.com bbot -t evilcorp.com -p subdomain-enum + +# passive sources only +bbot -t evilcorp.com -p subdomain-enum -rf passive ``` diff --git a/bbot/modules/unstructured.py b/bbot/modules/unstructured.py index 000349955..83b3552c9 100644 --- a/bbot/modules/unstructured.py +++ b/bbot/modules/unstructured.py @@ -67,9 +67,7 @@ class unstructured(BaseModule): } deps_apt = ["libmagic-dev", "poppler-utils", "tesseract-ocr", "libreoffice", "pandoc"] - deps_pip = [ - "git+https://github.com/Unstructured-IO/unstructured@d0211cc41faa3988b0cfdefa3e0a8f80adbf013b#egg=unstructured[all-docs]" - ] + deps_pip = ["unstructured[all-docs]>=0.5.15,<1.0"] scope_distance_modifier = 1