Add : a launch command to discovery run with an EventHandler.
[shinken.git] / test / libexec / nmap_wrapper.py
blob4c2c402a879a2bc81bd39fef228c7439d5534d32
1 #!/usr/bin/env python
3 s = """
4 srv1::os=windows
5 srv1::osversion=2003
6 srv1::macvendor=Hewlett Packard
7 srv1::openports=135,139,445,80
8 srv2::os=windows
9 srv2::osversion=7
10 srv2::macvendor=VMware
11 srv2::openports=80,135,139,445
12 """
13 print s