Questions tagged [wapiti]

Wapiti is a vulnerability scanner for web applications. It currently searches vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... It uses the Python programming language.

18 questions
0
votes
1 answer

Activate mysql.trace_mode and apache crashes

Wapiti security scanner HOWTO tell to activate mysql.trace_mode = On in PHP config file to help it find security flaws. But with this option activated, Apache crash a lot, even when I just browse my website. This option seems valuable, but…
Cédric Girard
  • 3,358
  • 7
  • 37
  • 52
-1
votes
2 answers

Sintax in python 2.7.2

I'm trying to use the app wapiti to make some security test in a web project running in localhost, but i have some problems with the syntax of Python. I follow the instructions that they give in wapiti project site and write this: C:\Python27\python…
-3
votes
1 answer

How to do security testing for API

I have API like "/getXXXX?ABC=X7TRYUV&Ab_DEF=true&Ab_XYZ=true&Ab_ExZ=ZXTY" How can I check the vulnerability of the request parameters? What type of strings I can pass? I ran the API in Wapiti and SQLMAP tool but found no issue. manually i have…
user1726460
  • 107
  • 3
  • 10
1
2