Member-only story

Owasp-Security Knowledge Framework (SKF) Installation Guide

Priyanka Jain
5 min readApr 14, 2018

SKF (Security knowledge framework) is an OWASP tool that is used as a guide for building and verifying secure software. It can also be used to train developers about application security.

My articles are open to everyone; non-member readers can read the full article by clicking this link.

The security of the current web applications needs to be increased to ensure complete security. This is mainly because web developers aren’t aware of the risks and dangers lurking, waiting to be exploited by hackers. So, using this tool can help you become aware of all the security threats, their description, and how to mitigate the issue.

While installing it I faced some problems which took a long time to get resolved. So, I thought of writing this post to help others to get through the installation with ease.

System Configuration preferred:

  • Ubuntu 16.04
  • Python 3.6
  • NVM(Node version manager)

Installation:

Firstly, get into the administrator account because this procedure really need lots of permission and without being a root user it will be a tough job.

sudo -i 
Enter your password:

Bingo!! You are root user now.

Now, you need to clone the git repository for the direct use but if you want to contribute to it. First, fork the repository and then…

--

--

Priyanka Jain
Priyanka Jain

Written by Priyanka Jain

Senior Software Engineer: coding, learning, and living. Sharing tech tips, life lessons, and productivity hacks. Connect on Linkedin https://shorturl.at/KZBwf

Responses (2)