b Nexus v3.0.0 - Tailored for ARM & OSINT by @Anonymousik#25
Open
anonymousik wants to merge 6 commits into
Open
b Nexus v3.0.0 - Tailored for ARM & OSINT by @Anonymousik#25anonymousik wants to merge 6 commits into
anonymousik wants to merge 6 commits into
Conversation
Documented the changes for version 3.0.0, including new features, fixes, changes, and removals.
Updated README to reflect new Hacklab Nexus v3.0.0 features and installation instructions.
Updated the installer script to version 3.0.0 with new features and improved logging. Translated messages to Polish and enhanced dependency handling. ##CHANGELOG Added Intelligent Dependency Resolver: Pre-execution verification engine checking for essential binaries (curl, wget, jq, git, python, proot, openssl) and installing them automatically. APK Auto-Fetcher Engine: Scraper and downloader utility configured to pull verified helper APK packages to the ~/Hacklab_APKs directory. Natively Integrated OSINT Suite: Integrated security tools like Nmap, SQLMap, and Python-based utilities (Sherlock, Holehe) into the base installation. Secure Remote Script Execution Module: Introduced the ~/remote-exec.sh launcher to fetch and validate remote payloads before running them. Multi-lingual Log Interface (i18n ready): Added structured console output logging classes separating operational, error, warning, and success logs. Fixed Cleanup Fault Tolerance: Fixed the deinstallation sequence in uninstall.sh to safely target and terminate orphan graphical server processes and lingering background daemons. Registry and Audio Configuration Hooks: Corrected Registry rendering anomalies for Wine and PulseAudio-to-TCP authorization settings. Changed Code Refactoring: Re-architected both install.sh and uninstall.sh to support modular procedures instead of inline linear scripting. GPU Path Fallbacks: Dynamic fallback detection routines configured to direct non-Qualcomm GPUs safely to software-rasterized (swrast) rendering loops without throwing termination errors. Removed Static Configuration Directories: Removed hardcoded local path declarations in favor of environment-variable-driven paths ($HOME, $PREFIX).
HACKLAB NEXUS - Automated Uninstaller v3.0.0 # Safely rolls back changes and cleans up the ARM environment ``@Anonymousik (Pull Request``
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.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[3.0.0] - 2026-05-17
Added
Fixed
Changed
Removed