🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 8 lines
    9 9   
    10 10  ## Usage
    11 11   
    12  -- First
    13  - - Change the "__API__KEY__" part of the code with OpenAI api key
    14  - 
     12 +- First Change the "__API__KEY__" part of the code with OpenAI api key
    15 13  ```python
    16 14  openai.api_key = "__API__KEY" # Enter your API key
    17 15  ```
    18 16  - second install the packages
    19  - - run pip install -r requirements.txt
     17 +```bash
     18 +pip3 install -r requirements.txt
     19 +or
     20 +pip install -r requirements.txt
     21 +```
    20 22  - run the code python3 gpt_vuln.py <<Target>> or if windows run python gpt_vuln.py <<Target>>
    21 23   
    22 24  Supported in both windows and linux
    skipped 41 lines
Please wait...
Page is in error, reload to recover