-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organize payloads by platform #79
Comments
Agreed. I've been digging through what is there so far looking for the mac ones. Some of them are labeled, but some are not. Organized by folder might be cleaner. |
After a conversation with @hak5darren, we will probably be reorganizing all payloads to match the following pattern: /exfiltration/win_smb_exfiltrator |
why not fully adopt the msf structure and make the OS its own folder? also, should you maybe decide on coding standards for folders and such? camel case mixed with snake case is ugly. clean code is happy code :) |
+1 for top level folders instead of individual names. |
I started this branch, based on conversation here: https://github.com/bg-wa/bashbunny-payloads/tree/feature/issue_79 I hesitate to add top level folders for each platform, as I think the attack surface for this this device is much more diverse than than {win,osx,linux,multi}. No PR, just fleshing out an idea. All files are the just reorganized from |
yes, but you almost always start your attack based on machine OS type. you
don't say, oh i want to steal this password, you say, oh i have a
linux/max/windows. what can i do to it with my bash bunny to take control?
Besides, the attack surface isn't any larger than MSF, is it?
…On Sun, Mar 26, 2017 at 7:20 PM, bg-wa ***@***.***> wrote:
I started this branch, based on conversation here:
https://github.com/bg-wa/bashbunny-payloads/tree/feature/issue_79
I hesitate to add top level folders for each platform, as I think the
attack surface for this this device is much more diverse than than
{win,osx,linux,multi}.
No PR, just fleshing out an idea. All files are the just reorganized from
master, except an example playload (multi_hid_storage_example.txt), I
wrote to demo to a friend.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQSQRqyweL6sZcvoFKTc_5WbqMAYbxSZks5rpvLFgaJpZM4Mh0gR>
.
|
Ha, I guess that does make sense... It is not larger than MSF. |
So I take it nothing happened with regards to the new structure? |
After looking through the payloads, it's not always imeediatly obvious which platform the payload is for. I think it would make sense to organize them into Windows/Linux/Mac/Other folders.
The text was updated successfully, but these errors were encountered: