Advertisement
James_inthe_box

Artfiacts

Apr 23rd, 2018
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. vbs script, looks like copied from: https://gist.github.com/wpsmith/6066530
  2. discardScript("C:\Users\user1\AppData\Local\Temp\Sub.eb3.dll")
  3. Function discardScript(execFile)
  4. Set objFSO = CreateObject("Scripting.FileSystemObject")
  5. On Error Resume Next
  6. strScript = Wscript.ScriptFullName
  7. Do While objFSO.FileExists(execFile)
  8. If objFSO.FileExists(execFile) Then
  9. objFSO.DeleteFile(execFile)
  10. End if
  11. Loop
  12. objFSO.DeleteFile(strScript)
  13. End Function
  14.  
  15. from memory:
  16. username=<name>&getOS=<OS>
  17. \??\Pipe\AsyncAnonPipe.00000440.0000020C.00000001
  18. Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
  19. RASTRUCTURE_MSGWND-B6D42D77-09C5-48f6-B1A5-26A59F1D74FF
  20.  
  21. HTTP/1.1 403 Forbidden
  22. Date: Mon, 23 Apr 2018 20:19:33 GMT
  23. Server: Apache/2.4.7 (Ubuntu)
  24. Content-Length: 424
  25. Keep-Alive: timeout=5, max=100
  26. Connection: Keep-Alive
  27. Content-Type: text/html; charset=iso-8859-1
  28.  
  29. mutex:
  30. 230420181251
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement