Jump to content

I'm not exactly sure how to say this so if I confuse anyone let me know and I will try and make it easier to understand. But long story short I need a program to put in a bunch of letters within a parameter to try and get my password back.

 

An employee at my work tasked with changing a password to our server messed up and forgot how he typed in the password. We know how he typed the password (Kind of) but not when/if he hit the shift key when typing it out. For example if the password was supposed to be passw0rd12-34 he may have typed it like this PaSsw0rd!@_34 it is the most important server for our company and the only way to fix it if I cant get the password is to shut down the server and  if I shut it down the company has to shut down as well for a while and that is not allowed. I know a few programs exist that will try random sequences until they get it right and was wondering if anyone knew where to get one and how safe that would be.

 

Due to confidentially I will not disclose the server type except for that it runs on windows server.

 

 

 

Link to comment
https://linustechtips.com/topic/1084346-password-assistance/
Share on other sites

Link to post
Share on other sites

Depends on the security setup of the server and the hashing it uses to encrypt the password. 

Community Standards

Please make sure to Quote me or @ me to see your reply!

Just because I am a Moderator does not mean I am always right. Please fact check me and verify my answer. 

 

"Beast Mode"

Ryzen 7 9800x3d | Arctic Liquid Freeze 3 Pro 360 | MSI X870 Tomahawk Wi-Fi | MSI RTX 5080 Gaming Trio OC | Gskill Flare X5 6000MT/s CL30

1tb WD Black SN850x NVMe | 4tb WD SN850x NVMe | Antec Flux Pro | Be Quiet Pure Power 13 M 1000w | OWC 10gb NIC

 

Dedicated Streaming Rig

 Ryzen 7 3700x | Asus B450-F Strix | 32gb Gskill Flare X 3200mhz | Corsair RM550x PSU | MSI Ventus 3060 12gb | 250gb 860 Evo m.2

Phanteks P300A |  Elgato HD60 Pro | Avermedia Live Gamer Duo | Avermedia 4k GC573 Capture Card

 

Link to comment
https://linustechtips.com/topic/1084346-password-assistance/#findComment-12734544
Share on other sites

Link to post
Share on other sites

3 minutes ago, Skiiwee29 said:

Depends on the security setup of the server and the hashing it uses to encrypt the password. 

Most likely at this point I was going to just sit their this weekend and type in all the variables till i got it right my biggest thing is making sure I don't do repeats. So I would most likely run that program on one of our windows laptops and type in everything it gives me.

Edited by ravens_woe
Spelling
Link to comment
https://linustechtips.com/topic/1084346-password-assistance/#findComment-12734549
Share on other sites

Link to post
Share on other sites

16 minutes ago, ravens_woe said:

Most likely at this point I was going to just sit their this weekend and type in all the variables till i got it right my biggest thing is making sure I don't do repeats. So I would most likely run that program on one of our windows laptops and type in everything it gives me.

Start by trying exactly what he thought but with caps lock turned on.

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to comment
https://linustechtips.com/topic/1084346-password-assistance/#findComment-12734561
Share on other sites

Link to post
Share on other sites

I haven't worked with Windows Server since 2003, and I have honestly never tried this on a Server before. But on regular Windows it works like a charm.

 

There is a CMD command (net user) which you can use to reset the password, and with a little bit of tinkering, you can replace the accessibility button at login, with a CMD prompt. Allowing you to attempt resetting the password.

 

There is a guide to it here (method 1): https://www.passmoz.com/reset-windows-server-2012-password.html#method1

But you will need an install media for Windows server to do this.

Link to comment
https://linustechtips.com/topic/1084346-password-assistance/#findComment-12734585
Share on other sites

Link to post
Share on other sites

7 minutes ago, The89Lunder said:

I haven't worked with Windows Server since 2003, and I have honestly never tried this on a Server before. But on regular Windows it works like a charm.

 

There is a CMD command (net user) which you can use to reset the password, and with a little bit of tinkering, you can replace the accessibility button at login, with a CMD prompt. Allowing you to attempt resetting the password.

 

There is a guide to it here (method 1): https://www.passmoz.com/reset-windows-server-2012-password.html#method1

But you will need an install media for Windows server to do this.

will look into it and give it a shot will let you know how it works out.

Link to comment
https://linustechtips.com/topic/1084346-password-assistance/#findComment-12734593
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×