Shell GPT Kali Linux - EVERY HACKER need use THIS AI TOOLS!
0 views
Jun 15, 2025
Shell GPT Kali Linux. Ready to unlock the secrets of online anonymity? In this must-watch video, we reveal *how to become completely anonymous online*—because privacy is everything! 🕶️💻 Whether you're a seasoned hacker or just curious about the digital world, this comprehensive guide is YOUR golden ticket to staying under the radar. Discover the EXCLUSIVE AI tools EVERY HACKER needs to thrive without leaving a trace. We’ll dive into practical tips, essential software, and hidden tricks to keep your online identity secure. Don't let your data end up in the wrong hands; watch now and take control of your digital life! #OnlinePrivacy #HackerTools
View Video Transcript
0:00
it's policy point again and in this
0:01
video we will take a look at a program
0:03
that can be used to integrate chat GPT
0:05
into Kali Linux known as shell GPT this
0:08
GPT can be used to convert our natural
0:10
language into shell commands that is
0:11
chatgpt interprets our requests and
0:13
generates suitable commands from them in
0:15
addition shell GPT can explain error
0:18
messages and program outputs to us since
0:20
the API of OpenAI is used in the
0:22
background you need an API key to use
0:24
shell GPT i will create a video
0:26
explaining how to create an OpenAI API
0:28
key subscribe to policy point so you
0:30
don't miss out immediately it dropped we
0:32
will now take care of the setup that is
0:33
necessary to use shell gpt in Kali Linux
0:36
first jq is needed this jq is a powerful
0:39
and flexible tool for processing JSON
0:42
data in a Linux environment it allows
0:44
users to parse filter and query JSON
0:46
data from various sources to install jq
0:49
enter the command pseudoapp install jq
0:52
next we generate an API key in the
0:54
OpenAI dashboard which we will use only
0:56
for shell GPT and which we appropriately
0:58
name shell GPT copy the freshly
1:01
generated API key to a safe place that
1:03
you can find later now we will install
1:05
shell GPT since it is a Python program
1:07
we use the following command for it pip
1:10
install shell-gpt after everything has
1:12
been downloaded and installed
1:14
successfully cd into the directory.local
1:16
there we will start using the command
1:18
python as gpt now we are prompted to
1:21
enter an API key for this we use the API
1:24
key generated earlier specifically for
1:26
shell GPT now we can start shellshaped
1:28
and pass a prompt in the form of a
1:30
string for example we can say python
1:32
script hello shell gpt responds to us as
1:35
follows hello how can I assist you today
1:37
if you don't want to go to the local bin
1:38
directory every time you want to start
1:40
shellgptt using the python gpt command
1:42
you can put the directory where the
1:44
python binaries and shell gpt are
1:46
located in the path environment variable
1:48
you can do this using the export command
1:50
followed by an equal sign dollar path
1:52
that means we start with the current
1:53
value of the path variable the location
1:55
of the shell script is the GPT binary
1:58
followed by the location of the Python 3
2:00
binaries now within the same terminal
2:02
session you can start child GPT from
2:04
anywhere using the command GPT if you
2:06
want to be able to call shell GPT
2:08
directly using the GPT command not only
2:10
within a terminal session but at every
2:12
reboot you have to persist the changes
2:14
in the environment variable to do this
2:16
open the bash rc file with nano at the
2:19
bottom of this file enter the command
2:20
you use to export the path environment
2:22
variable to make the changes also
2:24
effective in the current terminal
2:26
session use the command source bash rc
2:28
now let's take a look at how shell gpt
2:31
basically works a shell gpt command is
2:34
structured as follows with gpt we start
2:36
shell gpt this is followed by an option
2:39
we focus on the two options d- chat and
2:41
d-shell with -- chat a chat is defined
2:45
to which one can refer again later this
2:47
is especially interesting if you want to
2:48
process several tasks simultaneously in
2:51
one session and define prompts with
2:53
different technical focuses if you want
2:55
to perform an end mapap scan with GPT as
2:57
part of the reconnaissance and crack
2:59
passwords with hashcat in parallel you
3:01
can define two different chats with GPT
3:03
chat end mapap and GPT- chat hashcat and
3:07
assign the prompts accordingly with a
3:09
d-shell shell GPT is told that the user
3:12
wants to generate a shell command with
3:13
the following prompt if this option is
3:15
missing then the usual chat GPT text
3:18
generation occurs so you don't get a
3:20
shell command then but a wall of text
3:22
generated by chat GPT as you might have
3:24
already recognized if you ask a simple
3:26
question suppose you want to scan the
3:28
target system
3:29
10.0.2.17 with end mapap and you have no
3:32
idea how to do this yet then you can
3:34
already use shell gpt to generate a
3:36
suitable command for this as
3:38
gpt-shell to say we want to have a shell
3:40
command and afterwards as a string scan
3:42
the target
3:44
10.0.2.7 since we use the d--shell
3:46
parameter shell GPT knows that a shell
3:48
command should be generated and adjusts
3:50
the background prompts sent to the
3:52
language model via OpenAI's API
3:54
accordingly the results look something
3:56
like this by default the commands
3:57
generated by GPT are colored purple as
4:00
you see the numbers below that three
4:02
more options appear execute describe and
4:04
abort the user can now decide whether to
4:06
execute the generated command have it
4:08
explained or cancel the operation we
4:10
decide to describe what exactly the
4:12
command does and get the following
4:14
response this command uses the end MAPAP
4:16
tool to scan the specified IP address
4:18
and determine the version of the
4:20
services running on it below that the
4:22
three options appear again since we
4:24
don't know that much about NAPAP yet and
4:26
the explanation doesn't give us any clue
4:28
as to whether or not we are allowed to
4:29
do this we abort the process that was a
4:32
very short introduction to how to set up
4:34
shell scripts and how to use them we
4:36
will use shell script quite often within
4:37
my video series Ethical Hacking for
4:39
Social Media if you have any questions
4:41
please let me know in the comments down
4:43
below thanks for watching and see you
4:45
next
#Hacking & Cracking
#Programming
#Scripting Languages