Skip to content

Commit

Permalink
Update evilurl-cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
A1S0N committed Feb 3, 2018
1 parent 096c32b commit c1bf072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evilurl-cli.py
Expand Up @@ -131,7 +131,7 @@ def checkEvil(url):

if __name__ == "__main__":
banner()
parser = argparse.ArgumentParser(usage="evilurl-cli.py {domain} [options]", description="Run a simple deauth attack")
parser = argparse.ArgumentParser(usage="evilurl-cli.py {domain} [options]", description="Command line version of EvilURL")
parser.add_argument("domain", help="Domain name with termination (example.com)")
parser.add_argument("-cE", dest="check", action="store_true", help="Check if url is evil (won't generate evil url)")
parser.add_argument("-cC", dest="checkConnection", action="store_true", help="Check generated/input domain connections")
Expand Down

0 comments on commit c1bf072

Please sign in to comment.