OWASP Mantra Getting-Started for Kali
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with OWASP Mantra Kali GNU/Linux.
First, most of Web App Penetration Testing it’s done by a Browser with the proper set of Tools.
So the OWASP Mozilla Firefox mod Installation dispose of this Collection of Tools for Penetration Testing.
Moreover, the OWASP Mantra Security Toolkit perform tasks, such as:
- Sniffing and intercepting HTTP requests
- Debugging client-side code
- Viewing and modifying cookies
- Gathering information about sites and applications
-
Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download OWASP Mantra Security Toolkit
-
Then Extract the Archive into /tmp/
With the Archive Manager (If needed Double-Click on file)Or from Shell:
tar xvzf ~/Downloads/OWASP*.tar.gz -C /tmp
-
Now Run OWASP Mantra Installer
First, Access the temporary location:cd /tmp
And then Run it:
./OWASP*Install
-
So follow the Installation’s Wizard
First, Set the Installation’s Language:
Here it’s Simply installed into your’s Home:
Again the Setup’s Language:
Finally, on Finish Launch it:
-
OWASP Mantra Penetration Testing Quick Start
Again to Launch from Shell.
/home/[myUser]/mantra/OWASP*
Substitute [myUser] with your Real’s user…