SSH


Validating the credential of the brain.moore user

┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/postfish]
└─$ sshpass -p 'EternaLSunshinE' ssh brian.moore@postfish.off
Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-64-generic x86_64)
 
 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage
 
  System information as of Wed 26 Mar 2025 01:30:29 PM UTC
 
  System load:  0.0               Processes:               211
  Usage of /:   52.5% of 9.78GB   Users logged in:         0
  Memory usage: 26%               IPv4 address for ens160: 192.168.111.137
  Swap usage:   0%
 
 
0 updates can be installed immediately.
0 of these updates are security updates.
 
 
The list of available updates is more than a week old.
To check for new updates run: sudo apt update
Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settings
 
 
You have mail.
brian.moore@postfish:~$ whoami
brian.moore
brian.moore@postfish:~$ hostname
postfish
brian.moore@postfish:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
3: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:50:56:9e:19:f2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.111.137/24 brd 192.168.111.255 scope global ens160
       valid_lft forever preferred_lft forever

Validated Initial Foothold established to the target system as the brian.moore user via SSH