Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Last active December 25, 2022 04:56
Show Gist options
  • Save joe-oli/2c9e24ea48a6f99c6d1b222ec14bcd47 to your computer and use it in GitHub Desktop.
Save joe-oli/2c9e24ea48a6f99c6d1b222ec14bcd47 to your computer and use it in GitHub Desktop.
miscel linux commands
-- #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