{"id":24691484,"url":"https://github.com/riccio8/ThreatLab","last_synced_at":"2025-10-08T19:31:42.938Z","repository":{"id":256965714,"uuid":"837200476","full_name":"riccio8/ThreatLab","owner":"riccio8","description":"Collection of tools for security purpouse","archived":false,"fork":false,"pushed_at":"2025-04-18T20:19:15.000Z","size":99688,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T21:44:01.947Z","etag":null,"topics":["assembly","cpp","cybersecurity","golang","memo","net","network","processes","python","security","security-tools","yara"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riccio8.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":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-02T12:31:14.000Z","updated_at":"2025-04-18T20:19:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f5f3b23-0748-425b-92a5-0ad5315bee26","html_url":"https://github.com/riccio8/ThreatLab","commit_stats":null,"previous_names":["riccio8/offensive-defensive-tolls-","riccio8/offensive-defensive-tools","riccio8/offensive-defensive-tolls","riccio8/security_snap","riccio8/exploiteye","riccio8/threatlab"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/riccio8/ThreatLab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riccio8%2FThreatLab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riccio8%2FThreatLab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riccio8%2FThreatLab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riccio8%2FThreatLab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riccio8","download_url":"https://codeload.github.com/riccio8/ThreatLab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riccio8%2FThreatLab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000705,"owners_count":26082805,"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-10-08T02:00:06.501Z","response_time":56,"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":["assembly","cpp","cybersecurity","golang","memo","net","network","processes","python","security","security-tools","yara"],"created_at":"2025-01-26T19:16:38.208Z","updated_at":"2025-10-08T19:31:42.930Z","avatar_url":"https://github.com/riccio8.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# Offensive \u0026 Defensive Tools Repository\n\n![Golang](https://img.shields.io/badge/Golang-Tools-00ADD8?style=flat\u0026logo=go) [![CodeQL Advanced](https://github.com/riccio8/Offensive-defensive-tools/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/riccio8/Offensive-defensive-tools/actions/workflows/codeql.yml) ![Build Status](https://img.shields.io/badge/build-passing-brightgreen) ![Version](https://img.shields.io/badge/version-1.0.0-blue)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n## **Overview**\n\nThis repository includes a collection of tools, resources and libraries designed for offensive and defensive security operations, covering areas such as process and memory analysis, network security, vulnerability detection, and exploit development. It provides a versatile set of resources for researchers, cybersecurity professionals, and developers.\n\n## **Directory Structure**\n\n- **`lib/`**: Core libraries and DLLs for various security-related tasks.  \n  - Includes C++, Python, Go, and Assembly-based libraries for memory, network, and sandboxing functionalities.\n  \n- **`shellcodes/`**: Pre-built shellcode examples for penetration testing and exploit development.  \n  - Contains scripts for reverse shells, directory hiding, and more.\n\n- **`src/`**: Main source files for various projects.  \n  - **`Mem/`**: Tools for memory analysis, hex viewers, ROP chain detection, and system calls management.  \n  - **`net/`**: Network-related utilities focusing on DOS/DDOS testing and network resilience.  \n  - **`processes/`**: Process monitoring and manipulation tools, including privilege escalation scripts and anti-debugging mechanisms.\n  -  **`resources/`**: That's a directory containing documents, videos and some other resources than may help u understanding deeply some args, for both beginners and advanced\n  - **`rules/`**: YARA rules for malware detection, ransomware identification, keylogging detection, and other threat signatures.\n\n## **Key Features**\n\n- **Process \u0026 Memory Analysis**:  \n  Identify and analyze running processes, heap memory, and vulnerabilities in real-time.\n\n- **Network Security Tools**:  \n  Utilities designed to simulate and analyze various network threats like DOS and DDOS attacks.\n\n- **Sandboxing**:  \n  Isolated environments for malware testing and secure code execution.\n\n- **Cross-Platform Capabilities**:  \n  Primarily focused on Windows, with some support for Linux environments.\n\n## **Technologies Used**\n\n- **Assembly**: For low-level system manipulation.  \n- **C++**: High-performance process and memory handling tools.  \n- **Golang**: Lightweight and efficient network and process utilities.  \n- **Rust**: Efficient, fast and memory safety \n- **Python**: Scripting for process automation and vulnerability detection.  \n- **YARA**: Advanced threat detection through rule-based signatures.\n\n## **Disclaimer**\n\n⚠️ **Disclaimer**: All tools in this repository are intended for **educational and legal security research purposes only**. Misuse of these tools for malicious purposes is strictly prohibited. The author takes no responsibility for any illegal use.\n\n---\n\n*Note: Continuous improvement is ongoing, especially for assembly-related tools!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friccio8%2FThreatLab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friccio8%2FThreatLab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friccio8%2FThreatLab/lists"}