Ike-scan: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=Install=
 
=Install=
 
*apt-get install ike-scan
 
*apt-get install ike-scan
 +
=erfolgreicher Scan=
 +
*ike-scan -M 192.168.240.44
 +
<pre>
 +
Starting ike-scan 1.9 with 1 hosts (http://www.nta-monitor.com/tools/ike-scan/)
 +
192.168.240.44 Notify message 14 (NO-PROPOSAL-CHOSEN)
 +
HDR=(CKY-R=946415af1eafd7d6, msgid=24549111)
 +
 +
Ending ike-scan 1.9: 1 hosts scanned in 0.071 seconds (14.05 hosts/sec).  0 returned handshake; 1 returned notify
 +
</pre>
 +
=erfolgloser Scan=
 +
*ike-scan -M thor.tuxmen.de
 +
<pre>
 +
Starting ike-scan 1.9 with 1 hosts (http://www.nta-monitor.com/tools/ike-scan/)
 +
 +
Ending ike-scan 1.9: 1 hosts scanned in 2.475 seconds (0.40 hosts/sec).  0 returned handshake; 0 returned notify
 +
</pre>
  
 
=Guide=
 
=Guide=
 
*http://www.nta-monitor.com/wiki/index.php/Ike-scan_User_Guide
 
*http://www.nta-monitor.com/wiki/index.php/Ike-scan_User_Guide

Version vom 31. August 2016, 15:34 Uhr

Install

  • apt-get install ike-scan

erfolgreicher Scan

  • ike-scan -M 192.168.240.44
Starting ike-scan 1.9 with 1 hosts (http://www.nta-monitor.com/tools/ike-scan/)
192.168.240.44	Notify message 14 (NO-PROPOSAL-CHOSEN)
	HDR=(CKY-R=946415af1eafd7d6, msgid=24549111)

Ending ike-scan 1.9: 1 hosts scanned in 0.071 seconds (14.05 hosts/sec).  0 returned handshake; 1 returned notify

erfolgloser Scan

  • ike-scan -M thor.tuxmen.de
Starting ike-scan 1.9 with 1 hosts (http://www.nta-monitor.com/tools/ike-scan/)

Ending ike-scan 1.9: 1 hosts scanned in 2.475 seconds (0.40 hosts/sec).  0 returned handshake; 0 returned notify

Guide