TryHackme Labs Notes
1. Download File from labs to local machine
You’re trying to download credentials.png
from the target (10.201.61.46
) onto your Kali machine, but your curl
failed because port 80 (HTTP) isn’t open on the victim.
From the victim side (king@ubuntu
shell), I notice credentials.png
is already present in the directory (ls
shows it). So the goal is to exfiltrate it to your attacker machine (Kali).
Here are a few ways to do it:
Comments
Post a Comment