Videos » EVERY HACKER needs to use THIS TOOL! Shell GPT Kali Linux Tutorial 🐚

EVERY HACKER needs to use THIS TOOL! Shell GPT Kali Linux Tutorial 🐚

Posted by admin
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 \u25ba sudo apt install jq \u25ba pip install shell-gpt \u25ba cd .local/bin \u25ba python sgpt \u25ba python sgpt "Hello" \u25ba export PATH=$PATH:~/.local/bin:/usr/bin/python3 \u25ba sgpt \u25ba nano ~/.bashrc \u25ba source ~/.bashrc \u25ba sgpt --shell "Scan the target 10.0.2.17"
Posted November 23, 2023
click to rate

Embed  |  139 views