sweetsoftware / Ares

Python botnet and backdoor
1.52k stars 475 forks source link

Parameter error #76

Open aloisberngardt opened 4 years ago

aloisberngardt commented 4 years ago
parser.add_argument('-p', '--persistent', action='store_true', help="Automatically install the agent on first run.")
parser.add_argument('--no-check-certificate', action='store_true', help="Disable server TLS certificate verification.")
parser.add_argument('-p', '--platform', required=True, help="Platform (linux or windows)")

You have two -p parameters in code.