Metadata-Version: 2.4
Name: cyberOffensive
Version: 0.0.4
Summary: Educational cross-platform system toolkit! Mainly windows focused!
Author-email: Arpit Jaiswal <arpitjaiswal9526@gmail.com>
License: The MIT License (MIT)
        Copyright © 2026 Arpit Jaiswal
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: requests
Requires-Dist: psutil
Dynamic: license-file

# cyberOffensive

**cyberOffensive** is a cross-platform, educational Python package that provides system-level utilities through a clean and beginner-friendly API. 

> ⚠️ **Important Disclaimer**  
> This project is designed for **cybersecurity learners, beginners, and pentesters** for educational and research purposes.    
> Use it **responsibly and ethically**.  
> You must only use this software on systems you own or have explicit permission to test.  
> The author is **not responsible for any illegal or malicious use** of this project.

---

## Features

### Core (All Platforms)
- Network availability check  
- Platform detection (Windows / Linux / macOS)  
- Admin/root privilege detection  
- System information collection  
- Simple command execution helper  

### Linux & macOS
- Run background shell commands  

### Windows (Platform-specific features)
- Windows-specific helpers  
- System interaction utilities  

> Platform-specific functions are only available when running on the supported platform.

---

## Installation

### For Users (when published on PyPI)

```bash
pip install cyberOffensive
```

**Author:** Arpit Jaiswal (Echo Cipher)  
**GitHub:** https://github.com/Arp1it
