Questions tagged as 'seguridad'

0
answers

Change NTFS permission by UNC using PowerShell

I am trying to modify an NTFS permission to a folder located on a server. I only have access to the server through UNC and I have permissions to administer NTFS security. I'm trying the following code: $Pathv6 = '\MyHostname\folder' $acl =...
asked by 06.07.2018 / 09:16
0
answers

How to make a build only with some modules in angular4

I have an application with n modules, however for security reasons I want to build only with some of its modules. What is the way to achieve this? Or in any case generate different applications that are integrated in the same context sharing...
asked by 05.06.2018 / 18:05
1
answer

How to scan vulnerabilities in Oracle database connected to desktop application?

I am using the Kali-Linux distribution for security audits that I am doing in my project, in web applications if I have been able to audit well, but now the case:  I have a desktop application for Windows that connects to an Oracle DB, however,...
asked by 20.06.2018 / 15:32
0
answers

IdentityServer4 with WebApi 4.6

I am setting up an Identity Server with IdentityServer4 (.Net Core) protect Api Web in .Net Framework 4.6.2 I already manage to protect the API but I can not get the token type Bearer  allow access. Client Configuration in IdentiyServidor...
asked by 24.05.2018 / 00:42
0
answers

User authentication in a SPA without Sessions

I am developing a SPA application (Single Page App) in angular 4 (its backup is done in ASP Web Api but that is not relevant). I need to create an authentication mechanism with the server to make sure the user is valid without using sessions ( H...
asked by 16.05.2018 / 17:44
0
answers

How to install Aircrack-ng?

What is the command that installs it or how it is done, since in the documentation link Just followed the steps of installing gmake and sqlite3 as indicated but I ran out of instructions.     
asked by 07.05.2018 / 01:49
1
answer

Is this loop safe to protect my system using php?

I am trying to block access to my page a bit and I have already managed to do it for hours using this script. date_default_timezone_set('America/Manaus'); $hInicio = 17; // Está en 24 hrs $hFin = 7; $h = date("G"); // Hora actual en 2...
asked by 26.04.2018 / 22:08
0
answers

Socket IO option origins in App Phonegap

I have a question about the operation of SocketIo for node and an app created in Phonegap, the question is with respect to limiting access to sockets, according to official SocketIo documentation there is an option called "origins" that serves t...
asked by 06.04.2018 / 15:21
0
answers

Security when entering credentials MySql in php

Hello! From what I understand everyone can see the code of a page, if I want to make a connection to a database, when entering the host, user, password would be shown in the code of my page (.php) and all could see him? It is a system that can n...
asked by 17.03.2018 / 00:04
0
answers

To enable certificate in AXIS 1.4

Very good, I have a SOAP WebService that uses certificates, it is made with AXIS 1.4, I would like to enable the certificates to perform tests in the AXIS services     
asked by 07.03.2018 / 15:15