jobroche / InSpy

A python based LinkedIn enumeration tool
https://www.leapsecurity.io/blog/linkedin-enumeration-inspy/
MIT License
542 stars 125 forks source link

Upgraded Kali and InSpy -- Now getting "too few arguments" #27

Open morg43 opened 5 years ago

morg43 commented 5 years ago

root@zool:/opt/InSpy# ./InSpy.py --domain avella.com --email first.last@COMPANY.com --titles wordlists/title-list-large.txt --csv COMPANY usage: InSpy.py [-h] [-v] [--domain DOMAIN] [--email EMAIL] [--titles [file]] [--html file] [--csv file] [--json file] [--xml file] company InSpy.py: error: too few arguments

jobroche commented 5 years ago

Hey there, might be because you're on version 3 now. Try ./InSpy.py company --domain company.com --email first.last@company.com --csv company

ftapi commented 3 years ago

It does accept the command sentence, but under the email (--email) argument does not accept a CSV file with a list of emails?