56,373 questions
1
vote
1
answer
76
views
Google security error when I post a live site to github [closed]
I have recently posted a website to github, and when I go to the live site I get a google security issue saying that "Attackers on the site that you tried visiting might trick you into installing ...
-5
votes
0
answers
26
views
Face problem to deploy agent of wazuh agent in window machine [closed]
I face a problem to deploy the wazuh agent from VM WARE into my window machine. I read too much blogs and articals through out the internet. I run the wazuh agent.ova file in my VM Ware. The .ova file ...
0
votes
0
answers
79
views
How to persist a PyNaCl (libsodium) private key securely on disk in Python (avoid plain files)? [closed]
I’m building a small Python client for a FastAPI service that sends one-time encrypted messages. Keys must stay on the client (never sent to or stored by the server).
Env/Libraries
Python 3.11
[...
0
votes
0
answers
28
views
FIDO2 Fingerprint Verification Fails in Production (Works on Localhost) – Express.js + fido2-lib
Context
I’ve implemented FIDO2 verification for login and signup on my Express.js website. Everything works perfectly in localhost, but in production, the fingerprint verification of my security key ...
Advice
0
votes
0
replies
40
views
The difference between Credential Manager and Windows Vault
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 ...
-5
votes
0
answers
19
views
Why Don’t My Suricata Alerts Match the Labels in the CICIDS 2017 Dataset? [closed]
I’m working with network traffic from the CICIDS 2017 dataset https://www.unb.ca/cic/datasets/ids-2017.html specifically the “Tuesday Working Hours” capture. The dataset contains a collection of false ...
0
votes
1
answer
62
views
Is it safe to store a product serial number under the Uninstall registry key where WiX stores bundle metadata?
I’m seeking clarification about storing custom data—specifically a product serial number—under the Windows Uninstall registry key created by WiX Toolset.
When we install a WiX-based bundle or MSI, it ...
-2
votes
0
answers
33
views
Imunify360 detecting my old CodeCanyon PHP script as “remote tool” — possible false positive? [closed]
About two years ago, I purchased a PHP script from CodeCanyon and used it successfully on my website. After running it for quite a while, I later deleted the site due to some issues.
Recently, I ...
0
votes
0
answers
39
views
CredUIPromptForWindowsCredentials with CREDUIWIN_SECURE_PROMPT causes clipped text
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 ...
-1
votes
0
answers
61
views
Prevent Image File Execution Options in .net exe
I have an exe file. say test.exe
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution
Options\test.exe" /v Debugger /d "C:\Windows\system32\win32calc.exe"...
2
votes
3
answers
290
views
Trying to create Buffer overflow for an example for school in C++
I'm trying to do the very basics of a buffer overflow, nothing illegal at all. My understanding of the code below is that the overflowing buffer doesnt hold enough space for all the data being written,...
0
votes
0
answers
86
views
How to recognize a user even after clearing cache and data?
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 ...
2
votes
1
answer
156
views
Compiling a C++ shared/dynamic library such that it cannot access any functions or variables from the main program
I'm developing a video game in C++ and Vulkan with modding support, I would really like the modding to be done through C++ (the game is optimized quite well, so I would really like the modding to be ...
-1
votes
0
answers
35
views
How to seed a default admin user in a Blazor Server application?
I am lost at this stage in my app's development. I used Microsoft's default Individual Authentication template as this app will be on a smaller scale (up to 30 users). The roles have already been ...
1
vote
0
answers
52
views
WebDAV using SQL storage opens office document in read-only mode
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 ...