diff --git a/Dev/404.html b/Dev/404.html index 770da86e9..0235eab43 100644 --- a/Dev/404.html +++ b/Dev/404.html @@ -16,7 +16,7 @@ - + diff --git a/Dev/assets/stylesheets/extra-style.weugwwzd.min.css b/Dev/assets/stylesheets/extra-style.56tt5685.min.css similarity index 96% rename from Dev/assets/stylesheets/extra-style.weugwwzd.min.css rename to Dev/assets/stylesheets/extra-style.56tt5685.min.css index bef64868f..5bcf1abc5 100644 --- a/Dev/assets/stylesheets/extra-style.weugwwzd.min.css +++ b/Dev/assets/stylesheets/extra-style.56tt5685.min.css @@ -1,3 +1,3 @@ :root{--bbot-orange: #ff8400}p img{max-width:60em !important}.demonic-jimmy{color:var(--bbot-orange)}.md-nav__link--active{font-weight:bold}.md-typeset__table td:first-child{font-weight:bold}a.md-source,.md-header__topic>span,a:hover{color:var(--bbot-orange)}article.md-content__inner h1{font-weight:500;color:var(--bbot-orange)}article.md-content__inner h1,article.md-content__inner h2{color:var(--bbot-orange)}article.md-content__inner h2,article.md-content__inner h3,article.md-content__inner h4,article.md-content__inner h5{font-weight:300}article.md-content__inner div.highlight{background-color:unset !important}table{font-family:monospace}table td{max-width:100em}[data-md-color-primary=black] p a.md-button--primary{background-color:black;border:none}[data-md-color-primary=black] p a.md-button--primary:hover{background-color:var(--bbot-orange)}[data-md-color-scheme="slate"] div.md-source__repository ul{color:white}[data-md-color-scheme="slate"] .md-nav__link{color:white}[data-md-color-scheme="slate"] .md-nav__link--active{font-weight:bold}[data-md-color-scheme="slate"] .md-typeset__table tr{background-color:#202027}[data-md-color-scheme="slate"] .md-nav__link.md-nav__link--active{color:var(--bbot-orange)}[data-md-color-scheme="slate"] .md-typeset__table thead tr{color:var(--bbot-orange);background-color:var(--md-primary-fg-color--dark)} -/*# sourceMappingURL=extra-style.weugwwzd.min.css.map */ \ No newline at end of file +/*# sourceMappingURL=extra-style.56tt5685.min.css.map */ \ No newline at end of file diff --git a/Dev/assets/stylesheets/extra-style.weugwwzd.min.css.map b/Dev/assets/stylesheets/extra-style.56tt5685.min.css.map similarity index 98% rename from Dev/assets/stylesheets/extra-style.weugwwzd.min.css.map rename to Dev/assets/stylesheets/extra-style.56tt5685.min.css.map index e39a03d2c..d8e5c80cf 100644 --- a/Dev/assets/stylesheets/extra-style.weugwwzd.min.css.map +++ b/Dev/assets/stylesheets/extra-style.56tt5685.min.css.map @@ -1,6 +1,6 @@ { "version": 3, - "file": "extra-style.weugwwzd.min.css", + "file": "extra-style.56tt5685.min.css", "sources": [ "extra_sass/style.css.scss" ], diff --git a/Dev/comparison/index.html b/Dev/comparison/index.html index f73c727ef..f8ff5b2d5 100644 --- a/Dev/comparison/index.html +++ b/Dev/comparison/index.html @@ -11,7 +11,7 @@ - + Comparison to Other Tools - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/contribution/index.html b/Dev/contribution/index.html index b90c5cd58..4508b0673 100644 --- a/Dev/contribution/index.html +++ b/Dev/contribution/index.html @@ -11,7 +11,7 @@ - + Contribution - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/architecture/index.html b/Dev/dev/architecture/index.html index 4c2cb3516..0653bb08f 100644 --- a/Dev/dev/architecture/index.html +++ b/Dev/dev/architecture/index.html @@ -11,7 +11,7 @@ - + BBOT Internal Architecture - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/basemodule/index.html b/Dev/dev/basemodule/index.html index 3d8773871..83c1569fa 100644 --- a/Dev/dev/basemodule/index.html +++ b/Dev/dev/basemodule/index.html @@ -11,7 +11,7 @@ - + BaseModule - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -960,7 +960,7 @@

  • accept_dupes - (bool) + (bool) –

    Whether to accept incoming duplicate events. Default is False.

    @@ -968,7 +968,7 @@

  • suppress_dupes - (bool) + (bool) –

    Whether to suppress outgoing duplicate events. Default is True.

    @@ -976,7 +976,7 @@

  • per_host_only - (bool) + (bool) –

    Limit the module to only scanning once per host. Default is False.

    @@ -984,7 +984,7 @@

  • per_hostport_only - (bool) + (bool) –

    Limit the module to only scanning once per host:port. Default is False.

    @@ -992,7 +992,7 @@

  • per_domain_only - (bool) + (bool) –

    Limit the module to only scanning once per domain. Default is False.

    @@ -1000,7 +1000,7 @@

  • scope_distance_modifier - ((int, None)) + ((int, None)) –

    Modifies scope distance acceptance for events. Default is 0. @@ -1013,7 +1013,7 @@

  • target_only - (bool) + (bool) –

    Accept only the initial target event(s). Default is False.

    @@ -1021,7 +1021,7 @@

  • in_scope_only - (bool) + (bool) –

    Accept only explicitly in-scope events. Default is False.

    @@ -1045,7 +1045,7 @@

  • module_threads - (int) + (int) –

    Maximum concurrent instances of handle_event() or handle_batch(). Default is 1.

    @@ -1053,7 +1053,7 @@

  • batch_size - (int) + (int) –

    Size of batches processed by handle_batch(). Default is 1.

    @@ -1061,7 +1061,7 @@

  • batch_wait - (int) + (int) –

    Seconds to wait before force-submitting a batch. Default is 10.

    @@ -1069,7 +1069,7 @@

  • api_failure_abort_threshold - (int) + (int) –

    Threshold for setting error state after failed HTTP requests (only takes effect when api_request() is used. Default is 5.

    @@ -1077,7 +1077,7 @@

  • _preserve_graph - (bool) + (bool) –

    When set to True, accept events that may be duplicates but are necessary for construction of complete graph. Typically only enabled for output modules that need to maintain full chains of events, e.g. neo4j and json. Default is False.

    @@ -1085,7 +1085,7 @@

  • _stats_exclude - (bool) + (bool) –

    Whether to exclude this module from scan statistics. Default is False.

    @@ -1093,7 +1093,7 @@

  • _qsize - (int) + (int) –

    Outgoing queue size (0 for infinite). Default is 0.

    @@ -1101,7 +1101,7 @@

  • _priority - (int) + (int) –

    Priority level of events raised by this module, 1-5. Default is 3.

    @@ -1109,7 +1109,7 @@

  • _name - (str) + (str) –

    Module name, overridden automatically. Default is 'base'.

    @@ -1117,7 +1117,7 @@

  • _type - (str) + (str) –

    Module type, for differentiating between normal and output modules. Default is 'scan'.

    @@ -4458,7 +4458,7 @@

  • errored - (bool) + (bool) –

    Whether the module has errored out. Default is False.

    @@ -4574,7 +4574,7 @@

    • url - (str) + (str) –

      The initial API URL. Can contain placeholders for 'page', 'page_size', and 'offset'.

      @@ -4582,7 +4582,7 @@

    • page_size - (int, default: + (int, default: 100 ) – @@ -4592,7 +4592,7 @@

    • json - (bool, default: + (bool, default: True ) – @@ -4602,7 +4602,7 @@

    • next_key - (callable, default: + (callable, default: None ) – @@ -4949,7 +4949,7 @@

    • trace - (bool, default: + (bool, default: True ) – @@ -5023,7 +5023,7 @@

    • trace - (bool, default: + (bool, default: False ) – @@ -5131,7 +5131,7 @@

      Raises:

      • -ValidationError +ValidationError

        If the event cannot be validated (handled in self.make_event()).

        @@ -5240,7 +5240,7 @@

      • trace - (bool, default: + (bool, default: True ) – @@ -5855,7 +5855,7 @@

      • trace - (bool, default: + (bool, default: False ) – @@ -5929,7 +5929,7 @@

      • trace - (bool, default: + (bool, default: False ) – @@ -6003,7 +6003,7 @@

      • trace - (bool, default: + (bool, default: False ) – @@ -6077,7 +6077,7 @@

      • trace - (bool, default: + (bool, default: True ) – @@ -6151,7 +6151,7 @@

      • trace - (bool, default: + (bool, default: False ) – @@ -6341,7 +6341,7 @@

      • raise_error - (bool) + (bool) –

        Whether to raise a validation error if the event could not be created. Defaults to False.

        @@ -6364,7 +6364,7 @@

        Raises:

        • -ValidationError +ValidationError

          If the event could not be validated and raise_error is True.

          @@ -6459,7 +6459,7 @@

          • url - (str, default: + (str, default: None ) – @@ -6480,7 +6480,7 @@

            Raises:

            • -ValueError +ValueError

              If the API response is not successful (status code != 200).

              @@ -6646,7 +6646,7 @@

              Raises:

              • -AttributeError +AttributeError

                If the module is not in an acceptable state to queue incoming events.

                @@ -6779,7 +6779,7 @@

                Raises:

                • -AttributeError +AttributeError

                  If the module is not in an acceptable state to queue outgoing events.

                  @@ -6995,7 +6995,7 @@

                  • message - (str, default: + (str, default: None ) – @@ -7265,7 +7265,7 @@

                  • trace - (bool, default: + (bool, default: False ) – @@ -7398,7 +7398,7 @@

                  • trace - (bool, default: + (bool, default: False ) – @@ -7472,7 +7472,7 @@

                  • trace - (bool, default: + (bool, default: True ) – diff --git a/Dev/dev/core/index.html b/Dev/dev/core/index.html index 9f522c201..f66e0495b 100644 --- a/Dev/dev/core/index.html +++ b/Dev/dev/core/index.html @@ -11,7 +11,7 @@ - + BBOTCore - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/dev_environment/index.html b/Dev/dev/dev_environment/index.html index ba3bd1db3..974955210 100644 --- a/Dev/dev/dev_environment/index.html +++ b/Dev/dev/dev_environment/index.html @@ -11,7 +11,7 @@ - + Setting Up a Dev Environment - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/discord_bot/index.html b/Dev/dev/discord_bot/index.html index 31d94f5d4..5aa800d7f 100644 --- a/Dev/dev/discord_bot/index.html +++ b/Dev/dev/discord_bot/index.html @@ -11,7 +11,7 @@ - + Discord Bot Example - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/engine/index.html b/Dev/dev/engine/index.html index fdde86efc..cda6015a8 100644 --- a/Dev/dev/engine/index.html +++ b/Dev/dev/engine/index.html @@ -11,7 +11,7 @@ - + Engine - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -706,7 +706,7 @@

                    - Bases: EngineBase

                    + Bases: EngineBase

                    The client portion of BBOT's RPC Engine.

                    To create an engine, you must create a subclass of this class and also define methods for each of your desired functions.

                    @@ -1312,7 +1312,7 @@

                    - Bases: EngineBase

                    + Bases: EngineBase

                    The server portion of BBOT's RPC Engine.

                    Methods defined here must match the methods in your EngineClient.

                    To use the functions, you must create mappings for them in the CMDS attribute, as shown below.

                    diff --git a/Dev/dev/event/index.html b/Dev/dev/event/index.html index cda6691b7..54bb7678e 100644 --- a/Dev/dev/event/index.html +++ b/Dev/dev/event/index.html @@ -11,7 +11,7 @@ - + Event - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -579,7 +579,7 @@

                    • data - (Union[str, dict, BaseEvent]) + (Union[str, dict, BaseEvent]) –

                      The primary data for the event or an existing event object.

                      @@ -587,7 +587,7 @@

                    • event_type - (str, default: + (str, default: None ) – @@ -597,7 +597,7 @@

                    • parent - (BaseEvent, default: + (BaseEvent, default: None ) – @@ -607,7 +607,7 @@

                    • context - (str, default: + (str, default: None ) – @@ -617,7 +617,7 @@

                    • module - (str, default: + (str, default: None ) – @@ -647,7 +647,7 @@

                    • tags - (Union[str, List[str]], default: + (Union[str, List[str]], default: None ) – @@ -657,7 +657,7 @@

                    • confidence - (int, default: + (int, default: 100 ) – @@ -667,7 +667,7 @@

                    • dummy - (bool, default: + (bool, default: False ) – @@ -698,7 +698,7 @@

                      Raises:

                      • -ValidationError +ValidationError

                        Raised when there's an error in event data or type sanitization.

                        @@ -1020,7 +1020,7 @@

                        Raises:

                        • -ValidationError +ValidationError

                          Raised when the JSON dictionary is missing required fields.

                          @@ -1168,7 +1168,7 @@

                          • type - (str) + (str) –

                            Specifies the type of the event, e.g., IP_ADDRESS, DNS_NAME.

                            @@ -1176,7 +1176,7 @@

                          • id - (str) + (str) –

                            An identifier for the event (event type + sha1 hash of data). NOT universally unique.

                            @@ -1192,7 +1192,7 @@

                          • data - (str or dict) + (str or dict) –

                            The main data for the event, e.g., a URL or IP address.

                            @@ -1200,7 +1200,7 @@

                          • data_graph - (str) + (str) –

                            Representation of self.data for graph nodes (e.g. Neo4j).

                            @@ -1208,7 +1208,7 @@

                          • data_human - (str) + (str) –

                            Representation of self.data for human output.

                            @@ -1216,7 +1216,7 @@

                          • data_id - (str) + (str) –

                            Representation of self.data used to calculate the event's ID (and ultimately its hash, which is used for deduplication)

                            @@ -1224,7 +1224,7 @@

                          • data_json - (str) + (str) –

                            Representation of self.data to be used in JSON serialization.

                            @@ -1240,7 +1240,7 @@

                          • host_stem - (str) + (str) –

                            An abbreviated representation of hostname that removes the TLD, e.g. "www.evilcorp". Used by the word cloud.

                            @@ -1248,7 +1248,7 @@

                          • port - (int or None) + (int or None) –

                            The port associated with the event, if applicable, else None.

                            @@ -1256,7 +1256,7 @@

                          • words - (set) + (set) –

                            A list of relevant keywords extracted from the event. Used by the word cloud.

                            @@ -1264,7 +1264,7 @@

                          • scope_distance - (int) + (int) –

                            Indicates how many hops the event is from the main scope; 0 means in-scope.

                            @@ -1272,7 +1272,7 @@

                          • web_spider_distance - (int) + (int) –

                            The spider distance from the web root, specific to web crawling.

                            @@ -1280,7 +1280,7 @@

                          • scan - (Scanner) + (Scanner) –

                            The scan object that generated the event.

                            @@ -1288,7 +1288,7 @@

                          • timestamp - (datetime) + (datetime) –

                            The time at which the data was discovered.

                            @@ -1304,7 +1304,7 @@

                          • parent - (BaseEvent) + (BaseEvent) –

                            The parent event that led to the discovery of this event.

                            @@ -1312,7 +1312,7 @@

                          • parent_id - (str) + (str) –

                            The id attribute of the parent event.

                            @@ -1320,7 +1320,7 @@

                          • parent_uuid - (str) + (str) –

                            The uuid attribute of the parent event.

                            @@ -1344,7 +1344,7 @@

                          • module_sequence - (str) + (str) –

                            The sequence of modules that participated in the discovery.

                            @@ -3215,7 +3215,7 @@

                            • data - ((str, dict)) + ((str, dict)) –

                              The primary data for the event.

                              @@ -3223,7 +3223,7 @@

                            • event_type - (str) + (str) –

                              Type of the event, e.g., 'IP_ADDRESS'.

                              @@ -3231,7 +3231,7 @@

                            • parent - (BaseEvent) + (BaseEvent) –

                              Parent event that led to this event's discovery. Defaults to None.

                              @@ -3239,7 +3239,7 @@

                            • module - (str) + (str) –

                              Module that discovered the event. Defaults to None.

                              @@ -3271,7 +3271,7 @@

                            • confidence - (int) + (int) –

                              Confidence level for the event, on a scale of 1-100. Defaults to 100.

                              @@ -3279,7 +3279,7 @@

                            • timestamp - (datetime) + (datetime) –

                              Time of event discovery. Defaults to current UTC time.

                              @@ -3287,7 +3287,7 @@

                            • _dummy - (bool) + (bool) –

                              If True, disables certain data validations. Defaults to False.

                              @@ -3305,7 +3305,7 @@

                              Raises:

                              • -ValidationError +ValidationError

                                If either scan or parent are not specified and _dummy is False.

                                @@ -3565,7 +3565,7 @@

                                • mode - (str, default: + (str, default: 'json' ) – @@ -3575,7 +3575,7 @@

                                • siem_friendly - (bool, default: + (bool, default: False ) – @@ -3772,7 +3772,7 @@

                                  • j - (dict) + (dict) –

                                    The JSON-compatible dictionary containing event data.

                                    diff --git a/Dev/dev/helpers/command/index.html b/Dev/dev/helpers/command/index.html index 6b31e4783..6eb77aee9 100644 --- a/Dev/dev/helpers/command/index.html +++ b/Dev/dev/helpers/command/index.html @@ -11,7 +11,7 @@ - + Command - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -762,7 +762,7 @@

                                    • *command - (str, default: + (str, default: () ) – @@ -772,7 +772,7 @@

                                    • check - (bool, default: + (bool, default: False ) – @@ -783,7 +783,7 @@

                                    • text - (bool, default: + (bool, default: True ) – @@ -793,7 +793,7 @@

                                    • idle_timeout - (int, default: + (int, default: None ) – @@ -803,7 +803,7 @@

                                    • **kwargs - (dict, default: + (dict, default: {} ) – @@ -825,7 +825,7 @@

                                      Raises:

                                      • -CalledProcessError +CalledProcessError

                                        If the subprocess exits with a non-zero status and check=True.

                                        diff --git a/Dev/dev/helpers/dns/index.html b/Dev/dev/helpers/dns/index.html index 4d92d7ca7..ee16c1eb1 100644 --- a/Dev/dev/helpers/dns/index.html +++ b/Dev/dev/helpers/dns/index.html @@ -11,7 +11,7 @@ - + DNS - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -574,7 +574,7 @@

                                        - Bases: EngineClient

                                        + Bases: EngineClient

                                        Source code in bbot/core/helpers/dns/dns.py
                                         18
                                        @@ -1033,7 +1033,7 @@ 

                                        • query - (str) + (str) –

                                          The hostname to check for a wildcard entry.

                                          @@ -1041,7 +1041,7 @@

                                        • ips - (list) + (list) –

                                          List of IPs to compare against, typically obtained from a previous DNS resolution of the query.

                                          @@ -1049,7 +1049,7 @@

                                        • rdtype - (str) + (str) –

                                          The DNS record type (e.g., "A", "AAAA") to consider during the check.

                                          @@ -1071,7 +1071,7 @@

                                          Raises:

                                          • -ValueError +ValueError

                                            If only one of ips or rdtype is specified or if no valid IPs are specified.

                                            diff --git a/Dev/dev/helpers/index.html b/Dev/dev/helpers/index.html index 2b30b4bbd..1e4fb0c21 100644 --- a/Dev/dev/helpers/index.html +++ b/Dev/dev/helpers/index.html @@ -11,7 +11,7 @@ - + Overview - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/helpers/interactsh/index.html b/Dev/dev/helpers/interactsh/index.html index 84796e900..dbfc4732f 100644 --- a/Dev/dev/helpers/interactsh/index.html +++ b/Dev/dev/helpers/interactsh/index.html @@ -11,7 +11,7 @@ - + Interactsh - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -588,7 +588,7 @@

                                            Interact.sh

                                          • server - (str) + (str) –

                                            The server to be used. If None (the default), a random server will be chosen from a predetermined list.

                                            @@ -596,7 +596,7 @@

                                            Interact.sh

                                          • correlation_id - (str) + (str) –

                                            An identifier to correlate requests and responses. Default is None.

                                            @@ -604,7 +604,7 @@

                                            Interact.sh

                                          • custom_server - (str) + (str) –

                                            Optional. A custom interact.sh server. Loaded from configuration.

                                            @@ -612,7 +612,7 @@

                                            Interact.sh

                                          • token - (str) + (str) –

                                            Optional. A token for interact.sh API. Loaded from configuration.

                                            @@ -1277,7 +1277,7 @@

                                            Raises:

                                            • -InteractshError +InteractshError

                                              If required information is missing or if deregistration fails.

                                              @@ -1373,7 +1373,7 @@

                                              Raises:

                                              • -InteractshError +InteractshError

                                                If required information for polling is missing.

                                                @@ -1526,7 +1526,7 @@

                                                callback - (callable) + (callable) –

                                                The function to be called for every interaction received from the server.

                                                @@ -1606,7 +1606,7 @@

                                                callback - (callable, default: + (callable, default: None ) – @@ -1627,7 +1627,7 @@

                                                Raises:

                                                • -InteractshError +InteractshError

                                                  If registration with an interact.sh server fails.

                                                  diff --git a/Dev/dev/helpers/misc/index.html b/Dev/dev/helpers/misc/index.html index 69e609c8d..d71a98456 100644 --- a/Dev/dev/helpers/misc/index.html +++ b/Dev/dev/helpers/misc/index.html @@ -11,7 +11,7 @@ - + Miscellaneous - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -582,7 +582,7 @@

                                                  • url - (Union[str, ParseResult]) + (Union[str, ParseResult]) –

                                                    The original URL.

                                                    @@ -590,7 +590,7 @@

                                                  • params - (Dict[str, Any]) + (Dict[str, Any]) –

                                                    A dictionary containing the query parameters to be added or updated.

                                                    @@ -773,7 +773,7 @@

                                                    • filename - (str or Path) + (str or Path) –

                                                      The file to backup.

                                                      @@ -781,7 +781,7 @@

                                                    • max_backups - (int, default: + (int, default: 10 ) – @@ -893,7 +893,7 @@

                                                      • code1 - (int) + (int) –

                                                        The first HTTP status code.

                                                        @@ -901,7 +901,7 @@

                                                      • code2 - (int) + (int) –

                                                        The second HTTP status code.

                                                        @@ -1028,7 +1028,7 @@

                                                        • _bytes - (int) + (int) –

                                                          The number of bytes to convert.

                                                          @@ -1201,7 +1201,7 @@

                                                          • tasks - (list[Task]) + (list[Task]) –

                                                            A list of asyncio Task objects to cancel.

                                                            @@ -1209,7 +1209,7 @@

                                                          • ignore_errors - (bool, default: + (bool, default: True ) – @@ -1313,7 +1313,7 @@

                                                            • tasks - (list[Task]) + (list[Task]) –

                                                              A list of asyncio Task objects to cancel.

                                                              @@ -1392,7 +1392,7 @@

                                                              • l - (list) + (list) –

                                                                The list of strings to chain together.

                                                                @@ -1400,7 +1400,7 @@

                                                              • try_files - (bool, default: + (bool, default: False ) – @@ -1410,7 +1410,7 @@

                                                              • msg - (str, default: + (str, default: None ) – @@ -1420,7 +1420,7 @@

                                                              • remove_blank - (bool, default: + (bool, default: True ) – @@ -1430,7 +1430,7 @@

                                                              • validate - (bool, default: + (bool, default: False ) – @@ -1440,7 +1440,7 @@

                                                              • validate_chars - (str, default: + (str, default: '<>:"/\\|?*)' ) – @@ -1461,7 +1461,7 @@

                                                                Raises:

                                                                • -ValueError +ValueError

                                                                  If the input string contains invalid characters, when enabled (off by default).

                                                                  @@ -1610,7 +1610,7 @@

                                                                  • p - (str) + (str) –

                                                                    The string whose character set is to be determined.

                                                                    @@ -1737,7 +1737,7 @@

                                                                    • d - (dict) + (dict) –

                                                                      The input dictionary.

                                                                      @@ -1752,7 +1752,7 @@

                                                                    • fuzzy - (bool, default: + (bool, default: False ) – @@ -1762,7 +1762,7 @@

                                                                    • exclude_keys - ((list, None), default: + ((list, None), default: None ) – @@ -1772,7 +1772,7 @@

                                                                    • _prev_key - ((str, None), default: + ((str, None), default: None ) – @@ -1867,7 +1867,7 @@

                                                                      • record - (str or Rdata) + (str or Rdata) –

                                                                        The DNS record to clean.

                                                                        @@ -1962,7 +1962,7 @@

                                                                        • d - (str or Path) + (str or Path) –

                                                                          The directory path to clean up.

                                                                          @@ -1970,7 +1970,7 @@

                                                                        • keep - (int, default: + (int, default: 10 ) – @@ -1992,7 +1992,7 @@

                                                                        • key (Callable, default: - latest_mtime + latest_mtime ) –
                                                                          @@ -2001,7 +2001,7 @@

                                                                        • reverse - (bool, default: + (bool, default: True ) – @@ -2011,7 +2011,7 @@

                                                                        • raise_error - (bool, default: + (bool, default: False ) – @@ -2108,7 +2108,7 @@

                                                                          • s - (str) + (str) –

                                                                            The string for which to find the closest match.

                                                                            @@ -2116,7 +2116,7 @@

                                                                          • choices - (list) + (list) –

                                                                            A list of strings to compare against.

                                                                            @@ -2124,7 +2124,7 @@

                                                                          • n - (int, default: + (int, default: 1 ) – @@ -2134,7 +2134,7 @@

                                                                          • cutoff - (float, default: + (float, default: 0.0 ) – @@ -2233,7 +2233,7 @@

                                                                            • ip - (str) + (str) –

                                                                              The IP address to check.

                                                                              @@ -2376,7 +2376,7 @@

                                                                              • path - (str or Path) + (str or Path) –

                                                                                The path to the file to be deleted.

                                                                                @@ -2437,7 +2437,7 @@

                                                                                • d - (str) + (str) –

                                                                                  The input string representing a domain or subdomain.

                                                                                  @@ -2445,7 +2445,7 @@

                                                                                • include_self - (bool, default: + (bool, default: False ) – @@ -2556,7 +2556,7 @@

                                                                                  • domain - (str) + (str) –

                                                                                    The full domain name to be abbreviated.

                                                                                    @@ -2758,7 +2758,7 @@

                                                                                    • s - (str) + (str) –

                                                                                      The input string from which to extract email addresses.

                                                                                      @@ -2835,7 +2835,7 @@

                                                                                      • s - (str) + (str) –

                                                                                        The string from which to extract the host.

                                                                                        @@ -2995,7 +2995,7 @@

                                                                                        • json_data - (str) + (str) –

                                                                                          JSON-formatted string containing key-value pairs.

                                                                                          @@ -3116,7 +3116,7 @@

                                                                                          • xml_data - (str) + (str) –

                                                                                            XML-formatted string containing elements.

                                                                                            @@ -3223,7 +3223,7 @@

                                                                                            • data - (str) + (str) –

                                                                                              The data from which words are to be extracted.

                                                                                              @@ -3231,7 +3231,7 @@

                                                                                            • acronyms - (bool, default: + (bool, default: True ) – @@ -3241,7 +3241,7 @@

                                                                                            • wordninja - (bool, default: + (bool, default: True ) – @@ -3251,7 +3251,7 @@

                                                                                            • model - (object, default: + (object, default: None ) – @@ -3261,7 +3261,7 @@

                                                                                            • max_length - (int, default: + (int, default: 100 ) – @@ -3271,7 +3271,7 @@

                                                                                            • word_regexes - (list, default: + (list, default: None ) – @@ -3422,7 +3422,7 @@

                                                                                              • f - (str or Path) + (str or Path) –

                                                                                                The file path for which to get the size.

                                                                                                @@ -3499,7 +3499,7 @@

                                                                                                • d - (dict) + (dict) –

                                                                                                  The input dictionary.

                                                                                                  @@ -3514,7 +3514,7 @@

                                                                                                • fuzzy - (bool, default: + (bool, default: False ) – @@ -3524,7 +3524,7 @@

                                                                                                • exclude_keys - ((list, None), default: + ((list, None), default: None ) – @@ -3534,7 +3534,7 @@

                                                                                                • _prev_key - ((str, None), default: + ((str, None), default: None ) – @@ -3645,7 +3645,7 @@

                                                                                                  • n - (int) + (int) –

                                                                                                    The upper limit of numbers to generate, exclusive.

                                                                                                    @@ -3653,7 +3653,7 @@

                                                                                                  • padding - (int, default: + (int, default: 2 ) – @@ -3749,7 +3749,7 @@

                                                                                                    • s - (str) + (str) –

                                                                                                      The string for which to find the closest match.

                                                                                                      @@ -3757,7 +3757,7 @@

                                                                                                    • choices - (list) + (list) –

                                                                                                      A list of strings to compare against.

                                                                                                      @@ -3765,7 +3765,7 @@

                                                                                                    • msg - (str, default: + (str, default: None ) – @@ -3775,7 +3775,7 @@

                                                                                                    • loglevel - (str) + (str) –

                                                                                                      The log level to use for the warning message. Defaults to "HUGEWARNING".

                                                                                                      @@ -3783,7 +3783,7 @@

                                                                                                    • exitcode - (int) + (int) –

                                                                                                      The exit code to use when exiting the program. Defaults to 2.

                                                                                                      @@ -3855,7 +3855,7 @@

                                                                                                      • e - (BaseException) + (BaseException) –

                                                                                                        The exception for which to get the chain.

                                                                                                        @@ -3947,7 +3947,7 @@

                                                                                                        • s - (str) + (str) –

                                                                                                          The string from which to extract the file extension.

                                                                                                          @@ -4036,7 +4036,7 @@

                                                                                                          • url - (Union[str, ParseResult]) + (Union[str, ParseResult]) –

                                                                                                            The URL from which to extract query parameters.

                                                                                                            @@ -4242,7 +4242,7 @@

                                                                                                            • obj - (any) + (any) –

                                                                                                              The object whose size is to be determined.

                                                                                                              @@ -4250,7 +4250,7 @@

                                                                                                            • max_depth - (int, default: + (int, default: 5 ) – @@ -4260,7 +4260,7 @@

                                                                                                            • seen - (set, default: + (set, default: None ) – @@ -4418,7 +4418,7 @@

                                                                                                              • e - (BaseException) + (BaseException) –

                                                                                                                The exception for which to get traceback details.

                                                                                                                @@ -4519,7 +4519,7 @@

                                                                                                              • n - (int) + (int) –

                                                                                                                The size of each chunk.

                                                                                                                @@ -4594,7 +4594,7 @@

                                                                                                                • url - (str) + (str) –

                                                                                                                  The URL to be hashed.

                                                                                                                  @@ -4707,7 +4707,7 @@

                                                                                                                  • d - (timedelta) + (timedelta) –

                                                                                                                    The TimeDelta object to convert.

                                                                                                                    @@ -4819,7 +4819,7 @@

                                                                                                                    • filesize - (str or int) + (str or int) –

                                                                                                                      The human-readable file size string or integer bytes value to convert.

                                                                                                                      @@ -4838,7 +4838,7 @@

                                                                                                                      Raises:

                                                                                                                      • -ValueError +ValueError

                                                                                                                        If the input string cannot be converted to bytes.

                                                                                                                        @@ -4942,7 +4942,7 @@

                                                                                                                        • e - (BaseException) + (BaseException) –

                                                                                                                          The exception to check

                                                                                                                          @@ -4950,7 +4950,7 @@

                                                                                                                        • exc_types - (list[Exception]) + (list[Exception]) –

                                                                                                                          Exception types to consider intentional cancellations. Default is KeyboardInterrupt

                                                                                                                          @@ -5028,7 +5028,7 @@

                                                                                                                          • n - (int) + (int) –

                                                                                                                            The integer to convert.

                                                                                                                            @@ -5159,7 +5159,7 @@

                                                                                                                            • i - (str or IPv4Network / IPv6Network) + (str or IPv4Network / IPv6Network) –

                                                                                                                              The IP address or network to find parents for.

                                                                                                                              @@ -5167,7 +5167,7 @@

                                                                                                                            • include_self - (bool, default: + (bool, default: False ) – @@ -5331,7 +5331,7 @@

                                                                                                                              • d - (str) + (str) –

                                                                                                                                The string to be checked.

                                                                                                                                @@ -5339,7 +5339,7 @@

                                                                                                                              • include_local - (bool, default: + (bool, default: True ) – @@ -5446,7 +5446,7 @@

                                                                                                                                • d - (str) + (str) –

                                                                                                                                  The input string containing the domain.

                                                                                                                                  @@ -5558,7 +5558,7 @@

                                                                                                                                  • f - (str) + (str) –

                                                                                                                                    Path to the file.

                                                                                                                                    @@ -5638,7 +5638,7 @@

                                                                                                                                    • d - (str or IPvXAddress) + (str or IPvXAddress) –

                                                                                                                                      The IP address to check.

                                                                                                                                      @@ -5646,7 +5646,7 @@

                                                                                                                                    • version - (int, default: + (int, default: None ) – @@ -5747,7 +5747,7 @@

                                                                                                                                      • i - (_BaseV4 or _BaseV6) + (_BaseV4 or _BaseV6) –

                                                                                                                                        The IP object to check.

                                                                                                                                        @@ -5755,7 +5755,7 @@

                                                                                                                                      • network - (bool, default: + (bool, default: None ) – @@ -5850,7 +5850,7 @@

                                                                                                                                        • p - (str or int) + (str or int) –

                                                                                                                                          The port number to check.

                                                                                                                                          @@ -5929,7 +5929,7 @@

                                                                                                                                          • d - (str) + (str) –

                                                                                                                                            The input string potentially representing a PTR record domain.

                                                                                                                                            @@ -6013,7 +6013,7 @@

                                                                                                                                            • d - (str) + (str) –

                                                                                                                                              The input string containing the domain or subdomain.

                                                                                                                                              @@ -6127,7 +6127,7 @@

                                                                                                                                              • u - (str) + (str) –

                                                                                                                                                The input string potentially representing a URI.

                                                                                                                                                @@ -6135,7 +6135,7 @@

                                                                                                                                              • return_scheme - (bool, default: + (bool, default: False ) – @@ -6251,7 +6251,7 @@

                                                                                                                                                • u - (str) + (str) –

                                                                                                                                                  The input string potentially representing a URL.

                                                                                                                                                  @@ -6411,7 +6411,7 @@

                                                                                                                                                  • d - (str or Path) + (str or Path) –

                                                                                                                                                    The directory path to search for the latest modified time.

                                                                                                                                                    @@ -6500,7 +6500,7 @@

                                                                                                                                                    • directory - (str) + (str) –

                                                                                                                                                      The directory where to list files.

                                                                                                                                                      @@ -6508,7 +6508,7 @@

                                                                                                                                                    • filter - (callable, default: + (callable, default: lambda x: True ) – @@ -6594,7 +6594,7 @@

                                                                                                                                                      • d - (datetime, default: + (datetime, default: None ) – @@ -6604,7 +6604,7 @@

                                                                                                                                                      • microseconds - (bool, default: + (bool, default: False ) – @@ -6697,7 +6697,7 @@

                                                                                                                                                        • s - (str) + (str) –

                                                                                                                                                          The input string to be converted.

                                                                                                                                                          @@ -6804,7 +6804,7 @@

                                                                                                                                                          • host - (str) + (str) –

                                                                                                                                                            The hostname or IP address.

                                                                                                                                                            @@ -6812,7 +6812,7 @@

                                                                                                                                                          • port - (int, default: + (int, default: None ) – @@ -7162,7 +7162,7 @@

                                                                                                                                                            • path - (str or Path) + (str or Path) –

                                                                                                                                                              The directory to create.

                                                                                                                                                              @@ -7170,7 +7170,7 @@

                                                                                                                                                            • check_writable - (bool, default: + (bool, default: True ) – @@ -7180,7 +7180,7 @@

                                                                                                                                                            • raise_error - (bool, default: + (bool, default: True ) – @@ -7423,7 +7423,7 @@

                                                                                                                                                              • p - (str) + (str) –

                                                                                                                                                                The parameter whose type is to be evaluated.

                                                                                                                                                                @@ -7533,7 +7533,7 @@

                                                                                                                                                                • d - (str) + (str) –

                                                                                                                                                                  The input string representing a subdomain or domain.

                                                                                                                                                                  @@ -7653,7 +7653,7 @@

                                                                                                                                                                  • u - (str) + (str) –

                                                                                                                                                                    The input string representing a URL.

                                                                                                                                                                    @@ -7760,7 +7760,7 @@

                                                                                                                                                                    • port_string - (str) + (str) –

                                                                                                                                                                      The string containing individual ports and port ranges separated by commas.

                                                                                                                                                                      @@ -7779,7 +7779,7 @@

                                                                                                                                                                      Raises:

                                                                                                                                                                      • -ValueError +ValueError

                                                                                                                                                                        If the input string contains invalid ports or port ranges.

                                                                                                                                                                        @@ -7906,7 +7906,7 @@

                                                                                                                                                                        • url - (Union[str, ParseResult]) + (Union[str, ParseResult]) –

                                                                                                                                                                          The URL string or ParseResult object to be parsed.

                                                                                                                                                                          @@ -7985,7 +7985,7 @@

                                                                                                                                                                          • length - (int, default: + (int, default: 10 ) – @@ -7995,7 +7995,7 @@

                                                                                                                                                                          • digits - (bool, default: + (bool, default: True ) – @@ -8084,7 +8084,7 @@

                                                                                                                                                                            • filename - (str or Path) + (str or Path) –

                                                                                                                                                                              The path to the file to read.

                                                                                                                                                                              @@ -8163,7 +8163,7 @@

                                                                                                                                                                              • data - (str) + (str) –

                                                                                                                                                                                The data to decode.

                                                                                                                                                                                @@ -8171,7 +8171,7 @@

                                                                                                                                                                              • max_depth - (int, default: + (int, default: 5 ) – @@ -8294,7 +8294,7 @@

                                                                                                                                                                                • path - (str or Path) + (str or Path) –

                                                                                                                                                                                  The path to the file to be deleted upon program exit.

                                                                                                                                                                                  @@ -8345,7 +8345,7 @@

                                                                                                                                                                                  • f - (str or Path) + (str or Path) –

                                                                                                                                                                                    The directory path to delete.

                                                                                                                                                                                    @@ -8419,7 +8419,7 @@

                                                                                                                                                                                    • key - (str) + (str) –

                                                                                                                                                                                      The key to search for.

                                                                                                                                                                                      @@ -8427,7 +8427,7 @@

                                                                                                                                                                                    • d - (Union[dict, list]) + (Union[dict, list]) –

                                                                                                                                                                                      The dictionary or list of dictionaries to search.

                                                                                                                                                                                      @@ -8511,7 +8511,7 @@

                                                                                                                                                                                      • d - (Union[dict, list, str]) + (Union[dict, list, str]) –

                                                                                                                                                                                        The dictionary, list, or string to search.

                                                                                                                                                                                        @@ -8645,7 +8645,7 @@

                                                                                                                                                                                        • d - (Union[dict, list, str]) + (Union[dict, list, str]) –

                                                                                                                                                                                          The dictionary, list, or string to format.

                                                                                                                                                                                          @@ -8735,7 +8735,7 @@

                                                                                                                                                                                          • data - (str or dict) + (str or dict) –

                                                                                                                                                                                            The data to hash. If a dictionary, it is first converted to a JSON string with sorted keys.

                                                                                                                                                                                            @@ -8810,7 +8810,7 @@

                                                                                                                                                                                            • data - (str or bytes) + (str or bytes) –

                                                                                                                                                                                              The data to decode.

                                                                                                                                                                                              @@ -8934,7 +8934,7 @@

                                                                                                                                                                                              • data - (str or bytes) + (str or bytes) –

                                                                                                                                                                                                The data to encode.

                                                                                                                                                                                                @@ -9056,7 +9056,7 @@

                                                                                                                                                                                                • hostname - (str) + (str) –

                                                                                                                                                                                                  The full hostname to be split.

                                                                                                                                                                                                  @@ -9156,7 +9156,7 @@

                                                                                                                                                                                                  • d - (str) + (str) –

                                                                                                                                                                                                    The input string containing the host and possibly the port.

                                                                                                                                                                                                    @@ -9341,7 +9341,7 @@

                                                                                                                                                                                                    • alist - (list) + (list) –

                                                                                                                                                                                                      The list to be split.

                                                                                                                                                                                                      @@ -9349,7 +9349,7 @@

                                                                                                                                                                                                    • wanted_parts - (int, default: + (int, default: 2 ) – @@ -9424,7 +9424,7 @@

                                                                                                                                                                                                      • s - (str) + (str) –

                                                                                                                                                                                                        The string or file path to read.

                                                                                                                                                                                                        @@ -9511,7 +9511,7 @@

                                                                                                                                                                                                        • d - (str) + (str) –

                                                                                                                                                                                                          The domain name to analyze.

                                                                                                                                                                                                          @@ -9660,7 +9660,7 @@

                                                                                                                                                                                                          • s - (str) + (str) –

                                                                                                                                                                                                            The input string to sanitize.

                                                                                                                                                                                                            @@ -9668,7 +9668,7 @@

                                                                                                                                                                                                          • maxlen - (int, default: + (int, default: None ) – @@ -9755,7 +9755,7 @@

                                                                                                                                                                                                            • data - (str) + (str) –

                                                                                                                                                                                                              The URL string to be processed.

                                                                                                                                                                                                              @@ -9894,7 +9894,7 @@

                                                                                                                                                                                                              • file_path - (str) + (str) –

                                                                                                                                                                                                                The original file path.

                                                                                                                                                                                                                @@ -9902,7 +9902,7 @@

                                                                                                                                                                                                              • max_length - (int, default: + (int, default: 255 ) – @@ -9923,7 +9923,7 @@

                                                                                                                                                                                                                Raises:

                                                                                                                                                                                                                • -ValueError +ValueError

                                                                                                                                                                                                                  If the directory path is too long to accommodate any filename within the limit.

                                                                                                                                                                                                                  @@ -10024,7 +10024,7 @@

                                                                                                                                                                                                                  • url - (Union[str, ParseResult]) + (Union[str, ParseResult]) –

                                                                                                                                                                                                                    The URL whose depth is to be calculated.

                                                                                                                                                                                                                    @@ -10109,7 +10109,7 @@

                                                                                                                                                                                                                    • u - (str) + (str) –

                                                                                                                                                                                                                      The input string representing a URL.

                                                                                                                                                                                                                      @@ -10211,7 +10211,7 @@

                                                                                                                                                                                                                      • sudo_pass - (str) + (str) –

                                                                                                                                                                                                                        The sudo password to verify.

                                                                                                                                                                                                                        @@ -10302,7 +10302,7 @@

                                                                                                                                                                                                                        • items - (list) + (list) –

                                                                                                                                                                                                                          The list of items to shuffle.

                                                                                                                                                                                                                          @@ -10310,7 +10310,7 @@

                                                                                                                                                                                                                        • weights - (list) + (list) –

                                                                                                                                                                                                                          The list of weights corresponding to each item.

                                                                                                                                                                                                                          @@ -10449,7 +10449,7 @@

                                                                                                                                                                                                                          • *executables - (str, default: + (str, default: () ) – diff --git a/Dev/dev/helpers/web/index.html b/Dev/dev/helpers/web/index.html index e503a24fb..e079ff8bf 100644 --- a/Dev/dev/helpers/web/index.html +++ b/Dev/dev/helpers/web/index.html @@ -11,7 +11,7 @@ - + Web - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -577,7 +577,7 @@

                                                                                                                                                                                                                            - Bases: EngineClient

                                                                                                                                                                                                                            + Bases: EngineClient

                                                                                                                                                                                                                            Source code in bbot/core/helpers/web/web.py
                                                                                                                                                                                                                             21
                                                                                                                                                                                                                            @@ -1598,7 +1598,7 @@ 

                                                                                                                                                                                                                            • parent_helper - (object) + (object) –

                                                                                                                                                                                                                              The parent helper object containing scan configurations.

                                                                                                                                                                                                                              @@ -1606,7 +1606,7 @@

                                                                                                                                                                                                                            • http_debug - (bool) + (bool) –

                                                                                                                                                                                                                              Flag to indicate whether HTTP debugging is enabled.

                                                                                                                                                                                                                              @@ -1614,7 +1614,7 @@

                                                                                                                                                                                                                            • ssl_verify - (bool) + (bool) –

                                                                                                                                                                                                                              Flag to indicate whether SSL verification is enabled.

                                                                                                                                                                                                                              @@ -1630,7 +1630,7 @@

                                                                                                                                                                                                                            • client_only_options - (tuple) + (tuple) –

                                                                                                                                                                                                                              A tuple of options only applicable to the web client.

                                                                                                                                                                                                                              @@ -1868,7 +1868,7 @@

                                                                                                                                                                                                                            • url - (str) + (str) –

                                                                                                                                                                                                                              The URL for the cURL request. Mandatory.

                                                                                                                                                                                                                              @@ -1876,7 +1876,7 @@

                                                                                                                                                                                                                            • raw_path - (bool) + (bool) –

                                                                                                                                                                                                                              If True, activates '--path-as-is' in cURL. Defaults to False.

                                                                                                                                                                                                                              @@ -1884,7 +1884,7 @@

                                                                                                                                                                                                                            • headers - (dict) + (dict) –

                                                                                                                                                                                                                              A dictionary of HTTP headers to include in the request.

                                                                                                                                                                                                                              @@ -1892,7 +1892,7 @@

                                                                                                                                                                                                                            • ignore_bbot_global_settings - (bool) + (bool) –

                                                                                                                                                                                                                              If True, ignores the global settings of BBOT. Defaults to False.

                                                                                                                                                                                                                              @@ -1900,7 +1900,7 @@

                                                                                                                                                                                                                            • post_data - (dict) + (dict) –

                                                                                                                                                                                                                              A dictionary containing data to be sent in the request body.

                                                                                                                                                                                                                              @@ -1908,7 +1908,7 @@

                                                                                                                                                                                                                            • method - (str) + (str) –

                                                                                                                                                                                                                              The HTTP method to use for the request (e.g., 'GET', 'POST').

                                                                                                                                                                                                                              @@ -1916,7 +1916,7 @@

                                                                                                                                                                                                                            • cookies - (dict) + (dict) –

                                                                                                                                                                                                                              A dictionary of cookies to include in the request.

                                                                                                                                                                                                                              @@ -1924,7 +1924,7 @@

                                                                                                                                                                                                                            • path_override - (str) + (str) –

                                                                                                                                                                                                                              Overrides the request-target to use in the HTTP request line.

                                                                                                                                                                                                                              @@ -1932,7 +1932,7 @@

                                                                                                                                                                                                                            • head_mode - (bool) + (bool) –

                                                                                                                                                                                                                              If True, includes '-I' to fetch headers only. Defaults to None.

                                                                                                                                                                                                                              @@ -1940,7 +1940,7 @@

                                                                                                                                                                                                                            • raw_body - (str) + (str) –

                                                                                                                                                                                                                              Raw string to be sent in the body of the request.

                                                                                                                                                                                                                              @@ -1966,7 +1966,7 @@

                                                                                                                                                                                                                              Raises:

                                                                                                                                                                                                                              • -CurlError +CurlError

                                                                                                                                                                                                                                If 'url' is not supplied.

                                                                                                                                                                                                                                @@ -2235,7 +2235,7 @@

                                                                                                                                                                                                                                • url - (str) + (str) –

                                                                                                                                                                                                                                  The URL of the file to download.

                                                                                                                                                                                                                                  @@ -2243,7 +2243,7 @@

                                                                                                                                                                                                                                • filename - (str) + (str) –

                                                                                                                                                                                                                                  The filename to save the downloaded file as. @@ -2252,7 +2252,7 @@

                                                                                                                                                                                                                                • max_size - (str or int) + (str or int) –

                                                                                                                                                                                                                                  Maximum filesize as a string ("5MB") or integer in bytes.

                                                                                                                                                                                                                                  @@ -2260,7 +2260,7 @@

                                                                                                                                                                                                                                • cache_hrs - (float) + (float) –

                                                                                                                                                                                                                                  The number of hours to cache the downloaded file. @@ -2269,7 +2269,7 @@

                                                                                                                                                                                                                                • method - (str) + (str) –

                                                                                                                                                                                                                                  The HTTP method to use for the request, defaults to 'GET'.

                                                                                                                                                                                                                                  @@ -2277,7 +2277,7 @@

                                                                                                                                                                                                                                • raise_error - (bool) + (bool) –

                                                                                                                                                                                                                                  Whether to raise exceptions for HTTP connect, timeout errors. Defaults to False.

                                                                                                                                                                                                                                  @@ -2428,7 +2428,7 @@

                                                                                                                                                                                                                                  • url - (str) + (str) –

                                                                                                                                                                                                                                    The URL to send the request to.

                                                                                                                                                                                                                                    @@ -2436,7 +2436,7 @@

                                                                                                                                                                                                                                  • method - (str) + (str) –

                                                                                                                                                                                                                                    The HTTP method to use for the request. Defaults to 'GET'.

                                                                                                                                                                                                                                    @@ -2444,7 +2444,7 @@

                                                                                                                                                                                                                                  • headers - (dict) + (dict) –

                                                                                                                                                                                                                                    Dictionary of HTTP headers to send with the request.

                                                                                                                                                                                                                                    @@ -2452,7 +2452,7 @@

                                                                                                                                                                                                                                  • params - (dict) + (dict) –

                                                                                                                                                                                                                                    Dictionary, list of tuples, or bytes to send in the query string.

                                                                                                                                                                                                                                    @@ -2460,7 +2460,7 @@

                                                                                                                                                                                                                                  • cookies - (dict) + (dict) –

                                                                                                                                                                                                                                    Dictionary or CookieJar object containing cookies.

                                                                                                                                                                                                                                    @@ -2476,7 +2476,7 @@

                                                                                                                                                                                                                                  • data - (dict) + (dict) –

                                                                                                                                                                                                                                    Dictionary, list of tuples, or bytes to send in the body.

                                                                                                                                                                                                                                    @@ -2484,7 +2484,7 @@

                                                                                                                                                                                                                                  • files - (dict) + (dict) –

                                                                                                                                                                                                                                    Dictionary of 'name': file-like-objects for multipart encoding upload.

                                                                                                                                                                                                                                    @@ -2492,7 +2492,7 @@

                                                                                                                                                                                                                                  • auth - (tuple) + (tuple) –

                                                                                                                                                                                                                                    Auth tuple to enable Basic/Digest/Custom HTTP auth.

                                                                                                                                                                                                                                    @@ -2500,7 +2500,7 @@

                                                                                                                                                                                                                                  • timeout - (float) + (float) –

                                                                                                                                                                                                                                    The maximum time to wait for the request to complete.

                                                                                                                                                                                                                                    @@ -2508,7 +2508,7 @@

                                                                                                                                                                                                                                  • proxies - (dict) + (dict) –

                                                                                                                                                                                                                                    Dictionary mapping protocol schemes to proxy URLs.

                                                                                                                                                                                                                                    @@ -2516,7 +2516,7 @@

                                                                                                                                                                                                                                  • allow_redirects - (bool) + (bool) –

                                                                                                                                                                                                                                    Enables or disables redirection. Defaults to None.

                                                                                                                                                                                                                                    @@ -2524,7 +2524,7 @@

                                                                                                                                                                                                                                  • stream - (bool) + (bool) –

                                                                                                                                                                                                                                    Enables or disables response streaming.

                                                                                                                                                                                                                                    @@ -2532,7 +2532,7 @@

                                                                                                                                                                                                                                  • raise_error - (bool) + (bool) –

                                                                                                                                                                                                                                    Whether to raise exceptions for HTTP connect, timeout errors. Defaults to False.

                                                                                                                                                                                                                                    @@ -2540,7 +2540,7 @@

                                                                                                                                                                                                                                  • client - (AsyncClient) + (AsyncClient) –

                                                                                                                                                                                                                                    A specific httpx.AsyncClient to use for the request. Defaults to self.web_client.

                                                                                                                                                                                                                                    @@ -2548,7 +2548,7 @@

                                                                                                                                                                                                                                  • cache_for - (int) + (int) –

                                                                                                                                                                                                                                    Time in seconds to cache the request. Not used currently. Defaults to None.

                                                                                                                                                                                                                                    @@ -2558,21 +2558,21 @@

                                                                                                                                                                                                                                    Raises:

                                                                                                                                                                                                                                    • -TimeoutException +TimeoutException

                                                                                                                                                                                                                                      If the request times out.

                                                                                                                                                                                                                                    • -ConnectError +ConnectError

                                                                                                                                                                                                                                      If the connection fails.

                                                                                                                                                                                                                                    • -RequestError +RequestError

                                                                                                                                                                                                                                      For other request-related errors.

                                                                                                                                                                                                                                      @@ -2725,7 +2725,7 @@

                                                                                                                                                                                                                                      • urls - (list[str]) + (list[str]) –

                                                                                                                                                                                                                                        List of URLs to visit

                                                                                                                                                                                                                                        @@ -2814,7 +2814,7 @@

                                                                                                                                                                                                                                        urls_and_kwargs - (list[tuple]) + (list[tuple]) –

                                                                                                                                                                                                                                        List of tuples in the format: (url, kwargs, custom_tracker) @@ -3035,7 +3035,7 @@

                                                                                                                                                                                                                                        • path - (str) + (str) –

                                                                                                                                                                                                                                          The local or remote path of the wordlist.

                                                                                                                                                                                                                                          @@ -3043,7 +3043,7 @@

                                                                                                                                                                                                                                        • lines - (int, default: + (int, default: None ) – @@ -3054,7 +3054,7 @@

                                                                                                                                                                                                                                        • cache_hrs - (float) + (float) –

                                                                                                                                                                                                                                          Number of hours to cache the downloaded wordlist. @@ -3081,7 +3081,7 @@

                                                                                                                                                                                                                                          Raises:

                                                                                                                                                                                                                                          • -WordlistError +WordlistError

                                                                                                                                                                                                                                            If the path is invalid or the wordlist could not be retrieved or found.

                                                                                                                                                                                                                                            diff --git a/Dev/dev/helpers/wordcloud/index.html b/Dev/dev/helpers/wordcloud/index.html index 7c95e0911..0046c6fb4 100644 --- a/Dev/dev/helpers/wordcloud/index.html +++ b/Dev/dev/helpers/wordcloud/index.html @@ -10,7 +10,7 @@ - + Word Cloud - BBOT Docs @@ -19,7 +19,7 @@ - + @@ -576,7 +576,7 @@

                                                                                                                                                                                                                                            - Bases: Mutator

                                                                                                                                                                                                                                            + Bases: Mutator

                                                                                                                                                                                                                                            DNS-specific mutator used by the dnsbrute_mutations module to generate target-specific subdomain mutations.

                                                                                                                                                                                                                                            This class extends the Mutator base class to add DNS-specific logic for generating subdomain mutations based on input words. It utilizes custom word extraction patterns @@ -757,7 +757,7 @@

                                                                                                                                                                                                                                            - Bases: dict

                                                                                                                                                                                                                                            + Bases: dict

                                                                                                                                                                                                                                            Base class for generating mutations from a list of words. It accumulates words and produces mutations from them.

                                                                                                                                                                                                                                            @@ -863,7 +863,7 @@

                                                                                                                                                                                                                                            - Bases: dict

                                                                                                                                                                                                                                            + Bases: dict

                                                                                                                                                                                                                                            WordCloud is a specialized dictionary-like class for storing and aggregating words extracted from various data sources such as DNS names and URLs. The class is intended to facilitate the generation of target-specific wordlists and mutations.

                                                                                                                                                                                                                                            @@ -1796,7 +1796,7 @@

                                                                                                                                                                                                                                            word - (str) + (str) –

                                                                                                                                                                                                                                            The word to be split and absorbed into the word cloud.

                                                                                                                                                                                                                                            @@ -1804,7 +1804,7 @@

                                                                                                                                                                                                                                            wordninja - (bool, default: + (bool, default: True ) – @@ -1888,7 +1888,7 @@

                                                                                                                                                                                                                                            • word - (str) + (str) –

                                                                                                                                                                                                                                              The word to be added to the word cloud.

                                                                                                                                                                                                                                              @@ -1896,7 +1896,7 @@

                                                                                                                                                                                                                                            • lowercase - (bool, default: + (bool, default: True ) – @@ -1976,7 +1976,7 @@

                                                                                                                                                                                                                                              base - (str) + (str) –

                                                                                                                                                                                                                                              The base string to generate mutations from.

                                                                                                                                                                                                                                              @@ -1984,7 +1984,7 @@

                                                                                                                                                                                                                                              n - (int, default: + (int, default: 5 ) – @@ -1994,7 +1994,7 @@

                                                                                                                                                                                                                                              padding - (int, default: + (int, default: 2 ) – @@ -2183,7 +2183,7 @@

                                                                                                                                                                                                                                              • limit - (int, default: + (int, default: None ) – @@ -2262,7 +2262,7 @@

                                                                                                                                                                                                                                                • filename - (str, default: + (str, default: None ) – @@ -2359,7 +2359,7 @@

                                                                                                                                                                                                                                                • words - (Union[str, Iterable[str]]) + (Union[str, Iterable[str]]) –

                                                                                                                                                                                                                                                  A single word or list of words to mutate.

                                                                                                                                                                                                                                                  @@ -2367,7 +2367,7 @@

                                                                                                                                                                                                                                                • devops - (bool, default: + (bool, default: True ) – @@ -2377,7 +2377,7 @@

                                                                                                                                                                                                                                                • cloud - (bool, default: + (bool, default: True ) – @@ -2387,7 +2387,7 @@

                                                                                                                                                                                                                                                • letters - (bool, default: + (bool, default: True ) – @@ -2397,7 +2397,7 @@

                                                                                                                                                                                                                                                • numbers - (int, default: + (int, default: 5 ) – @@ -2407,7 +2407,7 @@

                                                                                                                                                                                                                                                • number_padding - (int, default: + (int, default: 2 ) – @@ -2417,7 +2417,7 @@

                                                                                                                                                                                                                                                • substitute_numbers - (bool, default: + (bool, default: True ) – @@ -2546,7 +2546,7 @@

                                                                                                                                                                                                                                                  • filename - (str, default: + (str, default: None ) – @@ -2556,7 +2556,7 @@

                                                                                                                                                                                                                                                  • limit - (int, default: + (int, default: None ) – @@ -2676,7 +2676,7 @@

                                                                                                                                                                                                                                                    • limit - (int) + (int) –

                                                                                                                                                                                                                                                      The maximum number of entries to retain in the word cloud.

                                                                                                                                                                                                                                                      diff --git a/Dev/dev/index.html b/Dev/dev/index.html index 18e2b6f07..67f581bab 100644 --- a/Dev/dev/index.html +++ b/Dev/dev/index.html @@ -11,7 +11,7 @@ - + Development Overview - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/module_howto/index.html b/Dev/dev/module_howto/index.html index 0ce744812..7886e2773 100644 --- a/Dev/dev/module_howto/index.html +++ b/Dev/dev/module_howto/index.html @@ -11,7 +11,7 @@ - + How to Write a BBOT Module - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/dev/presets/index.html b/Dev/dev/presets/index.html index f8fd69f72..65cc00f1b 100644 --- a/Dev/dev/presets/index.html +++ b/Dev/dev/presets/index.html @@ -11,7 +11,7 @@ - + Presets - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -713,7 +713,7 @@

                                                                                                                                                                                                                                                    • strict_scope - (bool) + (bool) –

                                                                                                                                                                                                                                                      If True, subdomains of targets are not considered to be in-scope.

                                                                                                                                                                                                                                                      @@ -729,7 +729,7 @@

                                                                                                                                                                                                                                                    • output_dir - (Path) + (Path) –

                                                                                                                                                                                                                                                      Output directory for scan.

                                                                                                                                                                                                                                                      @@ -737,7 +737,7 @@

                                                                                                                                                                                                                                                    • scan_name - (str) + (str) –

                                                                                                                                                                                                                                                      Name of scan. Defaults to random value, e.g. "demonic_jimmy".

                                                                                                                                                                                                                                                      @@ -745,7 +745,7 @@

                                                                                                                                                                                                                                                    • name - (str) + (str) –

                                                                                                                                                                                                                                                      Human-friendly name of preset. Used mainly for logging purposes.

                                                                                                                                                                                                                                                      @@ -753,7 +753,7 @@

                                                                                                                                                                                                                                                    • description - (str) + (str) –

                                                                                                                                                                                                                                                      Description of preset.

                                                                                                                                                                                                                                                      @@ -761,7 +761,7 @@

                                                                                                                                                                                                                                                    • modules - (set) + (set) –

                                                                                                                                                                                                                                                      Combined modules to enable for the scan. Includes scan modules, internal modules, and output modules.

                                                                                                                                                                                                                                                      @@ -769,7 +769,7 @@

                                                                                                                                                                                                                                                    • scan_modules - (set) + (set) –

                                                                                                                                                                                                                                                      Modules to enable for the scan.

                                                                                                                                                                                                                                                      @@ -777,7 +777,7 @@

                                                                                                                                                                                                                                                    • output_modules - (set) + (set) –

                                                                                                                                                                                                                                                      Output modules to enable for the scan. (note: if no output modules are specified, this is not populated until .bake())

                                                                                                                                                                                                                                                      @@ -785,7 +785,7 @@

                                                                                                                                                                                                                                                    • internal_modules - (set) + (set) –

                                                                                                                                                                                                                                                      Internal modules for the scan. (note: not populated until .bake())

                                                                                                                                                                                                                                                      @@ -793,7 +793,7 @@

                                                                                                                                                                                                                                                    • exclude_modules - (set) + (set) –

                                                                                                                                                                                                                                                      Modules to exclude from the scan. When set, automatically removes excluded modules.

                                                                                                                                                                                                                                                      @@ -801,7 +801,7 @@

                                                                                                                                                                                                                                                    • flags - (set) + (set) –

                                                                                                                                                                                                                                                      Flags to enable for the scan. When set, automatically enables modules.

                                                                                                                                                                                                                                                      @@ -809,7 +809,7 @@

                                                                                                                                                                                                                                                    • require_flags - (set) + (set) –

                                                                                                                                                                                                                                                      Require modules to have these flags. When set, automatically removes offending modules.

                                                                                                                                                                                                                                                      @@ -817,7 +817,7 @@

                                                                                                                                                                                                                                                    • exclude_flags - (set) + (set) –

                                                                                                                                                                                                                                                      Exclude modules that have any of these flags. When set, automatically removes offending modules.

                                                                                                                                                                                                                                                      @@ -825,7 +825,7 @@

                                                                                                                                                                                                                                                    • module_dirs - (set) + (set) –

                                                                                                                                                                                                                                                      Custom directories from which to load modules (alias to self.module_loader.module_dirs). When set, automatically preloads contained modules.

                                                                                                                                                                                                                                                      @@ -833,7 +833,7 @@

                                                                                                                                                                                                                                                    • config - (DictConfig) + (DictConfig) –

                                                                                                                                                                                                                                                      BBOT config (alias to core.config)

                                                                                                                                                                                                                                                      @@ -849,7 +849,7 @@

                                                                                                                                                                                                                                                    • verbose - (bool) + (bool) –

                                                                                                                                                                                                                                                      Whether log level is currently set to verbose. When set, updates log level for all BBOT log handlers.

                                                                                                                                                                                                                                                      @@ -857,7 +857,7 @@

                                                                                                                                                                                                                                                    • debug - (bool) + (bool) –

                                                                                                                                                                                                                                                      Whether log level is currently set to debug. When set, updates log level for all BBOT log handlers.

                                                                                                                                                                                                                                                      @@ -865,7 +865,7 @@

                                                                                                                                                                                                                                                    • silent - (bool) + (bool) –

                                                                                                                                                                                                                                                      Whether logging is currently disabled. When set to True, silences all stderr.

                                                                                                                                                                                                                                                      @@ -2814,7 +2814,7 @@

                                                                                                                                                                                                                                                      • *targets - (str, default: + (str, default: () ) – @@ -2824,7 +2824,7 @@

                                                                                                                                                                                                                                                      • whitelist - (list, default: + (list, default: None ) – @@ -2834,7 +2834,7 @@

                                                                                                                                                                                                                                                      • blacklist - (list, default: + (list, default: None ) – @@ -2844,7 +2844,7 @@

                                                                                                                                                                                                                                                      • strict_scope - (bool, default: + (bool, default: False ) – @@ -2854,7 +2854,7 @@

                                                                                                                                                                                                                                                      • modules - (list[str], default: + (list[str], default: None ) – @@ -2864,7 +2864,7 @@

                                                                                                                                                                                                                                                      • output_modules - (list[str], default: + (list[str], default: None ) – @@ -2874,7 +2874,7 @@

                                                                                                                                                                                                                                                      • exclude_modules - (list[str], default: + (list[str], default: None ) – @@ -2884,7 +2884,7 @@

                                                                                                                                                                                                                                                      • require_flags - (list[str], default: + (list[str], default: None ) – @@ -2894,7 +2894,7 @@

                                                                                                                                                                                                                                                      • exclude_flags - (list[str], default: + (list[str], default: None ) – @@ -2904,7 +2904,7 @@

                                                                                                                                                                                                                                                      • module_dirs - (list[str], default: + (list[str], default: None ) – @@ -2914,7 +2914,7 @@

                                                                                                                                                                                                                                                      • config - (dict, default: + (dict, default: None ) – @@ -2924,7 +2924,7 @@

                                                                                                                                                                                                                                                      • include - (list[str], default: + (list[str], default: None ) – @@ -2934,7 +2934,7 @@

                                                                                                                                                                                                                                                      • presets - (list[str], default: + (list[str], default: None ) – @@ -2944,7 +2944,7 @@

                                                                                                                                                                                                                                                      • output_dir - (str or Path, default: + (str or Path, default: None ) – @@ -2954,7 +2954,7 @@

                                                                                                                                                                                                                                                      • scan_name - (str, default: + (str, default: None ) – @@ -2964,7 +2964,7 @@

                                                                                                                                                                                                                                                      • name - (str, default: + (str, default: None ) – @@ -2974,7 +2974,7 @@

                                                                                                                                                                                                                                                      • description - (str, default: + (str, default: None ) – @@ -2984,7 +2984,7 @@

                                                                                                                                                                                                                                                      • conditions - (list[str], default: + (list[str], default: None ) – @@ -2994,7 +2994,7 @@

                                                                                                                                                                                                                                                      • force_start - (bool, default: + (bool, default: False ) – @@ -3004,7 +3004,7 @@

                                                                                                                                                                                                                                                      • verbose - (bool, default: + (bool, default: False ) – @@ -3014,7 +3014,7 @@

                                                                                                                                                                                                                                                      • debug - (bool, default: + (bool, default: False ) – @@ -3024,7 +3024,7 @@

                                                                                                                                                                                                                                                      • silent - (bool, default: + (bool, default: False ) – @@ -3034,7 +3034,7 @@

                                                                                                                                                                                                                                                      • _exclude - (list[Path], default: + (list[Path], default: None ) – @@ -3044,7 +3044,7 @@

                                                                                                                                                                                                                                                      • _log - (bool, default: + (bool, default: True ) – @@ -3650,7 +3650,7 @@

                                                                                                                                                                                                                                                        • preset_dict - (dict) + (dict) –

                                                                                                                                                                                                                                                          Preset in dictionary form

                                                                                                                                                                                                                                                          @@ -3658,7 +3658,7 @@

                                                                                                                                                                                                                                                        • name - (str, default: + (str, default: None ) – @@ -3668,7 +3668,7 @@

                                                                                                                                                                                                                                                        • _exclude - (list[Path], default: + (list[Path], default: None ) – @@ -3678,7 +3678,7 @@

                                                                                                                                                                                                                                                        • _log - (bool, default: + (bool, default: False ) – @@ -3945,7 +3945,7 @@

                                                                                                                                                                                                                                                          • filename - (Path) + (Path) –

                                                                                                                                                                                                                                                            The preset YAML file to merge

                                                                                                                                                                                                                                                            @@ -4013,7 +4013,7 @@

                                                                                                                                                                                                                                                            • other - (Preset) + (Preset) –

                                                                                                                                                                                                                                                              The preset to merge into this one.

                                                                                                                                                                                                                                                              @@ -4257,7 +4257,7 @@

                                                                                                                                                                                                                                                              • include_target - (bool, default: + (bool, default: False ) – @@ -4267,7 +4267,7 @@

                                                                                                                                                                                                                                                              • full_config - (bool, default: + (bool, default: False ) – @@ -4469,7 +4469,7 @@

                                                                                                                                                                                                                                                                • include_target - (bool, default: + (bool, default: False ) – @@ -4479,7 +4479,7 @@

                                                                                                                                                                                                                                                                • full_config - (bool, default: + (bool, default: False ) – @@ -4489,7 +4489,7 @@

                                                                                                                                                                                                                                                                • sort_keys - (bool, default: + (bool, default: False ) – diff --git a/Dev/dev/scanner/index.html b/Dev/dev/scanner/index.html index e82c82e1e..bba65e6cb 100644 --- a/Dev/dev/scanner/index.html +++ b/Dev/dev/scanner/index.html @@ -11,7 +11,7 @@ - + Scanner - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -700,7 +700,7 @@

                                                                                                                                                                                                                                                                  • status - (str) + (str) –

                                                                                                                                                                                                                                                                    Status of scan, representing its current state. It can take on the following string values, each of which is mapped to an integer code in _status_codes: @@ -718,7 +718,7 @@

                                                                                                                                                                                                                                                                  • _status_code - (int) + (int) –

                                                                                                                                                                                                                                                                    The numerical representation of the current scan status, stored for internal use. It is mapped according to the values in _status_codes.

                                                                                                                                                                                                                                                                    @@ -734,7 +734,7 @@

                                                                                                                                                                                                                                                                  • preset - (Preset) + (Preset) –

                                                                                                                                                                                                                                                                    The main scan Preset in its baked form.

                                                                                                                                                                                                                                                                    @@ -742,7 +742,7 @@

                                                                                                                                                                                                                                                                  • config - (DictConfig) + (DictConfig) –

                                                                                                                                                                                                                                                                    BBOT config (alias to self.preset.config).

                                                                                                                                                                                                                                                                    @@ -774,7 +774,7 @@

                                                                                                                                                                                                                                                                  • output_dir - (Path) + (Path) –

                                                                                                                                                                                                                                                                    Output directory for scan (alias to self.preset.output_dir).

                                                                                                                                                                                                                                                                    @@ -782,7 +782,7 @@

                                                                                                                                                                                                                                                                  • name - (str) + (str) –

                                                                                                                                                                                                                                                                    Name of scan (alias to self.preset.scan_name).

                                                                                                                                                                                                                                                                    @@ -798,7 +798,7 @@

                                                                                                                                                                                                                                                                  • modules - (dict) + (dict) –

                                                                                                                                                                                                                                                                    Holds all loaded modules in this format: {"module_name": Module()}.

                                                                                                                                                                                                                                                                    @@ -814,7 +814,7 @@

                                                                                                                                                                                                                                                                  • home - (Path) + (Path) –

                                                                                                                                                                                                                                                                    Base output directory of the scan (default: ~/.bbot/scans/<scan_name>).

                                                                                                                                                                                                                                                                    @@ -822,7 +822,7 @@

                                                                                                                                                                                                                                                                  • running - (bool) + (bool) –

                                                                                                                                                                                                                                                                    Whether the scan is currently running.

                                                                                                                                                                                                                                                                    @@ -830,7 +830,7 @@

                                                                                                                                                                                                                                                                  • stopping - (bool) + (bool) –

                                                                                                                                                                                                                                                                    Whether the scan is currently stopping.

                                                                                                                                                                                                                                                                    @@ -838,7 +838,7 @@

                                                                                                                                                                                                                                                                  • stopped - (bool) + (bool) –

                                                                                                                                                                                                                                                                    Whether the scan is currently stopped.

                                                                                                                                                                                                                                                                    @@ -846,7 +846,7 @@

                                                                                                                                                                                                                                                                  • aborting - (bool) + (bool) –

                                                                                                                                                                                                                                                                    Whether the scan is aborted or currently aborting.

                                                                                                                                                                                                                                                                    @@ -3561,7 +3561,7 @@

                                                                                                                                                                                                                                                                    • *targets - (list[str], default: + (list[str], default: () ) – @@ -3571,7 +3571,7 @@

                                                                                                                                                                                                                                                                    • preset - (Preset) + (Preset) –

                                                                                                                                                                                                                                                                      Preset to use for the scan.

                                                                                                                                                                                                                                                                      @@ -3579,7 +3579,7 @@

                                                                                                                                                                                                                                                                    • scan_id - (str, default: + (str, default: None ) – @@ -3589,7 +3589,7 @@

                                                                                                                                                                                                                                                                    • dispatcher - (Dispatcher, default: + (Dispatcher, default: None ) – @@ -3599,7 +3599,7 @@

                                                                                                                                                                                                                                                                    • **kwargs - (list[str], default: + (list[str], default: {} ) – @@ -4325,7 +4325,7 @@

                                                                                                                                                                                                                                                                      Raises:

                                                                                                                                                                                                                                                                      • -ScanError +ScanError

                                                                                                                                                                                                                                                                        If any module dependencies fail to install or modules fail to load, and if self.force_start is False.

                                                                                                                                                                                                                                                                        @@ -4545,7 +4545,7 @@

                                                                                                                                                                                                                                                                        • remove_failed - (bool, default: + (bool, default: True ) – @@ -4568,7 +4568,7 @@

                                                                                                                                                                                                                                                                          Raises:

                                                                                                                                                                                                                                                                          • -ScanError +ScanError

                                                                                                                                                                                                                                                                            If no output modules could be loaded.

                                                                                                                                                                                                                                                                            diff --git a/Dev/dev/target/index.html b/Dev/dev/target/index.html index fb9ab93b4..8f494cd6c 100644 --- a/Dev/dev/target/index.html +++ b/Dev/dev/target/index.html @@ -11,7 +11,7 @@ - + Target - BBOT Docs @@ -20,7 +20,7 @@ - + @@ -629,7 +629,7 @@

                                                                                                                                                                                                                                                                            • strict_scope - (bool) + (bool) –

                                                                                                                                                                                                                                                                              Flag indicating whether to consider child domains in-scope. @@ -646,7 +646,7 @@

                                                                                                                                                                                                                                                                            • _events - (set) + (set) –

                                                                                                                                                                                                                                                                              Flat set of contained events.

                                                                                                                                                                                                                                                                              @@ -1408,7 +1408,7 @@

                                                                                                                                                                                                                                                                            • strict_scope - (bool, default: + (bool, default: False ) – @@ -1428,7 +1428,7 @@

                                                                                                                                                                                                                                                                            • acl_mode - (bool, default: + (bool, default: False ) – @@ -1734,7 +1734,7 @@

                                                                                                                                                                                                                                                                            • single - (bool, default: + (bool, default: True ) – diff --git a/Dev/dev/tests/index.html b/Dev/dev/tests/index.html index b350e39d4..018f5b8a8 100644 --- a/Dev/dev/tests/index.html +++ b/Dev/dev/tests/index.html @@ -11,7 +11,7 @@ - + Unit Tests - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/how_it_works/index.html b/Dev/how_it_works/index.html index 2f1d6c7ea..e2bd84b53 100644 --- a/Dev/how_it_works/index.html +++ b/Dev/how_it_works/index.html @@ -11,7 +11,7 @@ - + How it Works - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/index.html b/Dev/index.html index 819f20840..52387f4b7 100644 --- a/Dev/index.html +++ b/Dev/index.html @@ -10,7 +10,7 @@ - + Getting Started - BBOT Docs @@ -19,7 +19,7 @@ - + diff --git a/Dev/modules/custom_yara_rules/index.html b/Dev/modules/custom_yara_rules/index.html index 0cb59deaa..d88d7adef 100644 --- a/Dev/modules/custom_yara_rules/index.html +++ b/Dev/modules/custom_yara_rules/index.html @@ -9,7 +9,7 @@ - + Custom Yara Rules - BBOT Docs @@ -18,7 +18,7 @@ - + diff --git a/Dev/modules/internal_modules/index.html b/Dev/modules/internal_modules/index.html index 58fa0e69c..4b37a0f26 100644 --- a/Dev/modules/internal_modules/index.html +++ b/Dev/modules/internal_modules/index.html @@ -9,7 +9,7 @@ - + List of Modules - BBOT Docs @@ -18,7 +18,7 @@ - + diff --git a/Dev/modules/list_of_modules/index.html b/Dev/modules/list_of_modules/index.html index adfeb1d38..c7ef8c23b 100644 --- a/Dev/modules/list_of_modules/index.html +++ b/Dev/modules/list_of_modules/index.html @@ -11,7 +11,7 @@ - + List of Modules - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/modules/nuclei/index.html b/Dev/modules/nuclei/index.html index ec5a13026..831f04a6c 100644 --- a/Dev/modules/nuclei/index.html +++ b/Dev/modules/nuclei/index.html @@ -11,7 +11,7 @@ - + Nuclei - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/release_history/index.html b/Dev/release_history/index.html index 7812ac913..26fe1ae5c 100644 --- a/Dev/release_history/index.html +++ b/Dev/release_history/index.html @@ -11,7 +11,7 @@ - + Release History - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/advanced/index.html b/Dev/scanning/advanced/index.html index 2d93004ce..f06d23733 100644 --- a/Dev/scanning/advanced/index.html +++ b/Dev/scanning/advanced/index.html @@ -11,7 +11,7 @@ - + Advanced Usage - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/configuration/index.html b/Dev/scanning/configuration/index.html index de2cb06fa..7aa550814 100644 --- a/Dev/scanning/configuration/index.html +++ b/Dev/scanning/configuration/index.html @@ -11,7 +11,7 @@ - + Configuration - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/events/index.html b/Dev/scanning/events/index.html index b602d9c31..bb534501e 100644 --- a/Dev/scanning/events/index.html +++ b/Dev/scanning/events/index.html @@ -11,7 +11,7 @@ - + Events - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/index.html b/Dev/scanning/index.html index 3c4677805..85be4a748 100644 --- a/Dev/scanning/index.html +++ b/Dev/scanning/index.html @@ -11,7 +11,7 @@ - + Scanning Overview - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/output/index.html b/Dev/scanning/output/index.html index a09d557f5..043b8c622 100644 --- a/Dev/scanning/output/index.html +++ b/Dev/scanning/output/index.html @@ -11,7 +11,7 @@ - + Output - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/presets/index.html b/Dev/scanning/presets/index.html index de3ed8dac..a1b1a4224 100644 --- a/Dev/scanning/presets/index.html +++ b/Dev/scanning/presets/index.html @@ -11,7 +11,7 @@ - + Overview - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/presets_list/index.html b/Dev/scanning/presets_list/index.html index ccc3ccc42..e0b80202e 100644 --- a/Dev/scanning/presets_list/index.html +++ b/Dev/scanning/presets_list/index.html @@ -11,7 +11,7 @@ - + List of Presets - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/scanning/tips_and_tricks/index.html b/Dev/scanning/tips_and_tricks/index.html index b2bc6d242..c06ee01c0 100644 --- a/Dev/scanning/tips_and_tricks/index.html +++ b/Dev/scanning/tips_and_tricks/index.html @@ -11,7 +11,7 @@ - + Tips and Tricks - BBOT Docs @@ -20,7 +20,7 @@ - + diff --git a/Dev/sitemap.xml b/Dev/sitemap.xml index a99e1e5ee..ec77b6812 100644 --- a/Dev/sitemap.xml +++ b/Dev/sitemap.xml @@ -2,154 +2,154 @@ https://blacklanternsecurity.github.io/bbot/Dev/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/comparison/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/contribution/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/how_it_works/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/release_history/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/troubleshooting/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/architecture/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/basemodule/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/core/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/dev_environment/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/discord_bot/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/engine/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/event/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/module_howto/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/presets/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/scanner/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/target/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/tests/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/command/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/dns/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/interactsh/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/misc/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/web/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/dev/helpers/wordcloud/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/modules/custom_yara_rules/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/modules/internal_modules/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/modules/list_of_modules/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/modules/nuclei/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/advanced/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/configuration/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/events/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/output/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/presets/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/presets_list/ - 2024-10-18 + 2024-10-21 https://blacklanternsecurity.github.io/bbot/Dev/scanning/tips_and_tricks/ - 2024-10-18 + 2024-10-21 \ No newline at end of file diff --git a/Dev/sitemap.xml.gz b/Dev/sitemap.xml.gz index 39161771d..c8d7874c0 100644 Binary files a/Dev/sitemap.xml.gz and b/Dev/sitemap.xml.gz differ diff --git a/Dev/troubleshooting/index.html b/Dev/troubleshooting/index.html index efc5015ff..59e3ec46d 100644 --- a/Dev/troubleshooting/index.html +++ b/Dev/troubleshooting/index.html @@ -11,7 +11,7 @@ - + Troubleshooting - BBOT Docs @@ -20,7 +20,7 @@ - +