Skip to content

24ping/BUG

Repository files navigation

BUGS

_______________________________________________________________________________________________|
----------------------------------------------------------------------------------------------||
          ()  \                                                                               ||
         (  )    \                                                                            ||
        (    )       \                                                                        ||
       (      )          \                                                                    ||
      (        )             \                                                                ||
      (        )                \                                                             ||
      (        )\                   \                                                         ||
       (      )     \                   \                                                     ||
         ____           \                   \                                                 ||
         |  |               \                   \                                             ||
         |  |                    \                  \                                         ||
         |  |                        \                  \                                     ||
         |  |                           \                   \                                 ||
         |  |                               \                   \                             ||
         |__|                                   \                   \                         ||
       /______ \                                      \                 \                     ||
                                                                                              ||
                                                                   (   )                      ||
                                                            \   (  O   O   )   /              ||
                                                             \(      |       )/               ||
                                                             (   ()  |   ()   )               ||
                                                             (       |        )               ||
                                                              (  ()  |   ()  )                ||
                                                             /  (    |     )  \               ||
                                                            /     (-----)       \             ||
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
                                                 o
           ########       **       **           /|\        *=========+*
           ##       #     **       **          / | \      ==
           ##       #     **       **         |  |  |     ==
           ##      #      **       **         | / \ |     ==    ========
           ###### #       **       **         | / \ |     ==    ========
           ##      #      **       **         |/   \|     ==          ==
           ##       #     **       **         /\   /\     ==          ==
           ##      #      ***********        /__|_|__\_   ==          ==
           #######        ***********       |__|__|___|     *=========*

Description

this is an automated tool used to scan a simple web application for vulnerabilities, mostly rest APIs. The tool is scanning each end point for vulnerabilities. To use the tool make sure that all the files are in the same directory and run the file Main.py. The tools scans for:

  • SQL injection
  • Cross site scripting
  • Random input poisoning

Usage

The tool takes a command from the Options and applies it on the target URL. Check the Examples for a better idea.

[Options]{URL}

Options

-h : More information
-q : Quit the tool
-s : SQL injection scan 
-x : XSS Scan 
-i : Random Input Scan

Example

SQL injection scan :

-s http://WebsiteName

XSS scan :

-x http://WebsiteName

Random Input scan :

-i http://WebsiteName

More information

-h

About

This is an automated tool used to scan a simple web application for vulnerabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages