Skip to content

Commit

Permalink
Update banner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored May 19, 2024
1 parent c03d60d commit 3240c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hatsploit/core/utils/ui/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def print_random_banner(self) -> None:
self.config.path_config['banners_path'] + banners[random_banner]
)

self.badges.set_less(False)
self.badges.print_empty(f"%newline%end{banner}%end%newline")
self.badges.set_less(True)
else:
self.badges.print_warning("No banners detected.")
else:
Expand Down

0 comments on commit 3240c97

Please sign in to comment.