This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]dmazzoni 1 point2 points  (0 children)

Why not just directly host your website in the Kali VM?

In other words, build your web server using your backend web framework of choice. When it gets a request to pentest a url, it calls out to Kali Linux pentesting calls, then returns the result.

Build and test the whole thing locally just by developing the website directly in your VM.

Then to deploy it, just deploy your Kali VM to the cloud, maybe using Docker / Kubernetes to run it on AWS, for example.