🐧Assertion101

Enumeration

Nmap scan

nmap -sV -p- 192.168.60.94 -A

Service Enumeration

Port 22

Document here:

  • Screenshots (web browser, terminal screen)

  • Service version numbers

  • Document your findings when interacting with the service at various stages

Port 80

There is a webpage located here.

Got it to throw an error.

Sent to burp repeater.

LFI

https://book.hacktricks.xyz/pentesting-web/file-inclusion#lfi-via-phps-assertarrow-up-right

Shell

Found a id_rsa key in .todeletelater folder

Cracking with john

Password:

Only three users this could be for.

https://h0j3n.medium.com/vulnhub-assertion-1-0-1-eb78a0cb9216arrow-up-right

Root

Last updated