Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
/ sqlmaprestproxy Public archive

Makes REST calls appear to be form data and wild-carded URLs to work with SQLMap

License

Notifications You must be signed in to change notification settings

selesy/sqlmaprestproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqlmap-restproxy

Proxies REST server calls so they appear to be form data and wild-carded URLs to work with SQLMap. This project is an experiment based on a feature request submitted to the SQLMap project - see sqlmapproject/sqlmap#3140

Operation

The basic idea is to create a sitemap.xml document that can be read by SQLMap to determine what REST resources are available, what HTTP verbs should be used for each resource and, assuming input should be sent, convert the request JSON document to an HTTP form so that SQLMap can attempt SQL injection.

About

Makes REST calls appear to be form data and wild-carded URLs to work with SQLMap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages