<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%3A_Port_Scanner_yang_banyak_digunakan</id>
	<title>Ubuntu: Port Scanner yang banyak digunakan - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%3A_Port_Scanner_yang_banyak_digunakan"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Ubuntu:_Port_Scanner_yang_banyak_digunakan&amp;action=history"/>
	<updated>2026-04-19T21:33:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Ubuntu:_Port_Scanner_yang_banyak_digunakan&amp;diff=45701&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Sumber: http://www.binarytides.com/top-port-scanners-on-ubuntu-linux/    1. Angry IP Scanner  Download and Install from http://www.angryip.org/ Fast and easy to use network scanner and por...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Ubuntu:_Port_Scanner_yang_banyak_digunakan&amp;diff=45701&amp;oldid=prev"/>
		<updated>2016-02-19T23:55:16Z</updated>

		<summary type="html">&lt;p&gt;New page: Sumber: http://www.binarytides.com/top-port-scanners-on-ubuntu-linux/    1. Angry IP Scanner  Download and Install from http://www.angryip.org/ Fast and easy to use network scanner and por...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: http://www.binarytides.com/top-port-scanners-on-ubuntu-linux/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Angry IP Scanner&lt;br /&gt;
&lt;br /&gt;
Download and Install from http://www.angryip.org/&lt;br /&gt;
Fast and easy to use network scanner and port scanner.&lt;br /&gt;
&lt;br /&gt;
To scan ports got to Tools &amp;gt; Preferences &amp;gt; Ports &amp;gt; Port Selection&lt;br /&gt;
Enter the ports you want to scan&lt;br /&gt;
Start the scan.&lt;br /&gt;
&lt;br /&gt;
4. Nmap - network mapper&lt;br /&gt;
&lt;br /&gt;
Install : sudo apt-get install nmap&lt;br /&gt;
&lt;br /&gt;
    Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more.&lt;br /&gt;
&lt;br /&gt;
Usage :&lt;br /&gt;
&lt;br /&gt;
desktop:~$ nmap 192.168.1.2 -p1-255&lt;br /&gt;
&lt;br /&gt;
Starting Nmap 5.21 ( http://nmap.org ) at 2011-10-23 19:29 IST&lt;br /&gt;
Nmap scan report for 192.168.1.2&lt;br /&gt;
Host is up (0.00042s latency).&lt;br /&gt;
Not shown: 252 closed ports&lt;br /&gt;
PORT   STATE SERVICE&lt;br /&gt;
21/tcp open  ftp&lt;br /&gt;
22/tcp open  ssh&lt;br /&gt;
80/tcp open  http&lt;br /&gt;
&lt;br /&gt;
Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds&lt;br /&gt;
&lt;br /&gt;
nmap also has with an easy to use GUI frontends :&lt;br /&gt;
&lt;br /&gt;
1. zenmap&lt;br /&gt;
Install : sudo apt-get install zenmap&lt;br /&gt;
http://nmap.org/zenmap/&lt;br /&gt;
&lt;br /&gt;
2. Nmapsi4&lt;br /&gt;
Install : sudo apt-get install nmapsi4&lt;br /&gt;
http://www.nmapsi4.org/&lt;br /&gt;
&lt;br /&gt;
3. Umit&lt;br /&gt;
Install : sudo apt-get install umit&lt;br /&gt;
http://www.umitproject.org/&lt;br /&gt;
&lt;br /&gt;
3. pnscan&lt;br /&gt;
&lt;br /&gt;
Install : sudo apt-get install pnscan&lt;br /&gt;
&lt;br /&gt;
    Pnscan is a multi threaded port scanner that can scan a large network very quickly. If does not have all the features that nmap have but is much faster.&lt;br /&gt;
&lt;br /&gt;
Usage :&lt;br /&gt;
&lt;br /&gt;
desktop:~$ pnscan 192.168.1:192.168.1.2 1:255&lt;br /&gt;
192.168.1.2     :    21 : TXT : 220 (vsFTPd 2.3.2)\r\n&lt;br /&gt;
192.168.1.2     :    22 : TXT : SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3\r\n&lt;br /&gt;
&lt;br /&gt;
4. knocker&lt;br /&gt;
&lt;br /&gt;
Install : sudo apt-get install knocker&lt;br /&gt;
&lt;br /&gt;
Usage :&lt;br /&gt;
&lt;br /&gt;
desktop:~$ knocker --host 192.168.1.2  --start-port 1 --end-port 2600 -nc&lt;br /&gt;
&lt;br /&gt;
+-----------------------------------------------------------------------------+&lt;br /&gt;
|--=| k n o c k e r -- t h e -- n e t -- p o r t s c a n n e r |=-=[ 0.7.1 ]=-|&lt;br /&gt;
+-----------------------------------------------------------------------------+&lt;br /&gt;
&lt;br /&gt;
 - started by user enlightened on Sun Oct 23 19:27:42 2011&lt;br /&gt;
&lt;br /&gt;
 - hostname to scan: 192.168.1.2&lt;br /&gt;
 - resolved host ip: 192.168.1.2&lt;br /&gt;
 - - scan from port: 1&lt;br /&gt;
 - - - scan to port: 2600&lt;br /&gt;
 - - - -  scan type: tcp connect&lt;br /&gt;
&lt;br /&gt;
+=- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  s c a n n i n g  -&lt;br /&gt;
&lt;br /&gt;
 -=[ 21/tcp, ftp ]=- * OPEN *&lt;br /&gt;
 -=[ 22/tcp, ssh ]=- * OPEN *&lt;br /&gt;
 -=[ 80/tcp, www ]=- * OPEN *&lt;br /&gt;
 -=[ 631/tcp, ipp ]=- * OPEN *&lt;br /&gt;
&lt;br /&gt;
+=- - - - - - - - - - - - - - - - - - - - - - - - - - - -  c o m p l e t e d  -&lt;br /&gt;
&lt;br /&gt;
 - scanned host name: 192.168.1.2 IP: 192.168.1.2&lt;br /&gt;
&lt;br /&gt;
 - found 4 open ports in a total of 2600 ports scanned.&lt;br /&gt;
&lt;br /&gt;
 - port scan completed in 0.04 seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://www.binarytides.com/top-port-scanners-on-ubuntu-linux/&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>