Questions tagged as 'vulnerabilidade'

1
answer

How to protect myself against "MongoInjection"

Use MongoDB in a front-end application that runs on Node.JS through the Express framework. I would like to know how to create protections against MongoDB "Injection" (similar to sql injection ).     
asked by 27.02.2018 / 03:30
2
answers

How to protect the Clickjacking site

Hello, I ran a scan on my site and found that it is vulnerable to clickjacking attacks, I saw that a solution would implement the header-frame-options x HTTP, my question is how to implement this? Is it a simple html tag inserted in the header? W...
asked by 30.06.2018 / 02:01
1
answer

Sql Injection in Stored Procedures

SQL injection in Stored Procedures , especially when calling a Procedure by PDO of PHP ? DELIMITER // CREATE PROCEDURE procedureTeste( string VARCHAR(255) ) BEGIN SELECT * FROM produtos WHERE nome = string; END // DELIMITER ;...
asked by 01.03.2018 / 01:12
0
answers

Doubt over ByPass strcmp from php

Well, I know that this is vulnerable, but for me to exploit this, I would have to send the array via $_POST , I already sent an array any way, but none goes, someone knows a way to send an array by $_POST ? <?php $str1 = "pi...
asked by 07.03.2018 / 04:11