Skip to content

Giapa/Vulnerawebity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerawebity

Simple tool for checking web vulnerabilities

First you need to install some dependancies:

pip install selenium
pip install bs4
pip install requests

You will need also to download the geckodriver.

For linux

wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
sudo sh -c 'tar -x geckodriver -zf geckodriver-v0.26.0-linux64.tar.gz -O > /usr/bin/geckodriver'
sudo chmod +x /usr/bin/geckodriver
rm geckodriver-v0.26.0-linux64.tar.gz

For windows

Uninstall windows and follow the linux instructions

About

Simple tool for checking web vulnerabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages