C64Whiz Posted January 19, 2018 Share Posted January 19, 2018 Sadly, I'm new to GitHub so while browsing the payloads, I came across "InfiniteControl". I have an "improvement" I'd like to offer, but am not savvy in the appropriate GitHub methods. Can anyone provide some guidance? I have plenty of coding experience including 'git'...just not GitHub. Thanks! -C64Whiz Link to comment Share on other sites More sharing options...
C64Whiz Posted January 19, 2018 Author Share Posted January 19, 2018 I suppose the more intelligent question would be: do I need to fork the entire BashBunny-Payloads project to make the change and submit the pull request? Is there a way to just send a message to the author with the suggestion? --C64 Link to comment Share on other sites More sharing options...
kleo Posted January 20, 2018 Share Posted January 20, 2018 You could fork the repository or set upstream I'd fork the repository and then clone on my local machine Make your changes and push to your forked repository Make a pull request if you're okay with your changes and the owner will review your changes. Link to comment Share on other sites More sharing options...
C64Whiz Posted January 20, 2018 Author Share Posted January 20, 2018 1 hour ago, kbeflo said: You could fork the repository or set upstream I'd fork the repository and then clone on my local machine Make your changes and push to your forked repository Make a pull request if you're okay with your changes and the owner will review your changes. So fork the entire bashbunny-payloads? Seems extreme just to tweak a single payload.txt, but Ok. Thanks for the info! --C64 Link to comment Share on other sites More sharing options...
kleo Posted January 20, 2018 Share Posted January 20, 2018 The repo hak5/bashbunny-payloads is at 22.88 MB, unless you're limited in storage or running on one of these You can just wget the raw file wget https://raw.githubusercontent.com/hak5/bashbunny-payloads/master/payloads/library/general/InfiniteControl/payload.txt Link to comment Share on other sites More sharing options...
C1PH3R Posted January 20, 2018 Share Posted January 20, 2018 Yeah, you probably need to fork the entire repository and make a pull request to add your solutions/improvements. Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted January 22, 2018 Share Posted January 22, 2018 This is the one thing I hate about Github. Want to edit a text file on someone else's repo? Fork it, edit the file, push it. And then find that they put the file somewhere else, or changed their file structure.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.