mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-06 17:02:19 +01:00
re-add my credit
This commit is contained in:
parent
069a19cfa9
commit
0e5602e916
1 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue