Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    mainmenu();
    startup();
    MainLoop();
    
  2. or download this
    sub begin_menus{
        $scan_menu->command(-label => 'Nmap Scan',
    ...
    }
    
    nmap_start();