Last active
December 25, 2022 04:56
-
-
Save joe-oli/2c9e24ea48a6f99c6d1b222ec14bcd47 to your computer and use it in GitHub Desktop.
miscel linux commands
This file contains 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
-- #1. The following will search everything from / and children, for the command whoami | |
$ find / -iname "whoami" | |
-- #2. Install chntpw on Kali Linux Light 64 Bit (default pwd for root is toor) | |
$ apt-get install chntpw | |
$ sudo apt-get install chntpw //if you are not already root. | |
-- #3. Mount drive | |
$ sudo mount -t ntfs /dev/blah1/blah2 /mnt/windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment