diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2019-03-18 23:13:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 23:13:01 +0000 |
commit | 8f708933279ec93c7d2edc47afd520b53b1cad58 (patch) | |
tree | 58e5d65775dac064d55e691354b34614db6ff01f | |
parent | Update README.md (diff) | |
download | GhostNET-v2-master.tar.gz GhostNET-v2-master.tar.bz2 GhostNET-v2-master.zip |
-rwxr-xr-x | ghostnet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghostnet b/ghostnet index 79ea1c0..ae31693 100755 --- a/ghostnet +++ b/ghostnet @@ -425,7 +425,7 @@ def usage(purple='\033[35m'): username = getpass.getuser() hostname = socket.gethostname() __name__ = sys.argv[0] - __author__ = "[sp3tr3] && [sadshinobi]" + __author__ = "[sp3tr3] && [baitinq]" __version__ = "1.2" txt =\ |