Is there any method to scan ip range in ruby on rails ! -- Posted via http://www.ruby-forum.com/.
Are you trying to secure your Rails app via IP? You can use request headers in Rails to compare. You would have to use regex to compare for specific range. But it would be wiser to keep this out of Rails and do in Apache mod_proxy or whatever else you are proxy-ing with. H On Jun 29, 6:37 am, Ruby On rails <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Is there any method to scan ip range in ruby on rails ! > -- > Posted viahttp://www.ruby-forum.com/.
Thanks , Basically i want to scan my network with ROR application is there any way or any API avail for this? -- Posted via http://www.ruby-forum.com/.
Any one ? Who have idea ? -- Posted via http://www.ruby-forum.com/.
2009/6/29 Ruby On rails <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>:> > Thanks , > > Basically i want to scan my network with ROR application is there any > way or any API avail for this? >What do you mean by ''scan my network''? Colin
On Mon, Jun 29, 2009 at 3:37 AM, Ruby On rails<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Is there any method to scan ip range in ruby on rails !Wow, talk about square peg, round hole. No, RoR doesn''t have a method/API/call/etc to do that. Do what everyone else does: use nmap. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin