mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-06 17:02:19 +01:00
re-add banner, who the f deleted it?
This commit is contained in:
parent
880f55dd81
commit
069a19cfa9
1 changed files with 3 additions and 0 deletions
|
|
@ -292,6 +292,9 @@ def authenticate():
|
|||
return cookies
|
||||
|
||||
if __name__ == '__main__':
|
||||
a = open("banner.txt","r")
|
||||
print(a.read())
|
||||
a.close()
|
||||
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