Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.