{"id":24200168,"url":"https://github.com/vulnpire/nc-framework","last_synced_at":"2025-07-28T08:05:15.110Z","repository":{"id":229307560,"uuid":"766794140","full_name":"Vulnpire/NC-Framework","owner":"Vulnpire","description":"NCF is a sophisticated toolset crafted for cyber specialists, facilitating intricate remote operations effortlessly.","archived":false,"fork":false,"pushed_at":"2024-04-08T15:57:37.000Z","size":99,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"final","last_synced_at":"2025-03-03T09:31:27.243Z","etag":null,"topics":["hacking","malware","redteaming","reverse-shell","social-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vulnpire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-04T06:17:12.000Z","updated_at":"2024-07-12T15:23:28.000Z","dependencies_parsed_at":"2024-03-23T13:26:38.049Z","dependency_job_id":"c6ba7e4b-4ee4-43d2-915c-68248a38c836","html_url":"https://github.com/Vulnpire/NC-Framework","commit_stats":null,"previous_names":["vulnpire/nc-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vulnpire/NC-Framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2FNC-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2FNC-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2FNC-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2FNC-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vulnpire","download_url":"https://codeload.github.com/Vulnpire/NC-Framework/tar.gz/refs/heads/final","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vulnpire%2FNC-Framework/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267482004,"owners_count":24094508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacking","malware","redteaming","reverse-shell","social-engineering"],"created_at":"2025-01-13T20:41:26.644Z","updated_at":"2025-07-28T08:05:15.053Z","avatar_url":"https://github.com/Vulnpire.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## NecroNet Command Framework (NCF)\n\nCommand and Control Framework designed for red team operations. With its robust capabilities and technical prowess, NCF empowers you to orchestrate and manage complex operations with ease.\n\nFeatures:\n\n   * Advanced Command and Control: Take full control of remote systems with advanced command execution and control capabilities.\n   * Secure Communication: Utilize encrypted communication channels to ensure the confidentiality and integrity of data transmission.\n   * Multi-platform Support: Supports both Windows and Linux environments, offering flexibility in deployment and operation.\n   * Stealth Operations: Conduct operations covertly with stealthy techniques to evade detection and maintain operational security.\n   * File Transfer and Management: Seamlessly transfer files between systems and manage them efficiently with built-in file transfer functionalities.\n   * Keylogging and Clipboard Monitoring: Monitor keystrokes and clipboard activities to gather critical information during operations.\n   * Screen Capture and Control: Capture screenshots and control remote screens to gather visual intelligence and conduct operations effectively.\n   * Audio Playback: Play audio files on remote systems for various purposes, including deception and distraction.\n   * Conversion to Executables: Easily convert Python scripts to executable files using PyInstaller for simplified deployment.\n\nSetup and Configuration:\n\n   Clone the NCF repository to your local machine:\n     `\n     git clone https://github.com/Vulnpire/NC-Framework\n     `\n   Setting Up the C2 Server:\n\n   * Navigate to the c2_server directory. `cd NC-Framework`\n   * Modify the settings.py file to configure server settings such as port number, encryption keys, and log files. `ex \u003cfile\u003e`\n   * Run the `python3 nc_server.py`.\n\nInitialization:\n\n   * Initialize the NecroNet Command Framework by running the appropriate client script (windows_client.py for Windows or linux_client.py for Linux) on the target system.\n   * Ensure that the Python environment is properly configured, and all dependencies are installed before executing the client script.\n\n   * The `windows_client.py` script serves as a Windows client for a remote access framework, enabling remote control and management of Windows systems.\n   * The `linux_client.py` script serves as a Linux client for a remote access framework, allowing remote control and management of Linux systems.\n   * The `headless_lin_client.py` script serves as a headless Linux client for a remote access framework, allowing remote control and management of Linux systems.\n\nlinux_client.py:\n\n   * The linux_client.py script is designed to run on Linux systems and provides a full-featured client interface for the NecroNet Command Framework (NCF).\n   * It offers a comprehensive set of functionalities for executing commands, transferring files, capturing screens, logging keystrokes, and more.\n   * You can interact with the linux_client.py script directly on a Linux-based operating system, either through a graphical user interface (GUI) or a terminal interface.\n\nheadless_lin_client.py:\n\n   * The headless_lin_client.py script is a lightweight, headless version of the NCF client tailored for Linux systems.\n   * Unlike the linux_client.py script, the headless_lin_client.py script operates without a graphical user interface (GUI) or user interaction.\n   * It is designed for use in headless server environments or automated workflows where direct user interaction is not required.\n   * The headless_lin_client.py script offers similar functionalities to the linux_client.py script but focuses on command-line execution and automation capabilities.\n\nChoosing Between headless_lin_client.py and linux_client.py:\n\nUse linux_client.py When:\n\n * You need a full-featured client interface with graphical or terminal interaction on a Linux system.\n * User interaction and direct control over client operations are desired.\n * You are running the client script in a desktop or workstation environment.\n\nUse headless_lin_client.py When:\n\n  * You require a lightweight, headless client for automated tasks or server environments.\n  * Graphical user interface (GUI) interaction is not necessary, and you prefer command-line operation.\n  * You are deploying the client script in a headless server environment or for batch processing tasks.\n\nConversion to Executable (Optional):\n\nTo distribute the client script as a standalone executable file, follow these steps:\n\n  Install PyInstaller using pip: `pip3 install pyinstaller`\n    \n  Run PyInstaller to convert the .py file to .exe: `pyinstaller --onefile windows_client.py`\n\nServer Help:\n\n  `server help`: Retrieve information about available server commands and usage.\n\nClient Commands:\n\n  Command Execution:\n  \n * Execute system commands directly on the client using the format: `COMMAND \u003cparams\u003e`.\n\nFile Operations:\n\n  * Download Files: `client download FILENAME`: Download files from the server to the client.\n  * Upload Files: `client upload FILENAME`: Upload files from the client to the server.\n  * Zip Files: `client zip FILENAME`: Zip-encrypt files on the client.\n  * Unzip Files: `client unzip FILENAME`: Unzip and decrypt files on the client.\n\nOther Actions:\n\n  * Kill Client: `client kill`: Shutdown the client.\n  * Set Delay: `client delay SECONDS`: Adjust the delay between re-connection attempts.\n  * Clipboard Interaction: `client get clipboard`: Retrieve clipboard contents from the client.\n  * Key Logging: `client keylog on/off`: Start or stop key logging on the client.\n  * Type Text: `client type TEXT`: Simulate typing text on the client's keyboard.\n  * Capture Screenshots: `client screenshot`: Capture and save screenshots on the client.\n  * Display Images: `client display IMAGE`: Display images on the client's screen.\n  * Manipulate Screen Orientation: `client flip/roll screen`: Flip or roll the client's screen orientation.\n  * Adjust Volume: `client max volume`: Maximize the client's volume.\n  * Play Audio Files: `client play FILENAME.wav`: Play audio files on the client.\n\nDisclaimer:\n\nNecroNet Command Framework is intended for educational and cybersecurity research purposes only. Unauthorized use of this framework for malicious activities is strictly prohibited. I am not liable for any misuse or damage caused by its use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulnpire%2Fnc-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulnpire%2Fnc-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulnpire%2Fnc-framework/lists"}