Skip to content

Simple Test Inject Parameter For Web Vulnerability

Notifications You must be signed in to change notification settings

rouze-d/injecttest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

INJECTTEST : SIMPLE TEST INJECT PARAMETER FOR WEB VULNERABILITY

Injecttest is simple tool for inject web parameter for test vulnerability (GET/POST)

need:

sudo gem install lolcat
sudo apt install curl

usage:

bash injecttest.sh
bash injecttest.sh -m get -u http://localhost/index.php?id=3
bash injecttest.sh -m post -u http://localhost/index.php -d "page=5&id=1" <- use " close the data

for continue test target lists on file:

for x in `cat target-list.txt`;do bash injecttest.sh -m get -u $x ;done

Demo

asciicast sorry, old demo

About

Simple Test Inject Parameter For Web Vulnerability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages