Postgres Injection Tools


I am looking for tools that I can use to check the security of my database at the moment. Does anyone have the resources for this? I am running postgres, so that will take precedence.

+3
source share
2 answers

Wapiti is an open source web application testing tool for many different types of vulnerabilities, including SQL injection. It has test signatures for blind sql injection in Postgresql.

If you have money, you can get Sitewatch ($) or NTOSpider ($$$$$).

+1
source

sqlmap - SQL- , PostgreSQL. Python, Python.

+3

Source: https://habr.com/ru/post/1768643/


All Articles