Difference between revisions of "CTF Lord of the root: Walkthrough"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " ==Referensi== * https://github.com/Hamza-Megahed/CTFs/blob/master/lord-of-the-root/README") |
Onnowpurbo (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | Download dari https://download.vulnhub.com/lordoftheroot/LordOfTheRoot_1.0.1.ova | ||
| + | Install di VirtualBox | ||
| + | ==netdiscover== | ||
| + | |||
| + | Lakukan, | ||
| + | |||
| + | netdiscover -r 192.168.0.0/24 | ||
| + | |||
| + | Hasilnya, | ||
| + | |||
| + | Currently scanning: 192.168.0.0/24 | Screen View: Unique Hosts | ||
| + | |||
| + | 21 Captured ARP Req/Rep packets, from 21 hosts. Total size: 1260 | ||
| + | _____________________________________________________________________________ | ||
| + | IP At MAC Address Count Len MAC Vendor / Hostname | ||
| + | ----------------------------------------------------------------------------- | ||
| + | ..... | ||
| + | 192.168.0.139 08:00:27:45:35:64 1 60 PCS Systemtechnik GmbH | ||
| + | ..... | ||
| + | |||
| + | |||
| + | |||
| + | |||
Revision as of 14:13, 28 January 2023
Download dari https://download.vulnhub.com/lordoftheroot/LordOfTheRoot_1.0.1.ova Install di VirtualBox
netdiscover
Lakukan,
netdiscover -r 192.168.0.0/24
Hasilnya,
Currently scanning: 192.168.0.0/24 | Screen View: Unique Hosts
21 Captured ARP Req/Rep packets, from 21 hosts. Total size: 1260
_____________________________________________________________________________
IP At MAC Address Count Len MAC Vendor / Hostname
-----------------------------------------------------------------------------
.....
192.168.0.139 08:00:27:45:35:64 1 60 PCS Systemtechnik GmbH
.....