Spaces:
Running
Running
enotkrutoy
commited on
Commit
•
ff03279
1
Parent(s):
e235827
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,28 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
# GPT Vulnerability Analyzer
|
14 |
+
|
15 |
+
This is a Proof Of Concept application demonstrating how AI can be used for vulnerability analysis. The project integrates with OpenAI API, Bard API, and other tools for network vulnerability analysis, DNS enumeration, and subdomain enumeration.
|
16 |
+
|
17 |
+
## Requirements
|
18 |
+
|
19 |
+
- Python 3.10 or above
|
20 |
+
- All packages mentioned in `requirements.txt`
|
21 |
+
- OpenAI API
|
22 |
+
- Bard API (MakerSuite Palm)
|
23 |
+
- Runpod serverless endpoint
|
24 |
+
- IPGeolocation API
|
25 |
+
- Docker
|
26 |
+
- Wireshark and tshark
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
### Package Installation
|
31 |
+
|
32 |
+
Install the package by navigating to the package directory and running:
|
33 |
+
|
34 |
+
```bash
|
35 |
+
cd package
|
36 |
+
pip install .
|