Metadata-Version: 2.4
Name: cybersightsh
Version: 1.0.0
Summary: A userguide custom terminal with colors, autocompletion, and basic shell commands.
Author: Cybersight
License: MIT
Keywords: terminal shell custom cybersight cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt_toolkit
Requires-Dist: colorama
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CyberSightSH

CyberSightSH is an interactive command-line application that provides a user-friendly guide and documentation system for the CyberSight automated penetration testing suite. This tool offers a colorful, intuitive terminal environment where users can explore product features, usage instructions, and best practices through guided questions and menu selections.

## Features

- Interactive guide for CyberSight cybersecurity tools and workflows
- Step-by-step instructions selectable from menus
- Autocompletion for commands and guide topics
- Colored terminal output for enhanced readability
- Basic shell utilities and help navigation
- Easy extensibility for new documentation topics

## Installation

To install CyberSightSH, ensure you have Python 3.8 or above installed on your system.


## Usage

Launch the interactive guide by running: pip install cybersightsh


Youâ€™ll be greeted with a menu of user guide topics. Navigate the documentation interactively by choosing numbered options.

### Example Workflow

1. Start the terminal guide  
2. Select "Getting Started" to view installation steps  
3. Explore "Automated Recon" for details on subdomain discovery, scanning, or pipelines  
4. Access "Security Tools List" for quick feature help  
5. Exit the guide with `exit guide`

## Guide Topics

- Getting Started
- Automated Recon
- Security Tools List
- Pentest Workflow
- FAQ
- Exit Guide

Each topic contains selectable options delivering direct information, best practices, troubleshooting tips, or further navigation.

## Dependencies

- [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/master/)
- [colorama](https://pypi.org/project/colorama/)

These dependencies are automatically installed.

## License

This project is licensed under the MIT License. See the cybersightsh/LICENCE file for details.

## Author

Developed by the CyberSight Team.

---

*For support, feature requests, or issues, please reach out to cybersightindia@gmail.com*

