Improved blindxxe.py script (2)

This commit is contained in:
Mariusz B 2018-10-23 22:37:57 +02:00
parent d54e9442b9
commit 91851b54cc
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ def fetchRhost():
global config
config['rhost'] = socket.gethostbyname(socket.gethostname())
print('[>] RHOST set to: {}'.format(config['rhost']))
def main(argv):
global config