Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

lotusirous/DistributedXSSFuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed XSS Fuzzing

Distributed XSS fuzz on hadoop using Nutch and Solr

Requires

  • Nutch 1.7
  • Solr 4.10.1 (lastest version)
  • Hadoop 1.2.1

Setup

Setup Nutch running on hadoop using map-reduce in this tutorial

Setup Solr:

  • Download lastest Solr from apache
  • Extract Solr: tar zxvf solr
  • Go to example solr: cd solr/example/..

Running on Hadoop

  1. Copy project to all nodes.
  2. Export PYTHONPATH. Example: export PYTHONPATH=/home/haduser/myenv/WebFuzz:/home/haduser/myenv/WebFuzz/payload_dir
  3. Run by command:
python DistributedJob.py -r hadoop \
--file payload_dir/fuzz_payload.xml \
--file payload_dir/payload_parser.py \
--file FuzzURL.py \
--file VulnIndex.py < demo.txt`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages