https://github.com/sadicann/andor
Blind SQL Injection Tool with Golang
https://github.com/sadicann/andor
Last synced: 3 months ago
JSON representation
Blind SQL Injection Tool with Golang
- Host: GitHub
- URL: https://github.com/sadicann/andor
- Owner: sadicann
- License: gpl-3.0
- Created: 2019-11-14T22:03:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T11:51:04.000Z (over 4 years ago)
- Last Synced: 2024-11-03T07:33:11.553Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 305 KB
- Stars: 74
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bugbounty-tools - andor - Blind SQL Injection Tool with Golang (Exploitation / SQL Injection)
README
# andor
Blind SQL Injection Tool with Golang

### Usage
Download andor.go and go to the folder where the file andor.go located. And type this to command prompt:
`go run andor.go --url "http://deneme.com/index.php?id=1"`
** Note: Get parameter value must be correct, otherwise it will not work.