- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 133
docs: fix CLI errors, use PascalCase args #85
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
Conversation
Key changes: 1. Script location: src/hackingBuddyGPT/cli/wintermute.py 2. Command argument update: 'minimal_linux_privesc' to 'LinuxPrivesc' 3. API key usage: sk...ChangeMeToYourOpenAiApiKey 4. Package installation: Use quotes - pip install '.[testing]' Errors fixed: * File not found * Invalid argument choice * Zsh globbing issue with pip install Co-authored-by: Haley Lifrieri <[email protected]> Co-authored-by: Haley Lifrieri <[email protected]> Co-authored-by: Muturi David <[email protected]> Co-authored-by: Pardaz Banu Mohammad <[email protected]> Co-authored-by: Pardaz Banu Mohammad <[email protected]> Co-authored-by: Toluwalope Olateru-Olagbeg <[email protected]>
| Relates to #36 | 
| please don't target  It is better to use a virtual machine as a target. | 
* Use 192.168.122.151 * Add sections to match https://github.com/ipa-lab/docs.hackingbuddy/blob/master/src/app/docs/introduction/installation/page.md * Provide a Target Machine over SSH * Run the Hacking Agent Co-authored-by: Haley Lifrieri <[email protected]> Co-authored-by: Haley Lifrieri <[email protected]> Co-authored-by: Muturi David <[email protected]> Co-authored-by: Pardaz Banu Mohammad <[email protected]> Co-authored-by: Pardaz Banu Mohammad <[email protected]> Co-authored-by: Toluwalope Olateru-Olagbeg <[email protected]>
| thanks for changing this. Have you tried to setup a virtual machine for testing? If so, could you detail the steps that you took? I think this would help other developers a lot | 
Co-authored-by: Haley Lifrieri <[email protected]> Co-authored-by: Haley Lifrieri <[email protected]> Co-authored-by: Muturi David <[email protected]> Co-authored-by: Pardaz Banu Mohammad <[email protected]> Co-authored-by: Pardaz Banu Mohammad <[email protected]> Co-authored-by: Toluwalope Olateru-Olagbeg <[email protected]>
| @andreashappe wrote: 
 We used GitHub CodeSpaces and containers instead of Vagrant virtual machines. Please review ipa-lab/benchmark-privesc-linux#2 Thank you! | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, maybe we should add more about where to get the virtual machines
| @andreashappe wrote: 
 Is your ask to add more to this repository, another repository, or both? For example, ipa-lab/docs.hackingbuddy#5 hasn't been merged yet. Would we add more in that repository? | 
| 
 Mostly, I am thinking about new people that try to use hackingBuddyGPT (such as you were, when you installed it for the first time). Maybe add a link about where to download a virtual machine, etc. (as we often get similar questions on the discord server) -- but that is just a nice to have, don't feel compelled to do it! 
 I am still reviewing that commit (as it is larger, containing a shell script, etc.). | 
| Thanks for clarifying. As an idea, https://github.com/ipa-lab/benchmark-privesc-linux Then, we can add a  Hypothetically, that would enable teams to start GitHub Codespaces in this repository or forks to have containers to test with. Ubuntu users without GitHub Codespaces can try running @andreashappe wrote: 
 
 https://github.com/ipa-lab/docs.hackingbuddy/pull/5/files Are you referring to | 
| I'd prefer not to add  I (personally) would not run either vulnerable containers nor LLM-guided attack tooling outside of my local computers and test-setup but I can understand why people want to do it that way. Would it be possible to add codespace support to hackingbuddygpt in a way, that only spawns a single container (maybe with the suid/sudo use-case) and starts hackingBuddyGPT against that container? That might be the 'easiest' show-case/use-case for a new user. should be merged since yesterday (; got the links mixed up | 
Key changes:
192.168.122.151Errors fixed:
Co-authored-by: Haley Lifrieri [email protected]
Co-authored-by: Haley Lifrieri [email protected]
Co-authored-by: Muturi David [email protected]
Co-authored-by: Pardaz Banu Mohammad [email protected]
Co-authored-by: Pardaz Banu Mohammad [email protected]
Co-authored-by: Toluwalope Olateru-Olagbeg [email protected]