Categories: Kali Linux

Risk Assessment Framework : Static Application Security Testing

The OWASP Risk Assessment Framework consist of Static application security testing and Risk Assessment tools, Eventhough there are many SAST tools available for testers, but the compatibility and the Environment setup process is complex.

By using OWASP Risk Assessment Framework’s Static Application Security Testing tool Testers will be able to analyze and review their code quality and vulnerabilities without any additional setup.

OWASP Risk Assessment Framework can be integrated in the DevSecOps toolchain to help developers to write and produce secure code.

Features

  • Remote Web Deface Detection (Optional)
  • Static Application security Testing

Also Read – Blinder : A Python Library To Automate Time-Based Blind SQL Injection

Web Deface Detection

Web Deface Detection Installation:

cd web_deface/
pip install -r requirements.txt
python web_deface.py

Demo RAF SAST Tool

Credits : Ade Yoseman Putra, AZZEDDINE Ramrami , Rejah Rehim

R K

Recent Posts

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…

6 hours ago

Install OpenCV on Ubuntu 18.04: Step-by-Step Setup Guide

Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer…

7 hours ago

Install VNC on Ubuntu 18.04: Step-by-Step TigerVNC Setup

A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is…

7 hours ago

Install Gitea on Ubuntu 18.04: Self-Hosted Git Service Guide

Hosting your own code repositories is a great way to keep your projects private. Gitea is a…

7 hours ago

Install Java on Ubuntu 18.04: OpenJDK 11 and OpenJDK 8

Many modern programs require Java to run. From development tools like Eclipse to search systems…

7 hours ago

Configure a Static IP Address on Ubuntu 18.04: Netplan Guide

Setting a static IP address on your server is a smart move. It ensures your…

1 day ago