Questions tagged [hash]

108 questions
2
votes
1 answer

Set already hashed password for user against open ldap

Let me describe the infrastructure I am trying to configure. There is an opne ldap server on centOS (running slapd 2.4.40) as distributed authentication method for a couple of boxes. Is there a way to modify a user (using ldif file and ldapmodify)…
anadam__
  • 23
  • 1
  • 4
2
votes
1 answer

CSP nginx nonce

I have some problems with adding CSP to my site. I configured Content-Security-Policy-Report-Only in my nginx configuration. And i get this. adsbygoogle.js:37 [Report Only] Refused to apply inline style because it violates the following Content…
2
votes
1 answer

Cloud-Config - Hashed Password Being Set Incorrectly

I'm provisioning an Ubuntu 14.04 server with Digital Ocean and am using Cloud-Config in the user data field to do some initial setup. The issue I am having is creating a new user and setting a password with a SHA-512 hashed password string. Upon…
PDX Fixed
  • 31
  • 3
2
votes
1 answer

RKHunter report: "No hash value found"

I'm getting RKHunter warnings every day when my cron job runs the check. I'm on FreeBSD 10.2 This is the warning I'm getting: Warning: No hash value found for file '/usr/bin/perl' in the 'rkhunter.dat' file. I already tried rkhunter --updateand…
basbebe
  • 313
  • 2
  • 16
2
votes
2 answers

How to set specify encryption hash when creating Linux user?

I want to create a few Linux user on my computer to test JohnTheRipper against different kind of password (including length, charset and encryption hash method). How can I easily specify which hashing algorithm to use when creating a new user ? I…
Cyrill Gremaud
  • 63
  • 3
  • 12
2
votes
1 answer

W2012 R2 AD certificate Services sha algorithm

So shortly after configuring an offline root CA and online AD subordiante CA with SHA512 for future proofing. We discovered a thin client vender (teradici zero client with View 6) only supports SHA1 and SHA256. I am not able to find ANY way…
Graham
  • 33
  • 1
  • 6
2
votes
1 answer

MySQL and SSL with -sha256

I'm trying to create some certificate to use with MySQL and everything works fine if I use the sha1 algorithm. If I add the -sha256 switch or -sha384 I can NOT connect to MySQL!. I get this error: ERROR 2026 (HY000): SSL connection error: ASN: bad…
2
votes
4 answers

ESXi 5.5 NIC teaming for Load balancing using Cisco Etherchannel

I am using Cisco 3750G stacked switch configured with etherchannel and connected to ESXi Server configured with NIC teaming; Load balancing as router based on IP Hash. Cisco Switch configuration: ( VID 199 is ESXi-Mgmt) interface…
Amir
  • 193
  • 1
  • 3
  • 13
2
votes
1 answer

Pass a text file of MD5 Hashes into md5deep

I am using md5deep to try take a list of md5 hashes from a list of files (approximately 100,000 hashes) and I'm comparing them to the NSRL hash list (15gb text file). I'm trying to accomplish 1 thing: Output hashes from my 100,000 that do not match…
Sugitime
  • 415
  • 1
  • 4
  • 12
2
votes
1 answer

What password hash algorithm does each version of CentOS use by default?

I'm looking for a table of CentOS versions and corresponding default password hash algorithms. Google searches didn't reveal any matches that look like they have all the information in one place. Ubuntu publishes a table like the one I'm looking for…
Matt McClure
  • 347
  • 3
  • 11
2
votes
1 answer

Apache send HTML without comments

I have a problem with my Apache Webserver, I got 2 environments: Development and Production. Both have the same configuration, but the first one sends the HTMLs exactly as they've been created, the second one doesn't send exactly the same file. They…
enedebe
  • 1,006
  • 3
  • 11
  • 17
2
votes
5 answers

Utility to notify when website files are changed

Does any one know of a (preferably free) windows utility that recursively hashes all the files in a directory tree every x minutes and sends a notification if any files have changed. I want to have a tool to notify me by email when any of the code…
2
votes
3 answers

Is checking data integrity with hashes useful for my scenario?

I have a NAS as production system (mostly video footage and project files) and a 1:1 backup. I only need to retrieve the backup data in cases of emergency. Such a case didn't occur yet. Lately I'm concerned that the data on the backup might can get…
Martin
  • 21
  • 2
1
vote
1 answer

Templated dict keys in ansible YAML

I am trying to use a dict in an Ansible task, which is defined like this: in vars/main.yml file: username: user1 userpass: pass1 users: "{{ username }}": pass: "{{ userpass }}" This doesn't work in Ansible 2.9: Ansible seems to not…
1
vote
0 answers

Is there a way to tell what image was used to deploy a machine from Windows Deployment Services?

Is there a way to tell what image was used to deploy a machine from Windows Deployment Services? Is there some sort of a hash that would identify a machine being deployed from a particular image?
leeand00
  • 4,807
  • 13
  • 64
  • 106