Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
71 views

I have a Windows 2022 domain controller, version 10.0.20348.4052, set up in the default configuration and I need to determine the Windows Update Build Revision (UBR) Number ( the 4052 part) remotely, ...
ErrorMaster's user avatar
1 vote
2 answers
84 views

I'm working on an Azure DevOps pipeline Classic UI that deploys a software package to multiple Windows devices registered in Deployment Groups. The flow: Copying SSH Keys: We copy a private key file ...
alexis19apl's user avatar
4 votes
0 answers
115 views

I'm experimenting with preventing browser fingerprinting techniques, specifically targeting the Canvas fingerprinting method used by tools like this fingerprinting demo https://drbh.github.io/wasm-...
DefaultName's user avatar
0 votes
0 answers
44 views

I want to spoof some attributes in the Navigator object for experimenting with anti fingerprinting by writing a Chrome extension. I used techniques discussed here: Access variables and functions ...
Andreas Toresäter's user avatar
0 votes
0 answers
102 views

How to dismiss flutter fingerprint dialog by default? I don't want flutter to show fingerprint dialog before an authentication. I tried useErrorDialogs = false;, but it is not the solution of my ...
Jean Moris ANATO's user avatar
0 votes
1 answer
230 views

I'm trying to test my fingerprint sensor, it shows up on the terminal too, but when I run this code this error shows up: Traceback (most recent call last):   File "<string>", line 9, ...
Soham Bhole's user avatar
0 votes
0 answers
117 views

I developed an application for **android **where i am getting Finger Print using **SecuGen **Pro 20 device. Samsung device capture the finger print image. But other device can not capture image (such ...
F. Rahman's user avatar
0 votes
0 answers
358 views

I'm encountering an issue where my AS608 fingerprint sensor works flawlessly when connected to an Arduino Uno but isn't being detected when connected to a Wemos D1 R1 board (ESP8266). The sensor doesn'...
MEHAL WIAM's user avatar
-1 votes
1 answer
121 views

I am developing a PHP web application. I want users to sign in with the same device that they used for registration and restrict the users coming with a different device. So, I need a device ...
Aadhil Ahamed's user avatar
1 vote
0 answers
93 views

We have a system which verify two locations have same data periodically (say 30 mins). We can assume that data is made of chunks and each chunk has uniq name. The way it currently match is that it ...
Adams's user avatar
  • 9
4 votes
1 answer
7k views

My website always displays this warning in the console : "Request for font "Noto Sans" blocked at visibility level 1 (requires 3) - node.js" Noto Sans is not loaded as a file by ...
Eli O.'s user avatar
  • 2,225
0 votes
0 answers
107 views

I am trying to make a MACCS Fingerprint followed by a heatmap using Python. I feel like I have an OK code since I was able to make a Morgan Fingerprint heatmap using similar code. import matplotlib ...
Emma Fath's user avatar
0 votes
1 answer
1k views

Use Case: I've to write a script in JavaScript which will detect the selenium undetected chromedriver presence.
Hafiz Muhammad Bilal's user avatar
0 votes
0 answers
253 views

If I draw something in the browser using a canvas 2D render, and use this to create a fingerprint, would two devices, such as two newly purchased iPhones (same model) give the same fingerprint, or are ...
Madje Kolak's user avatar
0 votes
1 answer
520 views

I am trying to build a system exactly same as youtube contentID which will generate fingerprints of the video and will search the fingerprint in the database. I want to know what fingerprinting ...
Bheem Swami's user avatar
0 votes
0 answers
892 views

I was going through the documentation of video fingerprinting and as per what I have understood its mostly image processing. First, step is to break the video into multiple images for each unit of ...
Jayendra Singh's user avatar
1 vote
1 answer
209 views

I have started being interested in browser fingerprints. As far as I understand: "The header order of each browser is fixed and cannot be changed in the browser settings." So,... to a start, ...
Allan's user avatar
  • 11
2 votes
1 answer
2k views

I've come across an annoying problem and I've been trying to search for a solution online but no luck (happy to be pointed to a resource if I've missed something). Summary My problem relates ...
09z09z's user avatar
  • 31
0 votes
0 answers
115 views

I have started being interested in browser fingerprints. As far as I understand: "The header order of each browser is fixed and cannot be changed in the browser settings." So,... to a start, ...
Allan's user avatar
  • 11
1 vote
1 answer
11k views

How to identify user of my website in IP non-based way? I'm looking for something like fingerprint2.js, but user identity should be the same no matter if user change browser or ip address. One device =...
sebxx4's user avatar
  • 49
0 votes
1 answer
52 views

As part of a security certificate I need to provide a list of devices and their specifications that are connecting to a website. To acheive this the current implementation uses uap-csharp in the ...
Nathan's user avatar
  • 11
2 votes
0 answers
2k views

Chromium accept and show all cookies and don't block fingerprinting, but now i need to do the same in Chrome but i don't know he args to accept all cookies and don't block fingerprinting, all i have ...
cloudmaker's user avatar
0 votes
1 answer
416 views

I need to find an javascript library that can add a fingerprint to an PDF. The fingerprint is something similar to the output of the function: https://github.com/mozilla/pdf.js/blob/...
Alex9307's user avatar
1 vote
1 answer
2k views

That issue has been driving me crazy for the last days! I am trying to access the login page of this website below using Puppeteer and it will simply not work. Home page : https://www.kijiji.ca Login ...
Rafari's user avatar
  • 11
0 votes
0 answers
322 views

Suppose the following: I got two video files with audio They are pretty much the same (going by 'images'), but differ in codec, quality, .. and audio. To have a more specific example, furtermore ...
TRH's user avatar
  • 1
0 votes
1 answer
1k views

I'm trying to convert molecular smiles into fingerprints using rdkit. I have two smiles: Nc1cccc(N)n1 and Nc1cc(CSc2ccc(O)cc2)cc(N)n1. The first one was expanded into the second one. In other words, ...
Jozef's user avatar
  • 7
1 vote
0 answers
93 views

I am creating my first android app (for beginners) and I want users to login using fingerprint Apparently android stores the fingerprint secretly and I cant access the hashed version. Is there anyway ...
jpy's user avatar
  • 169
0 votes
1 answer
502 views

According to https://coveryourtracks.eff.org/ my Chrome and Firefox browsers disclose seemingly unnecessary information. Why those (and possibly other) browsers readily reveal any of that information? ...
Sparkler's user avatar
  • 2,973
6 votes
1 answer
567 views

I often see websites that have advanced bot detection/fingerprinting technology that make use of ServiceWorkers and/or ServiceWorkerContainer.prototype.register. I'm not sure what exactly they do with ...
Carson's user avatar
  • 93
0 votes
0 answers
57 views

Background This is a theoretical problem similar to an actual problem I am having. Imagine I have a database of millions of grades for students with rows looking something like the following: ...
Adam Griffiths's user avatar
0 votes
1 answer
2k views

I'm using SSIS to upload files to SFTP. I'm using command prompt to execute the WinSCP command. Code is as below: winscp.com /command "open sftp://[email protected]/ -privatekey="H:\...
Jay Desai's user avatar
  • 871
0 votes
0 answers
99 views

If you issue an XHR HTTP request from a chrome browser extension background.js file to a 3rd party website (any website), will that request have the same browser fingerprint as XHR requests issued ...
Paul Mooney's user avatar
  • 1,606
3 votes
1 answer
1k views

I've been researching rabin fingerprinting for the past couple of days. While the general idea is simple enough I'm having significant troubles understanding the implementations that are circulating ...
lrd dsk's user avatar
  • 31
1 vote
1 answer
364 views

I am attempting to use AddictedCS SoundFingerprinting (https://github.com/AddictedCS/soundfingerprinting). When I download any recent version and build with Visual Studio 2019 I get the expected ...
FacePuncher7's user avatar
1 vote
0 answers
1k views

i have created an Actor on Apify cloud, and need to collect data from site which use anti-scraping protection. Was found this article https://help.apify.com/en/articles/1961361-several-tips-how-to-...
user3911971's user avatar
1 vote
0 answers
194 views

So, I have a TON of .txt files,(several gigabytes) and I'm hoping to organize them and have some method for finding near duplicates and edits. Is there an algorithm, that can read a text file, and ...
Steven Venham's user avatar
1 vote
2 answers
824 views

I need to register user device in my service. But I really don't know how to start. I mean, I know that the keyword is "device fingerprinting", but I've found rather this as an issue, not the solution....
Adam Jachocki's user avatar
1 vote
1 answer
3k views

is it increasing your internet security in terms of privacy/tracking/fingerprinting, if you are surfing with your web browser in a virtual machine enviroinment (virtual box + vpn)? Instead of surfing ...
johnsmiththelird's user avatar
1 vote
0 answers
86 views

I'm working on a project where specifying the Operating System fingerprint of a client from the HTTPS request is a main requirement. Now for HTTP request it's easy to capture and read the header, but ...
Alaa Nassief's user avatar
8 votes
1 answer
6k views

I am developing a dashboard, which receives all Alertmanager readings and processes them. I looked for a unique field in the request payload to create a unique external alert id in my database. The ...
mhyousefi's user avatar
  • 1,244
1 vote
1 answer
954 views

I have captured .pcap file for a webpage and I have read it through scapy with python. I was wondering if there is a way to determine the direction of a packet. I am trying to perform fingerprinting ...
Sue_ka's user avatar
  • 31
0 votes
2 answers
820 views

I created a key.jks file using the keytool, followed the instructions carefully from https://flutter.dev/docs/deployment/android and yet the error below repeats. Any ideas? Upload failed You uploaded ...
user2244131's user avatar
3 votes
1 answer
5k views

What I have on my plate ready In my android mobile app I'm using different third party Android SDK for retrieving fingerprint from respective external fingerprint scanner device (I'm not using inbuilt ...
er.vish's user avatar
  • 277
1 vote
0 answers
313 views

I want to integrate following NFIQ sdk in my Android app but cannot find any solution. Any help regarding this will be appreciated: https://github.com/usnistgov/NFIQ2 Thanks.
Junaid Javed's user avatar
0 votes
1 answer
108 views

Community, Firefox has a new function . Called fingerprinter (settings under privacy). I know what fingerprinting means. What I like to ask you is: what is Firefox doing exactly when this feature is ...
johnsmiththelird's user avatar
1 vote
1 answer
1k views

I’m interested in using fingerprint2.js https://github.com/Valve/fingerprintjs2 I’m storing both the hash and the components array being generated. Is there a way to take the components and then ...
Zack Wilkes's user avatar
0 votes
1 answer
2k views

I have a problem to create a fingerprint based on client-ip and a timestamp containing date+hour. I'm using logstash 7.3.1. Here it the relevant part of my configuration file filter { grok { ...
Renaud Michotte's user avatar
-2 votes
1 answer
786 views

What are websites methods of collecting audio fingerprint? Is it by JavaScript or Java applets or flash plugin? How to counter it? Does it work on Android?
User273829's user avatar
1 vote
1 answer
2k views

I know about these methods and how to counter them: WebGL fingerprinting Navigator data collecting Flash plugin fingerprinting Java applets My questions: What about Canvas Fingerprinting? How to ...
User273829's user avatar
27 votes
1 answer
17k views

By doing tests I am faced with JavaScript fingerprinting such like: audio context fingerprinting opengl fingerprinting canvas fingerprinting installed fonts fingerprinting installed plugins ...
Vladmir's user avatar
  • 565