From 91851b54cc93ee8778123f0559a8d76cb996f3a4 Mon Sep 17 00:00:00 2001 From: Mariusz B Date: Tue, 23 Oct 2018 22:37:57 +0200 Subject: [PATCH] Improved blindxxe.py script (2) --- web/blindxxe.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/blindxxe.py b/web/blindxxe.py index 07282b3..058edd7 100644 --- a/web/blindxxe.py +++ b/web/blindxxe.py @@ -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