Skip to content

Commit c214b80

Browse files
Merge pull request #2873 from blacklanternsecurity/dev
Docs update, cloudcheck
2 parents bff06ef + 11306e5 commit c214b80

File tree

11 files changed

+639
-606
lines changed

11 files changed

+639
-606
lines changed

bbot/modules/deadly/legba.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ class legba(BaseModule):
7070
async def setup(self):
7171
self.output_dir = Path(self.scan.temp_dir / "legba-output")
7272
self.helpers.mkdir(self.output_dir)
73+
if not "fingerprintx" in self.scan.modules:
74+
self.warning("Enabling 'fingerprintx' module is recommended for discovery of PROTOCOL events")
7375

7476
return True
7577

bbot/scripts/docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
DEFAULT_PRESET = Preset()
1414

15+
os.environ["NO_COLOR"] = "1"
1516
os.environ["BBOT_TABLE_FORMAT"] = "github"
1617

1718

0 commit comments

Comments
 (0)