项目作者: kaiiyer

项目描述 :
Web Application Penetration Testing tools and Materials for Ethical Hackers.
高级语言: Python
项目地址: git://github.com/kaiiyer/web-app-pentesting.git
创建时间: 2018-09-30T10:09:57Z
项目社区:https://github.com/kaiiyer/web-app-pentesting

开源协议:GNU General Public License v3.0

下载


web-app-pentesting

Web Application Penetration Testing tools and Materials for Ethical Hackers.

Disclaimer: I am not responsible for any damage done using these tool. This tool should only be used for educational purposes and for penetration testing by those who have the knowlege of Rules of Pen-Testing.

BruteF XSS

  1. ____ _ _____ __ ______ ____
  2. | __ ) _ __ _ _| |_ ___| ___| \ \/ / ___/ ___|
  3. | _ \| '__| | | | __/ _ \ |_ \ /\___ \___ \
  4. | |_) | | | |_| | || __/ _| / \ ___) |__) |
  5. |____/|_| \__,_|\__\___|_| /_/\_\____/____/

Description:

It is a powerful and fast Cross-Site Scripting Brutforcer which is used for bruteforcing parameters. The BruteFXSS injects multiple payloads loaded from a specified wordlist and fires them at the specified parameters and scans if any of the parameter is vulnerable to XSS vulnerability. BruteFXSS is very accurate at doing its task and there is no chance of false positive as the scanning is much powerful. BruteFXSS supports POST and GET requests which makes it compatible with the modern web applications.

Features:

  • XSS Bruteforcing

  • XSS Scanning

  • Supports GET/POST requests

  • Custom wordlist can be included

  • User-friendly UI

Downloading and running BruteF XSS

Enter the following command in the terminal to download it

  1. git clone https://github.com/kaiiyer/web-app-pentesting

After downloading the program, enter the following command to navigate to the Recon Dog directory and listing the contents

  1. cd web-app-pentesting && ls

The directory contains brutefxss.py which you can run with Python 2 and 3.

Now run the script for your python version with the following command.

  1. python brutefxss.py

Usage(GET Method):

  1. COMMAND: python brutefxss.py
  2. METHOD: g
  3. URL: http://www.site.com/?parameter=value
  4. WORDLIST: wordlist.txt

Usage(POST method):

  1. COMMAND: python brutefxss.py
  2. METHOD: p
  3. URL: http://www.site.com/file.php
  4. POST DATA: parameter=valuemeter1=value1
  5. WORDLIST: wordlist.txt

Begin your Bruteforce !!!!!!!