It should not be very hard, but nobody here will do it for you.
If you have a specific problem, you should tell us what your problem is.
There are plenty of CGI howtos on the internet, and google knows plenty of them.
| [reply] |
How to implement cgi interface to Net-Scan-Ftp-Anonymous module, to enable specify from web page the IP range to scan? (call script from webpage, i.e. online scanner). It should not be difficult?
No, it's not difficult. Provide a form with two text boxes, for the start and end of the IP range. Validate the input to that form, loop over the IP range, scan the current IP address in the loop body, store the results. Then present them formatted to your liking.
Did you try something like that, and if so, what has been the outcome? some code, yet? See How (Not) To Ask A Question.
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
| [reply] |