mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 10:31:38 +01:00
Improved blindxxe.py script (2)
This commit is contained in:
parent
d54e9442b9
commit
91851b54cc
@ -145,6 +145,8 @@ def fetchRhost():
|
|||||||
global config
|
global config
|
||||||
config['rhost'] = socket.gethostbyname(socket.gethostname())
|
config['rhost'] = socket.gethostbyname(socket.gethostname())
|
||||||
|
|
||||||
|
print('[>] RHOST set to: {}'.format(config['rhost']))
|
||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
global config
|
global config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user