Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

decrypt user password linux

$ unshadow /etc/passwd /etc/shadow > mypasswd.txt 
$ john mypasswd.txt
Comment

decrypt user password linux

$ john --show mypasswd.txt
Comment

decrypt user password linux

$ apt install john
Comment

PREVIOUS NEXT
Code Example
Shell :: linux list recursive 
Shell :: Redirect output from within the shell script 
Shell :: open current directory in terminal 
Shell :: conda install version 
Shell :: windows batch script to run application in background 
Shell :: how to restore default apache httpd conf file 
Shell :: installer-snap change in progress 
Shell :: kubernetes force delete command 
Shell :: how to install emmet atom 
Shell :: how to kill process in linux 
Shell :: npm install tough-cookie 
Shell :: does npm install takes arguments 
Shell :: vue import yaml 
Shell :: set up vim in zsh 
Shell :: sudo: gem: command not found 
Shell :: diskpart 
Shell :: git revert to last commit on remote branch 
Shell :: pip install six 
Shell :: error: insufficient permission for adding an object to repository database 
Shell :: copy paste file terminal 
Shell :: delete github repository git bash 
Shell :: Amend The Most Recent Commit in git command 
Shell :: debian mark package as manually installed 
Shell :: github start 
Shell :: folder open command in linux 
Shell :: creating new branch 
Shell :: how to save curl output to a file 
Shell :: jq command in linux 
Shell :: arch linux wine 
Shell :: bash find and replace all files with specifc name with another file 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =