├── README.md ├── img ├── glyphicons-halflings.png └── glyphicons-halflings-white.png ├── settings.php ├── list.php ├── index.php ├── result.php ├── xml └── test ├── js └── jquery.js └── css └── bootstrap.css /README.md: -------------------------------------------------------------------------------- 1 | webmap 2 | ====== 3 | 4 | NMAP via web 5 | Built with bootstrap, jquery, php5 and nmap 6 | -------------------------------------------------------------------------------- /img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekchannel/webmap/HEAD/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekchannel/webmap/HEAD/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /settings.php: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /list.php: -------------------------------------------------------------------------------- 1 | $filename, 8 | 'ctime' => filectime(RESULTS_PATH . $filename) 9 | ); 10 | } 11 | krsort($files); 12 | ?> 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 |
22 |

Scan results:

23 | 24 | 25 | 26 | 27 | 28 | 32 | 33 | 34 | 35 | 36 | 40 |
FileCreation date
41 |
42 | 43 | 44 | 46 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 27 | 28 | 29 | 30 | 31 | WebMap - Do scans online! 32 | 33 | 34 | 35 | 36 |
37 |

WebMap

38 | 39 |

Web scans disabled

40 | 41 |

Enter host or IP address to scan:

42 |
43 | 44 |
45 |
46 | 47 |
48 | "> 49 |
50 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /result.php: -------------------------------------------------------------------------------- 1 | host->status['state'] != 'up') { 28 | die('Host is down'); 29 | } 30 | 31 | ?> 32 | 33 | 34 | 35 | 36 | WebMap scan results: <?=$result->host->address['addr']?> 37 | 38 | 39 | 40 |
41 | 42 | 43 | 44 |

Scan results for: host->address['addr']?>

45 |
46 | 47 |
48 |

IP: host->address['addr']?>

49 | 50 | host->hostnames->hostname): ?> 51 | host->hostnames->hostname as $hostname):?> 52 |

Hostname: ()

53 | 54 | 55 | 56 | host->os): ?> 57 |

58 | Operating System: 59 | host->os->osmatch): ?> 60 | host->os->osmatch as $os): ?> 61 | (%). 62 | 63 | 64 |

65 | 66 | host->distance): ?> 67 |

Distance: host->distance['value']?> hops

68 | 69 | host->uptime): ?> 70 |

Last boot: host->uptime['lastboot']?>

71 | 72 | 73 |
74 | 75 | 76 | host->ports->port): ?> 77 |

Ports:

78 |
79 | host->ports->port as $port): ?> 80 | 81 |
82 | state['state'] == "open"):?> 83 | state['state']?> 84 | 85 | state['state']?> 86 | 87 | 88 | () 89 | Service name: service['name']?>. 90 | service['product']): ?> 91 | Product: service['product']?>. 92 | 93 | service['version']): ?> 94 | Version: service['version']?>. 95 | 96 | 97 | script): ?> 98 | script as $script): ?> 99 |
100 | 101 | : 102 |
103 |
104 |
105 | 106 | 107 |
108 | 109 | 110 | 111 | 112 | 113 | host->ports->extraports): ?> 114 | host->ports->extraports as $extraport): ?> 115 | 116 |

Closed ports:

117 | 118 | 119 | 120 |
121 | 122 |

runstats->finished['summary']?>

123 |
124 | 125 | 126 | -------------------------------------------------------------------------------- /xml/test: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | cpe:/a:openbsd:openssh:5.3p1cpe:/o:linux:kernel 18 | cpe:/a:apache:http_server:2.2.14