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

Not working properly #277

Open
ibrahimxq opened this issue Aug 27, 2024 · 9 comments
Open

Not working properly #277

ibrahimxq opened this issue Aug 27, 2024 · 9 comments

Comments

@ibrahimxq
Copy link

I am trying to run the pico-ducky, but it runs and then doesn't finish it perfectly,
GUI r
DELAY 250
STRING cmd
ENTER
DELAY 250
STRING ipconfig
ENTER
but it only opens the cmd and then doesn't type ipconfig, and it happens to all of the payloads

@dbisu
Copy link
Owner

dbisu commented Aug 27, 2024

You may need to add more delay. It is only waiting 1/4 second before doing the ipconfig, which might not be enough time for the cmd window to open.
What happens if you make that second delay 1000 or more?

@ibrahimxq
Copy link
Author

ibrahimxq commented Aug 27, 2024

It works, but I don't know why it opens up Google Chrome and then doesn't work.
Isn't there any way to detect that the app has opened so that it runs the ipconfig, then I will have to reprogram it for the specific computer/laptop.

@ibrahimxq
Copy link
Author

Now it does work, but by changing this:
WINDOWS r
DELAY 1000
STRING cmd
ENTER
DELAY 1200
STRING ipconfig
ENTER
And it doesn't open Google Chrome.

@ibrahimxq
Copy link
Author

It works, but I don't know why it opens up Google Chrome and then doesn't work. Isn't there any way to detect that the app has opened so that it runs the ipconfig, then I will have to reprogram it for the specific computer/laptop.

Please respond to this question first.
And you are also very kind because you help us, not like rude people.😊

@dbisu
Copy link
Owner

dbisu commented Aug 27, 2024

There isn't a way for the ducky to know if the command has run successfully. It just acts like a keyboard typing in characters.

@ibrahimxq
Copy link
Author

Oh, ok but then how should I program my rubber ducky? Should I program it to go slow or fast? Because I have another computer that is slow and in that, I need to put a slower delay In that computer.

@dbisu
Copy link
Owner

dbisu commented Aug 29, 2024

That is the trick with the payloads. sometimes the best thing is to run and time the steps manually to get an idea on how long each step takes. If the goal is to automate some things, it might not matter that it takes as long with the ducky as it does manually.

@nebuleex
Copy link

is it 250ths of a second for the delay?

@dbisu
Copy link
Owner

dbisu commented Sep 21, 2024

Delay is in milliseconds.

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

3 participants