bbot 2.7.0.7136rc0__py3-none-any.whl → 2.7.1.7141rc0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bbot might be problematic. Click here for more details.
- bbot/__init__.py +1 -1
- bbot/modules/graphql_introspection.py +4 -1
- {bbot-2.7.0.7136rc0.dist-info → bbot-2.7.1.7141rc0.dist-info}/METADATA +5 -3
- {bbot-2.7.0.7136rc0.dist-info → bbot-2.7.1.7141rc0.dist-info}/RECORD +7 -7
- {bbot-2.7.0.7136rc0.dist-info → bbot-2.7.1.7141rc0.dist-info}/WHEEL +1 -1
- {bbot-2.7.0.7136rc0.dist-info → bbot-2.7.1.7141rc0.dist-info}/entry_points.txt +0 -0
- {bbot-2.7.0.7136rc0.dist-info → bbot-2.7.1.7141rc0.dist-info/licenses}/LICENSE +0 -0
bbot/__init__.py
CHANGED
|
@@ -119,7 +119,10 @@ fragment TypeRef on __Type {
|
|
|
119
119
|
}
|
|
120
120
|
response = await self.helpers.request(**request_args)
|
|
121
121
|
if not response or response.status_code != 200:
|
|
122
|
-
self.debug(
|
|
122
|
+
self.debug(
|
|
123
|
+
f"Failed to get GraphQL schema for {url} "
|
|
124
|
+
f"{f'(status code {response.status_code})' if response else ''}"
|
|
125
|
+
)
|
|
123
126
|
continue
|
|
124
127
|
try:
|
|
125
128
|
response_json = response.json()
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: bbot
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.1.7141rc0
|
|
4
4
|
Summary: OSINT automation for hackers.
|
|
5
5
|
License: GPL-3.0
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Keywords: python,cli,automation,osint,threat-intel,intelligence,neo4j,scanner,python-library,hacking,recursion,pentesting,recon,command-line-tool,bugbounty,subdomains,security-tools,subdomain-scanner,osint-framework,attack-surface,subdomain-enumeration,osint-tool
|
|
7
8
|
Author: TheTechromancer
|
|
8
9
|
Requires-Python: >=3.9,<4.0
|
|
@@ -14,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
19
|
Classifier: Topic :: Security
|
|
18
20
|
Requires-Dist: ansible-core (>=2.15.13,<3.0.0)
|
|
19
21
|
Requires-Dist: ansible-runner (>=2.3.2,<3.0.0)
|
|
@@ -21,7 +23,7 @@ Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
|
|
|
21
23
|
Requires-Dist: cachetools (>=5.3.2,<7.0.0)
|
|
22
24
|
Requires-Dist: cloudcheck (>=7.2.11,<8.0.0)
|
|
23
25
|
Requires-Dist: deepdiff (>=8.0.0,<9.0.0)
|
|
24
|
-
Requires-Dist: dnspython (>=2.
|
|
26
|
+
Requires-Dist: dnspython (>=2.7.0,<2.8.0)
|
|
25
27
|
Requires-Dist: httpx (>=0.28.1,<0.29.0)
|
|
26
28
|
Requires-Dist: idna (>=3.4,<4.0)
|
|
27
29
|
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
bbot/__init__.py,sha256=
|
|
1
|
+
bbot/__init__.py,sha256=IlaHx0rVovIdfUYk6uXNe9rCqfW7r4FVQMMWzKQftqQ,163
|
|
2
2
|
bbot/cli.py,sha256=1QJbANVw9Q3GFM92H2QRV2ds5756ulm08CDZwzwPpeI,11888
|
|
3
3
|
bbot/core/__init__.py,sha256=l255GJE_DvUnWvrRb0J5lG-iMztJ8zVvoweDOfegGtI,46
|
|
4
4
|
bbot/core/config/__init__.py,sha256=zYNw2Me6tsEr8hOOkLb4BQ97GB7Kis2k--G81S8vofU,342
|
|
@@ -114,7 +114,7 @@ bbot/modules/github_workflows.py,sha256=xKntAFDeGuE4MqbEmhJyYXKbzoSh9tWYlHNlnF37
|
|
|
114
114
|
bbot/modules/gitlab.py,sha256=9oWWpBijeHCjuFBfWW4HvNqt7bvJvrBgBjaaz_UPPnE,5964
|
|
115
115
|
bbot/modules/google_playstore.py,sha256=N4QjzQag_bgDXfX17rytBiiWA-SQtYI2N0J_ZNEOdv0,3701
|
|
116
116
|
bbot/modules/gowitness.py,sha256=hMhCz4O1sDJCzCzRIcmu0uNDgDDf9JzkFBwL1WuUum0,13144
|
|
117
|
-
bbot/modules/graphql_introspection.py,sha256=
|
|
117
|
+
bbot/modules/graphql_introspection.py,sha256=Y-MqXrN6qmXTv2T6t7hJ-SU3R2guZQRWkrrCLC56bAc,4239
|
|
118
118
|
bbot/modules/hackertarget.py,sha256=IsKs9PtxUHdLJKZydlRdW_loBE2KphQYi3lKDAd4odc,1029
|
|
119
119
|
bbot/modules/host_header.py,sha256=uDjwidMdeNPMRfzQ2YW4REEGsZqnGOZHbOS6GgdNd9s,7686
|
|
120
120
|
bbot/modules/httpx.py,sha256=tlQ6NKw8FJ6rGaNI1BnwKqjxZFn1MZeItGZgNab_Ydo,8177
|
|
@@ -464,8 +464,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ZSIVebs7ptMvHx
|
|
|
464
464
|
bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
|
|
465
465
|
bbot/wordlists/valid_url_schemes.txt,sha256=0B_VAr9Dv7aYhwi6JSBDU-3M76vNtzN0qEC_RNLo7HE,3310
|
|
466
466
|
bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
|
|
467
|
-
bbot-2.7.
|
|
468
|
-
bbot-2.7.
|
|
469
|
-
bbot-2.7.
|
|
470
|
-
bbot-2.7.
|
|
471
|
-
bbot-2.7.
|
|
467
|
+
bbot-2.7.1.7141rc0.dist-info/METADATA,sha256=Uv1EDVGwZkIZ6uOrJl9vRIpwIBNCvP7V4c6PjfFV5eY,18420
|
|
468
|
+
bbot-2.7.1.7141rc0.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
469
|
+
bbot-2.7.1.7141rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
|
|
470
|
+
bbot-2.7.1.7141rc0.dist-info/licenses/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
|
|
471
|
+
bbot-2.7.1.7141rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|