From 0e5602e916c02a501145704d74844b74b1790b2b Mon Sep 17 00:00:00 2001 From: Vincent Yiu Date: Fri, 26 Mar 2021 21:11:56 +0800 Subject: [PATCH] re-add my credit --- LinkedInt.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LinkedInt.py b/LinkedInt.py index fda2742..f515c21 100644 --- a/LinkedInt.py +++ b/LinkedInt.py @@ -295,6 +295,9 @@ if __name__ == '__main__': a = open("banner.txt","r") print(a.read()) a.close() + print("") + print("Version: 1.0") + print("Author: Vincent Yiu @vysecurity") search = args.keywords if args.keywords!=None else input("[*] Enter search Keywords (use quotes for more precise results)\n") print("") outfile = args.output if args.output!=None else input("[*] Enter filename for output (exclude file extension)\n")