loco870 Posted April 10, 2013 Posted April 10, 2013 Hello Guys! I'm Brazilian, work as IT Security, I want learn DUCKY for incremental PenTest and I learned so much in this forum! Great forum! I try to encode using this command java -jar encoder.jar -l resources/pt.properties -i source.txt -o inject.bin but when I plug my ducky this code "for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set myd=%d" but the command print like this "for &f %d in *-wmic volume get driveletter}, label }" findstr @DUCKY@-( do set myd)%d" Someone can I help me? Quote
no42 Posted April 10, 2013 Posted April 10, 2013 looks like there are some mistakes in the pt.properties file, you just need to edit this file swap " and @ swap } and ^ (likely { needs to be swapped with another char) swap & and / If you can all the mistakes and post back a correct pt.properties I'll make sure it goes into the main code base. Quote
loco870 Posted April 10, 2013 Author Posted April 10, 2013 Thank you your help but still not working, same problem yet, this command "java -jar encoder.jar -l resources/pt.properties -i source.txt -o inject.bin" It's correct? I think the encode is not using pt.properties, any ideas? Quote
no42 Posted April 11, 2013 Posted April 11, 2013 (edited) your command is correct for unix systems. for windows: java -jar encoder.jar -l resources\pt.properties -i source.txt -o inject.bin what version of the encoder are you using? Edited April 11, 2013 by midnitesnake Quote
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.