Logging into cisco intrusion prevention system

R

Ruby Haxor

Is there any gem module which can be used to login to the cisco
intrusion prevention system and execute the commands on the IPS?...
 
B

Brian Candler

Ruby said:
Is there any gem module which can be used to login to the cisco
intrusion prevention system and execute the commands on the IPS?...

Net::Telnet is in the standard library.

Net::SSH is available as a third-party gem.

Net::SSH::Telnet is another third-party gem which lets you use Net::SSH
but with a simpler API the same as Net::Telnet (so you can write code
which uses either Telnet or SSH without any changes apart from when the
connection is established)

HTH,

Brian.
 
R

Ruby Haxor

Brian said:
Net::Telnet is in the standard library.

Net::SSH is available as a third-party gem.

Net::SSH::Telnet is another third-party gem which lets you use Net::SSH
but with a simpler API the same as Net::Telnet (so you can write code
which uses either Telnet or SSH without any changes apart from when the
connection is established)

HTH,

Brian.


Thanks a lot Brian, i'l give it a try and see how it works :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,461
Latest member
IolaSolis

Latest Threads

Top