Is there any method to scan ip range in ruby on rails !
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 [email protected]
Thanks ,
Basically i want to scan my network with ROR application is there any
way or any API avail for this?
Any one ?
Who have idea ?
On Mon, Jun 29, 2009 at 3:37 AM, Ruby On
rails[email protected] 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 T.
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
2009/6/29 Ruby On rails [email protected]:
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