diff --git a/CVE-2022-46169.py b/CVE-2022-46169.py index c20bf3d..613ac22 100644 --- a/CVE-2022-46169.py +++ b/CVE-2022-46169.py @@ -10,9 +10,9 @@ def get_arguments(): if not options.url_target: parser.error('[*] Pls indicate the target URL, example: -u http://10.10.10.10') if not options.lhost: - parser.error('[*] Pls indicate your ip, example: LHOST=10.10.10.10') + parser.error('[*] Pls indicate your ip, example: --LHOST=10.10.10.10') if not options.lport: - parser.error('[*] Pls indicate the listening port for the reverse shell, example: LPORT=443') + parser.error('[*] Pls indicate the listening port for the reverse shell, example: --LPORT=443') return options def checkVuln():