Giter VIP home page Giter VIP logo

product / guruwebscanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from giaplv57/guruwebscanner

0.0 0.0 0.0 91.22 MB

An On-The-Cloud free "greybox" box scanner for various purposes.

CSS 3.04% HTML 0.29% PHP 61.85% JavaScript 19.00% ActionScript 0.01% Python 0.11% ASP 7.58% Perl 0.37% Roff 0.07% C 0.01% Java 6.54% PowerShell 1.04% ColdFusion 0.03% Visual Basic 0.01% Shell 0.03% Batchfile 0.01% C# 0.01% Vue 0.01% Ruby 0.01% XSLT 0.01%

guruwebscanner's Introduction

An On-The-Cloud free "greybox" box scanner for various purposes.

Scan Vulnerability โ€ข Detect WebShell/Backdoor

Key Features

  • Detect following the vulnebilities: XSS, SQLInjection, File Inclusion...
  • Detect WebShell/Backdoor

Requirements:

php 5.6.12 , mysql, Apache/2.4.16, unzip, unrar, 7z, python-mysqldb, yara, python-yara

Usage:

  • Install requirements
  • Create a database named guruWS and import import-me-first.sql
$ mysql -uUSERNAME -pPASSWORD
(mysql) CREATE database guruWS
(mysql) exit
$ mysql -uUSERNAME -pPASSWORD DATABASE < dbconfig/import-me-first.sql
  • Change user and password of mysql in config/db.cfg file
  • chmod upload directory
chmod 777 -R userProjects/
  • Run jobAllocate.py as a service
sudo python jobAllocate.py &
  • Increase the max file size for upload file as well as max size of post request in php.ini (optional)
------- /etc/php5/apache2/php.ini ------
upload_max_filesize = 200M
post_max_size = 800M

restart the httpd service

Screenshot

home page

-+-

result page

-+-

result page

Changelog

  • Not yet released

Thanks to

guruwebscanner's People

Contributors

tungpun avatar giaplv57 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.