mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2025-09-02 18:18:34 +02:00
Improved blindxxe.py script (2)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user