Giter Site home page Giter Site logo

autoknoxss's Introduction

AutoKnoxss

PHP tool to test Cross Site Scripting aka XSS through KNOXSS.
Note that this is an automated tool, manual check is still required.

Usage: php autoknoxss.php [OPTIONS] -a <user-agent> -c <cookies> -b|-s|-u <source>

Options:
	-a	your browser user-agent, yes boring...
	-b	load Burp XML file
	-c	set knoxss.me cookies
	-e	max error before exiting, default=0 (disable)
	-h	print this help
	-mi	min throttle (microseconds), default=0 (disable)
	-ma	max throttle (microseconds), default=0 (disable)
	-n	force none, useless
	-o	disable colored output
	-p	max process child, default=3
	-s	test a single url
	-t	request timeout, default=20
	-u	load file containing url list
	-v	verbosity level:
			0=everything (default)
			1=XSS and errors
			2=XSS only

Examples:
	php autoknoxss.php -a "Mozilla..." -c "sucuricp_..." -s http://10degres.net/index.html
	php autoknoxss.php -a "Mozilla..." -c "sucuricp_..." -b 10d.xml -t 10 -p 5
	php autoknoxss.php -a "Mozilla..." -c "sucuricp_..." -u 10d.txt -mi 10000 -ma 100000 -e 10 -v 2

Required

PHP with php-curl enabled
An account on https://knoxss.me/ logged in
The User-Agent of your browser

Achtung

Since knoxss.me use Sucuri as a firewall, the script must have the same user-agent and the ip address than the browser you are connected with. Else the program will not be able to find the WPnonce which is required for the next request.

All-in-one

Automate the automation. This script will try to get urls from a domain using wget (default) or Google scrapping and immediatly send the new discovered to KNOXSS.
Since it has been coded very quickly, there is no option, you have to change user-agent and cookies in the code.

Usage: php allinone.php <url> <wpnonce> <source>
Example: php allinone.php http://10degres.net c3uhce78 google


ScreenShot



I don't believe in license.
You can do want you want with this program.

autoknoxss's People

Contributors

gwen001 avatar

Watchers

James Cloos 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.