--- title: 'Secu tools' media_order: _1secu-pet-ban.jpg published: true private: false date: '03:22 17-03-2018' taxonomy: category: - blog tag: - list - tools - secu process: twig: true markdown: false twig_first: true debugger: true hero_classes: ' parallax text-light title-h1h2' hero_image: _1secu-pet-ban.jpg blog_url: /articles show_sidebar: true show_breadcrumbs: true show_pagination: true feed: limit: 10 creator: erreur32 content: items: '- ''@self.children''' limit: '5' order: by: date dir: desc pagination: '1' url_taxonomy_filters: '1' textformatter: true ---

list of usefull tools

 03/17/2018

[TOC]

Loki

Simple IOC Scanner
Scanner for Simple Indicators of Compromise

phpscanner

PHP scanner written in Python for identifying PHP backdoors and php malicious code. This tool is mainly reusing below mentioned tools. To use this tool, you need to install yara library for Python from the source.

php-malware-finder

Does its very best to detect obfuscated/dodgy code as well as files using PHP functions often used in malwares/webshells. Detection is performed by crawling the filesystem and testing files against a set of YARA rules.

php-malware-scanner

Scans the current working directory and display results with the score greater than the given value. Released under the MIT license.

Yasca (GitHub)

an open source program which looks for security vulnerabilities, code-quality, performance, and conformance.

acunetix

Web Security Scanner

Acunetix WVS automatically checks your web applications for SQL Injection, XSS & other web vulnerabilities.

RIPS

A static source code analyser for vulnerabilities in PHP .scripts

nikto2

an open source web server scanner which performs comprehensive tests against web servers for multiple items, including potentially dangerous files/program.

ClamAV extension for PHP (php-clamav) - a fork of the php-clamavlib project allows to incorporate virus scanning features in your PHP scripts.

Older projects: securityscanner, phpsecaudit.

 

Check also the following security websites:

sectools.org

phpsec.org

PHP Security Consortium

Founded in January 2005, the PHP Security Consortium (PHPSC) is an international group of PHP experts dedicated to promoting secure programming practices within the PHP community. Members of the PHPSC seek to educate PHP developers about security through a variety of resources, including documentation, tools, and standards.