Advertisement
Guest User

Untitled

a guest
Sep 30th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. =nil, @modifiers=["Test", "Meterpreter", "MetasploitPro"], @location="/media/6282906A745C7FDC/vm/msf_lab/vuln/msf_WinXPSP1/Windows XP Professional.vmx", @user=nil, @host=nil, @pass=nil, @platform=nil, @session=#<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">, @framework=#<Framework (1 sessions, 0 jobs, 0 plugins)>>
  2. ruby-1.9.1-p378 :002 > @xp.run_command("test")
  3. DEBUG: Session is: #<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">
  4. => "\n'test' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
  5. ruby-1.9.1-p378 :003 > @xp.run_command("test")
  6. DEBUG: Session is: #<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">
  7. => "\n'test' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
  8. ruby-1.9.1-p378 :004 > @xp.run_command("test")
  9. DEBUG: Session is: #<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">
  10. => "\n'test' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
  11. ruby-1.9.1-p378 :005 > @xp.run_command("echo word")
  12. DEBUG: Session is: #<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">
  13. => "\nword\r\n"
  14. ruby-1.9.1-p378 :006 > @xp.run_command("echo word").chomp
  15. DEBUG: Session is: #<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">
  16. => "\nword"
  17. ruby-1.9.1-p378 :007 > @xp.run_command("echo word").chomp
  18. DEBUG: Session is: #<Session:meterpreter 10.0.0.108:4444 "NT AUTHORITY\SYSTEM @ WINXP">
  19. => "\nword"
  20. ruby-1.9.1-p378 :008 > @backtrack.run_command("test")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement