Vulnix Walkthrough

Today we will be doing the walkthrough for machine called Vulnix from Vulnhub Link for the VM: https://www.vulnhub.com/entry/hacklab-vulnix,48/ Lets start: Machine ip address: 192.168.56.16 root@kali:~/vulnix# netdiscover -i eth1 -r 192.168.56.0/24 Currently scanning: Finished! | Screen View: Unique Hosts 3 Captured ARP Req/Rep packets, from 3 hosts. Total size: 180 IP At MAC Address Count Len … Continue reading Vulnix Walkthrough

Basic Pentesting: 1

This blog show the privilege escalation walkthrough for machine Basic Pentesting: 1 on Vulnhub Link for the machine :https://www.vulnhub.com/entry/basic-pentesting-1,216/ So we got the reverse shell from wordpress ( by uploading a custom plugin with reverse shell) root@kali:~/basic# nc -l -v -p 8886 listening on [any] 8886 … connect to [192.168.56.4] from vtcesc [192.168.56.101] 55232 Linux … Continue reading Basic Pentesting: 1