>In this video we will look at a program that can be used to integrate ChatGPT into Kali Linux, namely Shell GPT. Shell GPT can be used to convert our natural language into shell commands, i.e. ChatGPT interprets our requests and generates suitable commands from them. In addition, Shell GPT can explain error messages and program outputs to us. Since the API of OpenAI is used in the background, you need an API key to use Shell GPT. Iβve already created a video explaining how to create an OpenAI API Key. You can find the video in the video description down below. We will now take care of the setup that is necessary to use Shell GPT in Kali Linux.
#chatgpt #shellgpt #pentesting
00:00 | What is Shell GPT?
00:25 | OpenAI API Key
00:47 | Install JQ
01:25 | Install Shell GPT
02:17 | Start sgpt from everwhere
03:01 | Persistence
03:30 | How does Shell GPT work?
04:47 | Shell GPT example usage
Commands used in this video
βΊ sudo apt install jq
βΊ pip install shell-gpt
βΊ cd .local/bin
βΊ python sgpt
βΊ python sgpt “Hello”
βΊ export PATH=$PATH:~/.local/bin:/usr/bin/python3
βΊ sgpt
βΊ nano ~/.bashrc
βΊ source ~/.bashrc
βΊ sgpt –shell “Scan the target 10.0.2.17”