Using Nmap commands in PHP
Posted: Tue Aug 06, 2002 4:15 am
Hi Guys,
I want to write a GUI for using Nmap commands, where you can specify all commands to be
executed and also include a filename to save into.
I know for a fact that you can use the following script:
<?system(escapeshellcmd("nmap" . $whatever)); ?>
For instance, nmap has several commands you can include like:
-sS -vv -O -oN , etc..
So I want users to choose options either by checkboxes.
Please help..
I want to write a GUI for using Nmap commands, where you can specify all commands to be
executed and also include a filename to save into.
I know for a fact that you can use the following script:
<?system(escapeshellcmd("nmap" . $whatever)); ?>
For instance, nmap has several commands you can include like:
-sS -vv -O -oN , etc..
So I want users to choose options either by checkboxes.
Please help..