Skip to content

Instantly share code, notes, and snippets.

@c0d3x27
Created September 27, 2022 17:36
Show Gist options
  • Save c0d3x27/0156ddecaef77cde4bf386233b00c497 to your computer and use it in GitHub Desktop.
Save c0d3x27/0156ddecaef77cde4bf386233b00c497 to your computer and use it in GitHub Desktop.
how to attack admin panels
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