Skip to content

Commit

Permalink
Merge branch 'dev' into baddns_module
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec authored Feb 21, 2024
2 parents bc57ab5 + f7d6d7b commit 59a1f68
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 6 deletions.
44 changes: 44 additions & 0 deletions docs/release_history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 10 additions & 4 deletions docs/scanning/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,16 @@ asyncio.run(main())

<!-- BBOT HELP OUTPUT -->
```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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bbot"
version = "1.0.3"
version = "1.0.0"
description = "OSINT automation for hackers."
authors = [
"TheTechromancer",
Expand Down Expand Up @@ -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"]

0 comments on commit 59a1f68

Please sign in to comment.