Outils pour utilisateurs

Outils du site


tech:pb_nmap_openvz

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:pb_nmap_openvz [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:pb_nmap_openvz [2026/07/16 11:49] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Pb nmap Openvz}}
 +
 +# Pb nmap Openvz
 +
 +Voir :
 +* http://forum.proxmox.com/threads/13303-Using-nmap-for-network-scan
 +* http://seclists.org/nmap-dev/2014/q3/433
 +* http://nmap-dev.996309.n3.nabble.com/Problems-with-nmap-with-openvz-or-bridge-interfaces-td20403.html
 +
 +Erreur nmap sur mon VPS OVH
 +
 +~~~bash
 +apt-get install --no-install-recommends nmap
 +~~~
 +
 +
 +
 +~~~
 +# nmap  1.2.3.4
 +Starting Nmap 6.00 ( http://nmap.org ) at 2015-05-25 13:17 CEST
 +route_dst_netlink: can't find interface "venet0"
 +~~~
 +
 +~~~
 +# nmap --iflist
 +Starting Nmap 6.00 ( http://nmap.org ) at 2015-05-25 13:20 CEST
 +INTERFACES: NONE FOUND(!)
 +ROUTES: NONE FOUND(!
 +~~~
 +
 +
 +## Solution
 +
 +~~~bash
 +nmap --unprivileged 1.2.3.4
 +~~~
 +
 +
 +
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki