Category "security"

Admin consent request - best practice for service provider to prevent confused deputy

We have an application that requires admin consent for some permissions in order to work. I read the admin consent endpoint documentation and as I understand, t

I want get some suggests to protect my services

I have one network service, I want get some suggests to avoid cyber attacks. who can help me? which production I can buy it for protect my service? how about cl

Snyk False Positives for XSS in PHP

We've recently started using Snyk to perform code analysis, however have hit the stumbling block that the first scan is reporting many (>700) XSS vulnerabili

how to secure nest js server on Heroku, I would like to know if the strategy I am using is secure or not

I am hosting my nest js server on heroku. I am using authGuards in nest js to validate the request using accessToken passed by client with the request (this acc

Create restrictions on the Laravel registration form

I want to create a registration form in Laravel that the user can only register once in the registration section of the site during a period of several months,

Do GKE clusters need a bastion host?

I'm hosting my frontend & backend servers with GKE (Gcloud Kubernetes Engine) with private nodes in a default VPC network like this gcloud beta container cl

How to see dependabot alerts only for the current branch?

I have a repository which uses ReactJS and has 39 vulnerabilities (all of them are in yarn.lock file) when I am on the master branch. Dev branch and a few other

Java/Spring: How to retrieve password from JBOSS vault

I am trying to modify out Java/Spring Framework web application to retrieve the Oracle database password from the JBOSS Password vault Currently, Our mvc-dispat

krbtgt account - RC4 Encryption Type

I was running running klist on my machine I can see 2 (TGT?) tickets with: Server: krbtgt/DOMAIN.COM @ DOMAIN.COM and KerbTicket Encryption Type: RSADSI RC4-HMA

Hacking a site with wddl, CAEj and LsBb?

On occasion our site will get hit with what looks like a series of attempted attacks. The comments on our blog posts will look like this: "wddL" - 5057 said on

springSecurityService.encodePassword for Spring Boot only

I have a legacy app made in grails which uses springSecurityService.encodePassword to generate user password. It's stored in database like this: {bcrypt}$2a$04$

Wildfly 26 elytron security domain config is not working

I am trying to migrate an application to wildfly 26, and i am trying to use elytron to secure the application. I successfully run this commands using the jboss

Module not found: Error: Can't resolve 'trusted-types' in '' angular

getting Module not found: Error: Can't resolve 'trusted-types' installed trusted types using this command npm i @types/trusted-types --force. and npm install t

Trying to hide django secret key, but getting error when deploying in PythonAnywhere

I'm trying to deploy a django project. I hid the secret key putting it in a file called .env and added it to .gitignore, so I have django's secret key only loca

Dynamic Web scrapping - Chromedriver security

I am trying to web-scrapp a dynamic page, simple urllib request gets me results from fist page only, instead of returning the whole set. from urllib import requ

AUR problems with installations

i've a problem in my arch linux distribution, i've added the black arch repo to this one. When i try to install the impacket suit or crackmapexec using sudo pac

Angular: how to set up Content-Security-Policy & Trusted Types?

Having read the Angular security guidelines, I would like to: configure the content security policy enable the trusted types enforcement Here is how I changed m

Is there a way to log (additional) keystroke information on a Cowrie honeypot?

For a thesis project, I have set up a Cowrie honeypot within an Azure VM running Debian. I am interested in, in addition to the regular logs, extracting specifi

Is there a way to use haveibeenpwned (HIBP) without sending email in clear text?

For legal reasons we can't send the email to HIBP in clear text. Regarding "Domain Search" functionnality, there's no API (as far as I know). It works by sendin

NPM vulnerabilities

When I scan my angular project using npm audit it will show some vulnerabilities. I have found several solution to make them fixed. But my question is what are