how to run python scrpt based on specific keyword code example
Example 1: create python file kali linux
sudo nano test.py
then, paste the exploit and save it
Example 2: how to run a python script
# Save the script in a file with .py extension
# run the script using the below command
python fileName.py