Guest User

Untitled

a guest
Jan 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. require 'rubygems'
  4. require 'mtik'
  5.  
  6. content = MTik::command(
  7. :host=>"1.1.1.1",
  8. :user=>"admin",
  9. :pass=>"password",
  10. :command=>"/system/identity/print"
  11. )
Add Comment
Please, Sign In to add comment