Skip to content

mrco24/mrco24-error-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mrco24-Error-Sql

Error Based Sql Injection Detection

Installation:

go get -u github.com/mrco24/mrco24-error-sql
**update go-version 2.10+**
go install github.com/mrco24/mrco24-error-sql@latest

cp -r /root/go/bin/mrco24-error-sql /usr/local/bin

Usage of:

mrco24-error-sql -f url.txt -o output.txt -v

mrco24-error-sql -u http://testphp.vulnweb.com/artists.php?artist=1 -o output.txt -v

  -f string
        File containing a list of URLs
  -o string
        Output file to store results (default "output.txt")
  -t int
        Number of threads (concurrent requests) (default 20)
  -u string
        Single target URL
  -v    Verbose output

Current Features:

  • This script will

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages