Update lazyown.py#1
Merged
Merged
Conversation
grisuno
commented
May 21, 2024
grisuno
left a comment
Owner
Author
There was a problem hiding this comment.
Import Order and Comments: It's a good practice to organize imports and include comments for sections of your script.
Error Handling: Ensure that the script can handle errors gracefully, especially when working with subprocesses and file operations.
Code Modularity: Separate some of the logic into functions for better readability and maintenance.
Cross-Platform Compatibility: Ensure cross-platform compatibility, especially with subprocess calls and file path handling.
grisuno
added a commit
that referenced
this pull request
May 15, 2026
Closes gap #1 (beacon maturity) by wiring in https://github.com/grisuno/blacksandbeacon, the only open-source C2 implant with Linux BOF support — a capability absent from Cobalt Strike, Sliver, and Havoc. New files: - lazyaddons/blacksandbeacon.yaml — beacon build, stage, and delivery - lazyaddons/blacksandbeacon_bof.yaml — ELF BOF loader build and delivery - tests/test_blacksandbeacon_addon.py — 59 tests covering structure, params, path safety, command templates, and no-hardcoded-secrets contract README updates: - Added blacksandbeacon and blacksandbeacon_bof to the Yaml Addon list - Expanded Related Projects entry to highlight Linux BOF uniqueness - Added dedicated BlackSandBeacon — Linux BOF section with architecture overview, deployment flow, BOF porting guide, and competitive comparison table Version: release/0.2.117 LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 LazyOwn/ https://grisuno.github.io/LazyOwn/ Fecha: vie 15 may 2026 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.