Posts

Showing posts with the label ruby

HackMyVM - Rubies

Image
  Rubies is a Medium difficulty machine that has some really useful techniques to understand. As always there are different methods to achieve the same outcome, this is just the way I did it. Find it └─ $ sudo netdiscover -r 10.0.0.0/24 -P | tee findit [sudo] password for kali:     _____________________________________________________________________________    IP             At MAC Address     Count     Len   MAC Vendor / Hostname         -----------------------------------------------------------------------------   10.0.0.1         08:00:27:95:67:5b       1       60   PCS Systemtechnik GmbH   10.0.0.113       08:00:27:95:1d:09       1       60   PCS Systemtechnik GmbH -- Active scan completed, 2 Hosts found.   Scan it └─ $ nmap -T4 -p- -sC -sV -oN nmap.out...