Skip to content

Commit e677b4c

Browse files
authored
Merge pull request #60 from lawndoc/warn-default-hostname
warn when using default hostname
2 parents 8c089f9 + e495471 commit e677b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: respotter.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def __init__(self,
5959
# import configuration
6060
self.excluded_protocols = excluded_protocols
6161
self.hostname = hostname
62+
if self.hostname == "Loremipsumdolorsitamet":
63+
self.log.warning("[-] WARNING: using default hostname 'Loremipsumdolorsitamet' - set a more believable hostname for better OPSEC")
6264
self.is_daemon = False
6365
self.verbosity = verbosity
6466
# state persistence

0 commit comments

Comments
 (0)