Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nripeshn/panthon
A Cybersecurity Attack Simulation Library for testing and strengthening system defenses.
https://github.com/nripeshn/panthon
cyber-security cybersecurity hacking hacking-tools network-analysis networking python
Last synced: about 2 months ago
JSON representation
A Cybersecurity Attack Simulation Library for testing and strengthening system defenses.
- Host: GitHub
- URL: https://github.com/nripeshn/panthon
- Owner: NripeshN
- License: mit
- Created: 2023-07-23T10:34:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:42:16.000Z (9 months ago)
- Last Synced: 2024-04-14T10:28:24.794Z (9 months ago)
- Topics: cyber-security, cybersecurity, hacking, hacking-tools, network-analysis, networking, python
- Language: Python
- Homepage:
- Size: 9.56 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panthon: Cybersecurity Attack Simulation Library
Panthon is a cybersecurity attack simulation library designed to test and strengthen a system's defenses.
## Description
Panthon employs sophisticated methods to replicate different cyber threats, offering a dynamic solution to proactively address the constantly shifting realm of cybersecurity risks. Our goal is to help build more resilient and secure systems through a deeper understanding and anticipation of potential vulnerabilities.
## Features
- Generation of realistic synthetic cybersecurity data
- Simulation of a range of common cyber threats## Installation
```bash
pip install panthon
```## Usage
```python
import panthon
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
---