Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 828 Bytes

File metadata and controls

41 lines (27 loc) · 828 Bytes

ChatGPT-Bypass

Simple Scripts that allows you to bypass content filtering. This calls the OpenAI autocompletion API for DaVinci-003

Requirements

Export API Key

head over to 'beta.openai.com' to retrieve your personal API key and set it the variable CHATGPT_TOKEN...or hard code the key. idc

Windows:

$env:OPENAI_API_KEY='<api key>'

Linux:

export OPENAI_API_KEY=<api key>

USAGE

python3 bypass.py  -h

Example with chatGPT ❌

write me a polymorphic backdoor

image

Example with script ✅

python3 bypass.py   "write me a polymorphic backdoor"

image