Jump to content

[Question] Unable To Access Jarfile ./duckencoder.jar


Joosty
Go to solution Solved by Joosty,

Recommended Posts

I've ran this in Mac OSX and Ubuntu 11 and I always get the same response.

I downloaded it from the wiki.

chmod +x duckencoder.jar

chmod 755 duckencoder.jar

java -jar duckencoder.jar -i wall.txt -o inject.bin

java -jar ./duckencoder.jar -i wall.txt -o inject.bin

java -jar ./duckencoder.jar -i ./wall.txt -o inject.bin

Unable to access jarfile ./duckencoder.jar

Unable to access jarfile duckencoder.jar

Please help, I spent my $80, then I had to spend my additional $8 plus shipping on a card reader.

And now nothing :(

Link to comment
Share on other sites

I've ran this in Mac OSX and Ubuntu 11 and I always get the same response.

I downloaded it from the wiki.

chmod +x duckencoder.jar

chmod 755 duckencoder.jar

java -jar duckencoder.jar -i wall.txt -o inject.bin

java -jar ./duckencoder.jar -i wall.txt -o inject.bin

java -jar ./duckencoder.jar -i ./wall.txt -o inject.bin

Unable to access jarfile ./duckencoder.jar

Unable to access jarfile duckencoder.jar

Please help, I spent my $80, then I had to spend my additional $8 plus shipping on a card reader.

And now nothing :(

i had the same problem from when i copied and pasted the commands off the web try hand typing it in with this syntax.

java -jar ./duckencoder.jar -i wall.txt -o inject.bin

also make sure you are in the same directory as the duckencoder.jar i know it makes no sense but it would not work for me unless i used that command and in the same directory.

Link to comment
Share on other sites

  • Solution

i had the same problem from when i copied and pasted the commands off the web try hand typing it in with this syntax.

java -jar ./duckencoder.jar -i wall.txt -o inject.bin

also make sure you are in the same directory as the duckencoder.jar i know it makes no sense but it would not work for me unless i used that command and in the same directory.

Thanks man, I really appreciate the quick response. Manually typing it in worked. My payload was wrong too, because I also copied it so I had to manually remove all the leading whitespace on each line. Gonna have to write a script to handle that from now on.

Thanks again.

Link to comment
Share on other sites

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...