Questions tagged as 'seguridad'

1
answer

How to send data in JQuery ajax safely?

I send data through jquery $.ajax to the server and now that I have to send the id of the user I thought that this is not very safe ... since anyone who goes to source code or to inspect the code can see perfectly the variables, their val...
asked by 29.08.2018 / 15:55
1
answer

html and js encryption

I want to know how to encrypt an html page, that when you look at the html code you will not see anything, and I will mimic it with your js. Try to code the page, but if you saw the source code they opened the information pal=prompt('Introd...
asked by 06.04.2018 / 01:24
0
answers

Import pfx file to Openvas

I am recently using Openvas together with IBM's AppScan to perform vulnerability tests on applications with https. These applications have a mutual authentication, where first the certificate is validated in an ESB and later, the request is s...
asked by 04.04.2018 / 01:40
0
answers

Phising on my website with SPF configured [closed]

They are doing phising on my website with my mailing service. I have the following SPF rule set. Everything sent via office 365 . v=spf1 include:spf.protection.outlook.com -all What can I do? Thank you. Greetings,     
asked by 09.01.2018 / 21:55
1
answer

SQL injection in PHP with a CodeIgniter midleware

I'm with a question with a function to prevent SQL injection: public function f_LIMPIARINPUT($a_variable) { $valor = $a_variable; $valor = str_ireplace("SELECT", "", $valor); $valor = str_ireplace("FROM", "", $valor); $valor =...
asked by 15.03.2018 / 16:43
1
answer

Alternative to session_destroy (), without deleting variables

I'm working with php sessions, and I have a quick question to answer, but I'm not clear on the official PHP documentation. What I want to do is that after starting a session (session_start ()), I close it, but without destroying the variable...
asked by 05.01.2019 / 14:47
2
answers

Large number of requests for two ips to hosting wordpress (Possible attack?)

Very good, I have two ips in the webpage hosting in wordpress that make requests to me practically every second. The server is maintained but when I give it a reed or there is a slight peak of visits the server is overloaded. This is a vps in...
asked by 20.12.2018 / 12:41
1
answer

login and security menu by roles

I have a Project with a web-form called login and a master.page called menu, also a series of tables where I have roles, users and page names, I would like to be able to do when I log in and enter the credentials according to the role to appear...
asked by 25.05.2018 / 05:06
1
answer

I do not understand the operation $ sql-bind_param

I would like to understand this little code. Which I see, avoid SQL-Injection They could correct me and add information. Sorry if I mention failures <?php $mysqli = new mysqli("localhost", "root", "", "bdpersona"); $sql = $mysqli-&...
asked by 21.03.2018 / 16:42
1
answer

Show data to logeados users PHP

I'm making a web page where I have a login and when you log in it takes you to a file called user.php What I want to achieve is that only logged-in users can see the contents of the user.php file I want to avoid that in the search engine of the...
asked by 10.02.2018 / 13:18