Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
rapid7
Edit Copy
Star
GitHub Repository:
rapid7/metasploit-framework
Path:
blob/master/lib/telephony.rb
2
1
4
6
3
views
1
require
'serialport'
2
3
module
Telephony
4
end
5
6
require
'telephony/modem'
7
8
9