Metadata-Version: 2.1
Name: cybersentry
Version: 0.1.4
Summary: Advanced Cybersecurity Intelligence Tool
Home-page: https://github.com/Lxsanto/cybersentry
Author: Luca Lorenzi
Author-email: info@orizon.one
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<4.0,>=3.7
Requires-Dist: beautifulsoup4<5.0,>=4.9.3
Requires-Dist: dnspython>=2.0.0
Requires-Dist: colorama>=0.4.0
Requires-Dist: pyOpenSSL>=20.0.0
Requires-Dist: aiodns>=3.0.0
Requires-Dist: tqdm>=4.0.0
Requires-Dist: greenlet<1.2
Requires-Dist: Cython>=0.29.0
Requires-Dist: gevent==21.12.0
Requires-Dist: setuptools>=40.8.0
Requires-Dist: wheel>=0.34.0

# CyberSentry

CyberSentry is an Advanced Cybersecurity Intelligence Tool designed for comprehensive domain analysis and threat assessment.

## Installation

```
pip install cybersentry
```

## Usage

```
cybersentry analyze example.com
```

For more options:

```
cybersentry --help
```

## Key Features

- Intelligent Subdomain Discovery
- Deep Web Crawling and Analysis
- Sensitive Directory and File Detection
- Comprehensive DNS Record Analysis
- Advanced IP Intelligence Gathering
- Strategic Port Vulnerability Scanning
- In-depth SSL Certificate Verification
- Automated Email and Phone Number Extraction

## Security Notice

CyberSentry is a powerful tool intended for authorized security professionals and ethical hackers. Always obtain explicit permission before analyzing any domain or network you do not own or have the right to test.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## Authors

* **Luca Lorenzi** - *Initial work* - [Lxsanto](https://github.com/Lxsanto)

## Acknowledgments

* Hat tip to anyone whose code was used
* Inspiration
* etc
