Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
23 views

Im trieng to install "VIEL" but at the end of installing it outputs this Error: Failed to fetch http://mirror1.sox.rs/kali/kali/pool/main/g/gcc-mingw-w64/gcc-mingw-w64-x86-64_15.2.0-7+28_all....
Mohamed Nasser's user avatar
Best practices
0 votes
0 replies
20 views

We want to ad a request timestamp to some forms in Spring Boot. We need the timestamp in production and testing for various reasons. public interface TimestampForm { ZonedDateTime getTimestamp(); ...
Janning Vygen's user avatar
-2 votes
0 answers
38 views

I've deployed Crowdsec as a Daemonset on our GKE Clusters. As we maintain an ecommerce website, we are prone to bot crawling or bruteforce. That's why I'm having Crowdsec parse several logs from my ...
ThisThis's user avatar
-3 votes
0 answers
74 views

I'm trying to find the good password of a website (fake facebook) for an exam. I've used Python and Selenium to make a connection and put the mail and password in the website.My idea is to dynamically ...
Matthew92's user avatar
0 votes
1 answer
57 views

I encountered a problem where I tried to dump a process using volatility3. But volatility3 couldn't do it. Here's the error: ┌──(kali㉿kali)-[~] └─$ vol -f ../../../mnt/hgfs/BRIC-20251113-181108.raw -o ...
Oleksandr Sydorov's user avatar
0 votes
0 answers
18 views

I have the following problem: I generate an SBOM CycloneDX (both manually and automatically) from .dll files and then use open-source tools (OST) to search for vulnerabilities. The relevant CVEs are ...
Anna's user avatar
  • 1
Tooling
2 votes
4 replies
96 views

I would like to get notifications for new security releases of all the stuff in my tech stack – not CVE:s, just the latest version that got security fixes. Or, instead of notifications, a script or ...
Richard B's user avatar
  • 395
Tooling
1 vote
5 replies
164 views

I reviewed many suggestions posted, but didn't find an exact match. I've created PS scripts where there is one parent script that runs its functions and then calls upon 25 other subscripts in sequence ...
JeffR's user avatar
  • 3
Advice
1 vote
1 replies
70 views

I'm confused with the difference between Credential Manager and Windows Vault. Windows says Credential Manager lets users store credentials relevant to other systems and websites in the secure ...
Artem Dudich's user avatar
0 votes
0 answers
51 views

I am prompting a user for credentials using the CredUIPromptForWindowsCredentials function using the CREDUIWIN_SECURE_PROMPT flag. As soon as the “Windows Security” dialog is displayed on the secure ...
Edz1o's user avatar
  • 21
0 votes
0 answers
93 views

I'd like to implement a system that allows recognizing a user even after the app's cache and data have been cleared from the system settings, as X (Twitter) appears to do. However, I can't figure out ...
Paul's user avatar
  • 4,618
1 vote
0 answers
54 views

I am building a proof-of-concept WebDAV server with SQL storage, not physical on disk storage in ASP.NET Framework. This server needs to integrate with an existing ASP.NET Framework application. I’m ...
Darshan's user avatar
  • 11
0 votes
0 answers
61 views

I am trying to use a nonce to avoid allowing unsafe-inline/unsafe-eval in my CSP for my site where I am using the new (messenger) version of the Zendesk chat widget. I followed the steps here -> ...
Riley Wilson's user avatar
0 votes
0 answers
58 views

I’m trying to query the EmailTemplate object in Salesforce with WITH SECURITY_ENFORCED to respect CRUD/FLS, but I get an error even though the user has access to Email Templates. List<EmailTemplate&...
Vimalganth D's user avatar
1 vote
0 answers
34 views

** Question: Is it possible to apply External Authorization on HTTPS external traffic routed through an egress gateway ** I am trying to configure Istio so that all outbound traffic from workloads ...
user3083346's user avatar
0 votes
3 answers
118 views

I am creating an email service using ASP.NET Core. Here I am adding my email credentials to appsettings.json: "SmtpSettings": { "Host": "smtp.office365.com", "...
Danushka Madushan's user avatar
2 votes
1 answer
133 views

I’m working on a Django project with GeoDjango models that store user location data (e.g., PointField, LineStringField). Because location data is highly sensitive, I want to ensure it’s secured (?...
user26535132's user avatar
1 vote
1 answer
58 views

I need your take on this. The target SDKs of my android app are android:minSdkVersion="28" and android:targetSdkVersion="35". Is it okay if I won't create Network Security ...
Anon User's user avatar
0 votes
0 answers
82 views

I'm trying to secure a webservice application (running in Wildfly 36) with WSS (username + password digest). Elytron has to be used for security. My problem is, that there is no information available ...
Markus's user avatar
  • 185
0 votes
0 answers
101 views

TLDR (Conclusion - decision made) We reached the conclusion confirming unsafe-eval will be required by WASM itself. It's now part of the CSP since there's no way to really mitigate unless WASM does ...
Tommy Leong's user avatar
  • 3,060
1 vote
1 answer
109 views

First of all, this question thread, as of this writing, is the successor of this thread: How to create and apply a new layout with _Imports.razor's directives then embed this into existing templated ...
DevQt's user avatar
  • 1,920
0 votes
0 answers
63 views

Can Apache Kafka handle two certificates in it keystore ? Usecase: We have mTLS enabled on Kafka and have 2 different Certificate Authorities (CA): One for issuing Server Certificates (...
mr.wolle's user avatar
  • 1,394
1 vote
1 answer
91 views

I'm developing an CPQ system and I want to integrate it as an iframe within salesforce or any other CRMs. There are few problems, A Session needs to be maintained for authentication and authorization ...
user2453753's user avatar
0 votes
0 answers
75 views

I'm trying to inject a DLL into a 64-bit target process using the CreateRemoteThread + LoadLibraryA technique on Windows 10. Both the injector and the DLL are compiled as 64-bit binaries, and the ...
user24930440's user avatar
0 votes
1 answer
89 views

Im not sure with rhe reason why spring is keep returning 403 even I added permitAdd in requestMatchers. Im using custom JWTAuthenticationFilter, but I dont think that is causing the issue. Tried all ...
Jinsung_Park's user avatar

1
2 3 4 5
1128