Vega is an open source web app pentesting tool built in to Java. It has a JavaScript-based API, which makes it even more powerful and flexible. Vega is pretty easy to use in the following recipe, and you will learn how to perform a scan with it.
Web app pentest with Vega
Getting ready
Some Kali versions do not come with Vega installed, but it can be installed using the command:
apt-get install vega
How to do it...
- Vega is inbuilt in Kali and can be started using this command:
vega
The preceding command opens up the Vega tool:
- There are two ways to start...