Created
September 27, 2022 17:36
-
-
Save c0d3x27/0156ddecaef77cde4bf386233b00c497 to your computer and use it in GitHub Desktop.
how to attack admin panels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kali@kali:~$ unshadow passwd-file.txt shadow-file.txt | |
victim:$1$fOS.xfbT$5c5vh3Zrk.88SbCWP1nrjgccgYvCC/x7SEcjSujtrvQfkO4pSWHaGxZojNy.vAqMGrBBNOb0P3pW1ybxm2OIT/:1003:1003:,,,:/home/victim:/bin/bash | |
kali@kali:~$ unshadow passwd.txt shadow.txt > unshadowed.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment