Open andresriancho opened 10 years ago
@andresriancho i want to try this one! should i make pull request when whole task is done or i can move step by step?
@inkz sounds good! Go ahead and work on it. Please, as a first step, explain what you plan to do in the ticket and we'll start from there. Example of what I expect: "I'll write a new ... plugin which will send requests with payloads ... and analyze output using .... Then, if the output is ... I'll ..."
@andresriancho read all the references and found out which payloads to use, but i dont understand how to analyze response, because it can differ in terms of current application
@andresriancho this is how i see it:
'
, "
, ;
, {
, }
{ "$err" : "SyntaxError: Unexpected token ILLEGAL", "code" : 16722 }
)sqli.py
to find out how to prevent these false positivesI'm asking all these questions to make sure we have everything ready before starting, we're aware of the plugin limitations and potential issues. I don't expect the plugin to detect 100% of nosql injections, but at least we should know which ones will NOT be detected.
Please do answer the questions I made in this comment and go ahead with the plugin coding :+1:
@andresriancho 1.Audit plugin
Contributor wanted
This issue is easy and looking for a contributor, just add a comment saying you'll do it's yours!
Not sure where to start from? Take a look at our First steps as a contributor and Contributing 101 wiki pages.
Other interesting tasks which can be completed by new
w3af
contributors can be found here.User story
As a developer I'm creating new applications using nodejs, express and mongodb. I would like w3af to be able to identify vulnerabilities in my app.
Conditions of satisfaction
find . -name '*.py' | xargs grep MOCK_RESPONSES
)References