File: version.rb

package info (click to toggle)
ruby-msfrpc-client 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: ruby: 863; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 56 bytes parent folder | download
1
2
3
4
5
module Msf
  module RPC
    VERSION = "1.1.2"
  end
end