Vuln Scanner With Python

Overview

VulnScanner

Code

Version Language GitHub Repo stars


Features

Web Application Firewall (WAF) detection.

Cross Site Scripting (XSS) tests.

SQL injection time based test.

SQL injection error based test.

Local File Inclusion (LFI) test.

Cross Site Tracing (XST) test.


How To Run

git clone https://github.com/NullS0UL/VulnScanner

cd VulnScanner

python3 vulnscan.py http://example.com/page.php?cat=1

Example of Output

python3 vulnscan.py http://example.com/page.php?cat=1

[*] No WAF Detected.

Target: http://example.com/page.php?cat=1

Powered: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1

[!] Testing Cross Site Scripting (XSS)
[!] 10 Payloads.
[+] 9 Payloads were found.

[*] Payload found!
[!] Payload: <script>alert("inject")</script>
[!] POC: http://example.com/page.php?cat=<script>alert("inject")</script>

[*] Payload found!
[!] Payload: %3Cscript%3Ealert%28%22inject%22%29%3C%2Fscript%3E
[!] POC: http://example.com/page.php?cat=%3Cscript%3Ealert%28%22inject%22%29%3C%2Fscript%3E

[!] Testing SQLInjection
[*] Blind SQL injection time based found!
[!] Payload: 1-SLEEP(2)
[!] POC: http://example.com/page.php?cat=1-SLEEP(2)

[*] SQL Error found.
[!] Payload: '
[!] POC: http://example.com/page.php?cat='

[!] Testing Local File Inclussion (LFI)
[*] Payload found!
[!] Payload: ../../../../etc/passwd
[!] POC: http://example.com/page.php?cat=../../../../etc/passwd


[!] Testing Cross Site Tracing (XST)
[*] This site seems vulnerable to Cross Site Tracing (XST)!


Discaimer

Usage of the VulnScanner for attack targets without prior mutual consent is illegal. 
It is the end user's responsability to obey all applicable local, state, federal and international laws. 
Developer assume no liability and not responsible for any misuse or damage caused by this program.

Find me on

Facebook Telegram

Visit my Blog Site

  • Blogs
  • Owner
    < / N u l l S 0 U L >
    Use your brain , Make GOOGLE your friend 😘
    < / N u l l S 0 U L >
    A repository to detect the ARP spoofing in any devices and prevent Man in the Middle(MITM) attack using Python3

    arp_spoof_detector A repository to detect the ARP spoofing in any devices and prevent Man in the Middle(MITM) attack using Python3 Usage: git clone ht

    Surya Das N 1 Oct 30, 2021
    The probability of having the password you want in the PassMaker is +90%!!

    PasswordMaker Strong listing password Introduction The probability of having the password you want in the tool is +90%!! How to Install Open the termi

    MasterBurnt 4 Sep 05, 2021
    Use scrapli to retrieve security zone information from a Juniper SRX firewall

    Get Security Zones with Scrapli Overview This example will show how to retrieve security zone information on Juniper's SRX firewalls. In addition to t

    Calvin Remsburg 2 Jun 19, 2022
    TOOLS CRACK FACEBOOK

    Installation $ pkg update && pkg upgrade $ pkg install python2 $ pkg install git $ git clone https://github.com/Mark-Zuck/zafi $ cd zafi $ pip2 instal

    Romi Afrizal 50 Dec 26, 2022
    A proof-of-concept exploit for Log4j RCE Unauthenticated (CVE-2021-44228)

    CVE-2021-44228 – Log4j RCE Unauthenticated About This is a proof-of-concept exploit for Log4j RCE Unauthenticated (CVE-2021-44228). This vulnerability

    Pedro Havay 20 Nov 11, 2022
    A Burp extension adding a passive scan check to flag parameters whose name or value may indicate a possible insertion point for SSRF or LFI.

    BurpParamFlagger A Burp extension adding a passive scan check to flag parameters whose name or value may indicate a possible insertion point for SSRF

    Allyson O'Malley 118 Nov 07, 2022
    Wireguard VPN Server Installer for: on Ubuntu, Debian, Arch, Fedora and CentOS

    XGuard (Wireguard Server Installer) This Python script should make the installation of a Wireguard VPN server as easy as possible. Wireguard is a mode

    Johann 3 Nov 04, 2022
    This is the fuzzer I made to fuzz Preview on macOS and iOS like 8years back when I just started fuzzing things.

    Fuzzing PDFs like its 1990s This is the fuzzer I made to fuzz Preview on macOS and iOS like 8years back when I just started fuzzing things. Some discl

    Chaithu 14 Sep 30, 2022
    Cracker - Tools CRACK FACEBOOK DAN INSTAGRAM DENGAN FITUR BANYAK

    CLOME TO TOOLS ME 😁 FITUR TOOLS RESULTS INSTALASI ____/-- INSTALLASI /+/+/+/ t

    Jeeck X Nano 3 Jan 08, 2022
    Mad Spammer is a python webhook spammer which is very easy and safe to use.

    Mad Spammer 👿 Pre-Setup: Open your terminal/console and type: pip install module colorama python MadSpammer.py Setup: After doing that, you should be

    1 Nov 26, 2021
    Mert Güvençli 142 Jan 05, 2023
    Python implementation for CVE-2021-42278 (Active Directory Privilege Escalation)

    Pachine Python implementation for CVE-2021-42278 (Active Directory Privilege Escalation). Installtion $ pip3 install impacket Usage Impacket v0.9.23 -

    Oliver Lyak 250 Dec 31, 2022
    A tool combined with the advantages of masscan and nmap

    A tool combined with the advantages of masscan and nmap

    59 Dec 24, 2022
    A Python script that can be used to check if a SAP system is affected by CVE-2022-22536

    Vulnerability assessment for CVE-2022-22536 This repository contains a Python script that can be used to check if a SAP system is affected by CVE-2022

    Onapsis Inc. 42 Dec 01, 2022
    A local Socks5 server written in python, used for integrating Multi-hop

    proxy-Zata proxy-Zata v1.0 This is a local Socks5 server written in python, used for integrating Multi-hop (Socks4/Socks5/HTTP) forward proxy then pro

    4 Feb 24, 2022
    Notebooks, slides and dataset of the CorrelAid Machine Learning Winter School

    CorrelAid Machine Learning Spring School Welcome to the CorrelAid ML Spring School! In this repository you can find the slides and other files for the

    CorrelAid 12 Nov 23, 2022
    IDA2Obj is a tool to implement SBI (Static Binary Instrumentation).

    IDA2Obj IDA2Obj is a tool to implement SBI (Static Binary Instrumentation). The working flow is simple: Dump object files (COFF) directly from one exe

    Mickey 94 Dec 13, 2022
    A simple python script for hosting a Snowflake Proxy in your python program or with it's standalone cli

    snowflake-cli Snowflake is a system to defeat internet censorship, made by Tor Project. The system works by volunteers who run the snowflake extension

    Guilherme Paixão 6 Jul 14, 2022
    NIVOS is a hacking tool that allows you to scan deeply , crack wifi, see people on your network

    NIVOS is a hacking tool that allows you to scan deeply , crack wifi, see people on your network. It applies to all linux operating systems. And it is improving every day, new packages are added. Than

    Error 263 Jan 01, 2023
    The backend part of the simple password manager project made for the creative challenge.

    SimplePasswordManagerBackend The backend part of the simple password manager project. Your task will be to showcase your creativity on our channel by

    The Coding Jungle 5 Dec 28, 2021