Joosty Posted December 23, 2011 Share Posted December 23, 2011 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 :( Quote Link to comment Share on other sites More sharing options...
mreidiv Posted December 23, 2011 Share Posted December 23, 2011 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. Quote Link to comment Share on other sites More sharing options...
Solution Joosty Posted December 23, 2011 Author Solution Share Posted December 23, 2011 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. Quote Link to comment Share on other sites More sharing options...
mreidiv Posted December 23, 2011 Share Posted December 23, 2011 No problem Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.