File size: 858 Bytes
e235827
 
 
 
 
 
 
 
 
 
 
ff03279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Hghg
emoji: 🦀
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.38.0
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# GPT Vulnerability Analyzer

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.

## Requirements

- Python 3.10 or above
- All packages mentioned in `requirements.txt`
- OpenAI API
- Bard API (MakerSuite Palm)
- Runpod serverless endpoint
- IPGeolocation API
- Docker
- Wireshark and tshark

## Usage

### Package Installation

Install the package by navigating to the package directory and running:

```bash
cd package
pip install .