Skip to content

Commit

Permalink
Merge pull request #60 from lawndoc/warn-default-hostname
Browse files Browse the repository at this point in the history
warn when using default hostname
  • Loading branch information
lawndoc authored Aug 26, 2024
2 parents 8c089f9 + e495471 commit e677b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions respotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def __init__(self,
# import configuration
self.excluded_protocols = excluded_protocols
self.hostname = hostname
if self.hostname == "Loremipsumdolorsitamet":
self.log.warning("[-] WARNING: using default hostname 'Loremipsumdolorsitamet' - set a more believable hostname for better OPSEC")
self.is_daemon = False
self.verbosity = verbosity
# state persistence
Expand Down

0 comments on commit e677b4c

Please sign in to comment.