run py script in cmd and use back same terminal code example
Example 1: create python file kali linux
sudo nano test.py
then, paste the exploit and save it
Example 2: run python file using python code
exec(open('file.py').read())
sudo nano test.py
then, paste the exploit and save it
exec(open('file.py').read())