Submitting a form from a website to an external Kali Linux server to run a python script
As part of my school project, I am trying to create an automated vulnerability tester website which takes in a user input as URL and this URL will be submitted over to a kali back end, which will run a python scripts using os.system(“command”) commands.
However I am having an issue with understanding the networking of this,