diff --git a/docs/release_history.md b/docs/release_history.md index eef23ba390..4b5b15bac0 100644 --- a/docs/release_history.md +++ b/docs/release_history.md @@ -1,4 +1,48 @@ ## v1.1.6 +February 21, 2024 + +## Improvements +- https://github.com/blacklanternsecurity/bbot/pull/1001 +- https://github.com/blacklanternsecurity/bbot/pull/1006 +- https://github.com/blacklanternsecurity/bbot/pull/1010 +- https://github.com/blacklanternsecurity/bbot/pull/1013 +- https://github.com/blacklanternsecurity/bbot/pull/1014 +- https://github.com/blacklanternsecurity/bbot/pull/1015 +- https://github.com/blacklanternsecurity/bbot/pull/1032 +- https://github.com/blacklanternsecurity/bbot/pull/1043 +- https://github.com/blacklanternsecurity/bbot/pull/1047 +- https://github.com/blacklanternsecurity/bbot/pull/1048 +- https://github.com/blacklanternsecurity/bbot/pull/1049 +- https://github.com/blacklanternsecurity/bbot/pull/1051 +- https://github.com/blacklanternsecurity/bbot/pull/1065 +- https://github.com/blacklanternsecurity/bbot/pull/1070 +- https://github.com/blacklanternsecurity/bbot/pull/1076 +- https://github.com/blacklanternsecurity/bbot/pull/1077 +- https://github.com/blacklanternsecurity/bbot/pull/1095 +- https://github.com/blacklanternsecurity/bbot/pull/1101 +- https://github.com/blacklanternsecurity/bbot/pull/1103 + +## Bigfixes +- https://github.com/blacklanternsecurity/bbot/pull/1005 +- https://github.com/blacklanternsecurity/bbot/pull/1022 +- https://github.com/blacklanternsecurity/bbot/pull/1030 +- https://github.com/blacklanternsecurity/bbot/pull/1033 +- https://github.com/blacklanternsecurity/bbot/pull/1034 +- https://github.com/blacklanternsecurity/bbot/pull/1042 +- https://github.com/blacklanternsecurity/bbot/pull/1066 +- https://github.com/blacklanternsecurity/bbot/pull/1067 +- https://github.com/blacklanternsecurity/bbot/pull/1073 +- https://github.com/blacklanternsecurity/bbot/pull/1086 +- https://github.com/blacklanternsecurity/bbot/pull/1089 +- https://github.com/blacklanternsecurity/bbot/pull/1094 +- https://github.com/blacklanternsecurity/bbot/pull/1098 + +## New Modules +- https://github.com/blacklanternsecurity/bbot/pull/1072 +- https://github.com/blacklanternsecurity/bbot/pull/1091 + + +## v1.1.5 January 29, 2024 ## Improvements diff --git a/docs/scanning/advanced.md b/docs/scanning/advanced.md index 8207b7ce7c..628cb88473 100644 --- a/docs/scanning/advanced.md +++ b/docs/scanning/advanced.md @@ -33,10 +33,16 @@ asyncio.run(main()) ```text -usage: bbot [-h] [--help-all] [-t TARGET [TARGET ...]] [-w WHITELIST [WHITELIST ...]] [-b BLACKLIST [BLACKLIST ...]] [--strict-scope] [-m MODULE [MODULE ...]] [-l] - [-em MODULE [MODULE ...]] [-f FLAG [FLAG ...]] [-lf] [-rf FLAG [FLAG ...]] [-ef FLAG [FLAG ...]] [-om MODULE [MODULE ...]] [--allow-deadly] [-n SCAN_NAME] [-o DIR] - [-c [CONFIG ...]] [-v] [-d] [-s] [--force] [-y] [--dry-run] [--current-config] [--no-deps | --force-deps | --retry-deps | --ignore-failed-deps | --install-all-deps] [-a] - [--version] +usage: bbot [-h] [--help-all] [-t TARGET [TARGET ...]] + [-w WHITELIST [WHITELIST ...]] [-b BLACKLIST [BLACKLIST ...]] + [--strict-scope] [-m MODULE [MODULE ...]] [-l] + [-em MODULE [MODULE ...]] [-f FLAG [FLAG ...]] [-lf] + [-rf FLAG [FLAG ...]] [-ef FLAG [FLAG ...]] + [-om MODULE [MODULE ...]] [--allow-deadly] [-n SCAN_NAME] + [-o DIR] [-c [CONFIG ...]] [-v] [-d] [-s] [--force] [-y] + [--dry-run] [--current-config] + [--no-deps | --force-deps | --retry-deps | --ignore-failed-deps | --install-all-deps] + [-a] [--version] Bighuge BLS OSINT Tool diff --git a/pyproject.toml b/pyproject.toml index f16540fb83..7b0f76fa65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbot" -version = "1.0.3" +version = "1.0.0" description = "OSINT automation for hackers." authors = [ "TheTechromancer", @@ -91,7 +91,7 @@ extend-exclude = "(test_step_1/test_manager_*)" [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v1.1.6{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v1.1.7{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]