Skip to content

bspates/SE331_Fuzzers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SE331_Fuzzers

To run the script call ruby driver.rb in a terminal. The script requires the selenium webdriver gem which can be installed by: gem install selenium-webdriver

The first line of the config.txt file determines which browser the web driver will use, the only compatable browser choices are Firefox and Chrome.

Every subsquent line in the config.txt file is considered a URL for the script to Fuzz.

attributeList.txt contains the list of input attributes to search for on fuzzed website.

Currently Script only enumerates the attack surface of the urls supplied. The Attack surface report is generated as a JSON text file called FuzzRep.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages