Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh0u1l5/autosql
AutoSQL is a mitmproxy framework to help penetration testing.
https://github.com/gh0u1l5/autosql
Last synced: 7 days ago
JSON representation
AutoSQL is a mitmproxy framework to help penetration testing.
- Host: GitHub
- URL: https://github.com/gh0u1l5/autosql
- Owner: Gh0u1L5
- Created: 2017-06-22T17:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T05:46:32.000Z (over 7 years ago)
- Last Synced: 2023-10-20T19:59:15.085Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoSQL
AutoSQL is a mitmproxy framework written in Go language, with penatration testing abilities.## Usage
After setting it as your proxy, you can just hang around on the Internet. AutoSQL will
automatically attack every URL you've accessed in the background, by submitting them to
a standalone SQLmap backend.## Important Features
* Simple, efficient, easy to extend, with the power of Go libraries.
* Allow HTTPS decryption with fake CA certificate.
* Packed with some SQLmap APIs wrapped in Go language.## Pending Improvements
* Support multiple SQLmap backends to attack concurrently.
* Parse HTML tags to attack URLs which user haven't accessed.