From 0521e7b39ea30187f8f035e3bcd690084655c156 Mon Sep 17 00:00:00 2001 From: Aleksej Jocic Date: Fri, 15 Feb 2019 19:52:00 +0100 Subject: shebang change,version update --- tmap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmap b/tmap index a81a4cb..2fc0282 100755 --- a/tmap +++ b/tmap @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import sys from socket import * import socks @@ -7,6 +7,8 @@ import time from ipaddress import * import threading +VERSION='1.2.1' + ## Receive first 80 bytes from port, return string of received data def getBanner(host, port, wait, notor): ## Don't use Tor if private address @@ -131,7 +133,7 @@ def main(): ## Version argument if args.version: - print("Tmap 1.0.0") + print("Tmap " + VERSION) print("License GPLv3+: GNU GPL version 3 or later ") print("This is free software: you are free to change and redistribute it.") print("There is NO WARRANTY, to the extent permitted by law.") -- cgit v1.2.3