Skip to content

Simple Scripts to check verb tampering vulnerability in python and bash script

Notifications You must be signed in to change notification settings

itismhn/verb-tampering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

verb tampering

two Scripts for checking HTTP verb tampering vulnerability on websites that coded in python and bash script languages.

with this scripts, you can send HTTP Request with below verbs GET POST PUT DELETE HEAD OPTIONS PATH TRACE CONNECT to find which HTTP Method is allowd on the server.

Usage

Python

pip instal -r requirements.txt
python verb-tamper.py <host>

bash

bash ./verb-tamper.sh <host>

About

Simple Scripts to check verb tampering vulnerability in python and bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published