Skip to content

Install Venari on KaliΒΆ

The Venari UI is built with electron, which means it is chromium-based. The app image cannot run in the default way in Kali if you are logged in as the root user. To get around this you have to mount the image and run with the --no-sandbox command line.

  • In the terminal window execute:
    ./venari-appimage --appimage-mount
    
  • This will extract the files inside of the app image to a temporary folder.

  • Navigate to the temporary folder that was created and execute:

./venari --no-sandbox
At this point the Venari application should launch correctly and you can start scanning web applications for vulnerabilities. There is a quick start guide at Assert Security to get you going.