diff options
| -rw-r--r-- | executables/hexen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executables/hexen.py b/executables/hexen.py index 3f4b8ca..ec19edd 100644 --- a/executables/hexen.py +++ b/executables/hexen.py @@ -10,7 +10,7 @@ try: except ImportError: msvcrt = None # Will be None on non-Windows OS -MCAST_GRP = '239.192.55.1' +MCAST_GRP = '172.16.20.109' MCAST_PORT = 1681 MAGIC = '/Users/crt/Documents/bodeting/research/bad-bruteforcing/attempt-1.txt' |
