Diablo108 Posted November 8, 2017 Share Posted November 8, 2017 Hi Hak5 forums, i started to play around with some Bash Bunny payloads, and wanted to tweak the LED output which is shown during the execution of an payload. i searched around a bit, but couldn't find any listings of the LED options or commands to trigger them. Does anyone know all the LED options and the commands for them so that i could try them. or have an source where they are already listed. Cheers, D Quote Link to comment Share on other sites More sharing options...
RazerBlade Posted November 8, 2017 Share Posted November 8, 2017 Check out the readme file in the docs folder at the github Link here: https://github.com/hak5/bashbunny-payloads/tree/master/docs 1 Quote Link to comment Share on other sites More sharing options...
Diablo108 Posted November 9, 2017 Author Share Posted November 9, 2017 Quote Check out the readme file in the docs folder at the github Link here: https://github.com/hak5/bashbunny-payloads/tree/master/docs @RazerBlade Thank you very much sir. I haven't seen this file before. This is exactly what i was looking for. For the other people, here is a short summary: COLORS ------ In addition to Red, Green and Blue, additive color mixing is possible. -------- -------------------------------------------- R Red G Green B Blue Y, R G Yellow (Commonly known as Amber) C, G B Cyan (Commonly known as Light Blue) M, R B Magenta (Commonly known as Violet or Purple) W, R G B White (Combination of R + G + B) Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted November 14, 2017 Share Posted November 14, 2017 I've found that when I try and mix colours (R G B for example) it only does the first one or just makes it red (Even if I don't include red, I think), so I just use the letter. Quote Link to comment Share on other sites More sharing options...
Diablo108 Posted November 14, 2017 Author Share Posted November 14, 2017 @Dave-ee Jones i think that when you want to mix the colors red green and blue. You only have to define the W for white, that it won't automaticly detect it when you write down R G B. So you'll get then W and the ", R G B" is optional for the readers of the code. Correct me when i'm wrong. I haven't tested this yet. 1 Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted November 15, 2017 Share Posted November 15, 2017 On 11/14/2017 at 9:58 PM, Diablo108 said: @Dave-ee Jones i think that when you want to mix the colors red green and blue. You only have to define the W for white, that it won't automaticly detect it when you write down R G B. So you'll get then W and the ", R G B" is optional for the readers of the code. Correct me when i'm wrong. I haven't tested this yet. No, you're supposed to be able to mix the colours (at least on the BB). Maybe it was taken out in the later firmwares, I'm not sure. Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted November 15, 2017 Share Posted November 15, 2017 16 minutes ago, Dave-ee Jones said: No, you're supposed to be able to mix the colours (at least on the BB). Maybe it was taken out in the later firmwares, I'm not sure. No you aren't. We make every combination possible available by a single char: R, G, B, Y, C, M, and W :) Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted November 15, 2017 Share Posted November 15, 2017 1 minute ago, Sebkinne said: No you aren't. We make every combination possible available by a single char: R, G, B, Y, C, M, and W :) Eh. I am 100% sure I remember people using combinations in the earlier days. Am I living 2 different realities? :P Thanks for clarifying anyway. :) Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted November 15, 2017 Share Posted November 15, 2017 Just now, Dave-ee Jones said: Eh. I am 100% sure I remember people using combinations in the earlier days. Am I living 2 different realities? :P Thanks for clarifying anyway. :) Yeah, that was the case with 1.0. Sorry, I misread your post :) Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted November 16, 2017 Share Posted November 16, 2017 6 hours ago, Sebkinne said: Yeah, that was the case with 1.0. Sorry, I misread your post :) Okay, thanks! :) 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.