Skip to content

Commit

Permalink
Merge pull request #1669 from blacklanternsecurity/fix-unstructured
Browse files Browse the repository at this point in the history
Restore unstructured to PyPi release
  • Loading branch information
TheTechromancer authored Aug 17, 2024
2 parents 5fa774a + 2688bae commit a2a9afc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!-- BBOT SUBDOMAIN-ENUM PRESET EXPANDABLE -->
Expand Down
4 changes: 1 addition & 3 deletions bbot/modules/unstructured.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2a9afc

Please sign in to comment.