This website requires JavaScript.
Explore
Help
Register
Sign In
infosecn1nja
/
metasploit-framework
mirror of
https://github.com/infosecn1nja/metasploit-framework.git
Watch
1
Star
0
Fork
You've already forked metasploit-framework
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
663e11f16b
metasploit-framework
/
lib
/
net
/
ssh
/
ruby_compat.rb
9 lines
123 B
Ruby
Raw
Blame
History
# -*- coding: binary -*-
class
String
if
RUBY_VERSION
<
"
1.9
"
def
getbyte
(
index
)
self
[
index
]
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink