pnscan - multi threaded port scanning tool
pnscan [ options] [ <CIDR | host-range> <port-range>] pnscan [ options] [ <port>]
This manual page documents briefly the pnscan command. pnscan is a tool that can be used to survey TCP network services. When used with two command line arguments it will scan the indicated network/hosts and ports. When used without arguments or just one then it will read hostname/IP addresses from stdin and probe those. The single port/service argument is used as a default if no port is indicated on stdin For example, it can be used to survey the installed versions of SSH, FTP, SMTP, Web, IDENT and possibly other services. This program implements a multithreaded TCP port scanner. More information and new relaseses may be found at: http://www.lysator.liu.se/~pen/pnscan
-h Show summary of options.
-v Be verbose.
-V Print version.
-d Print internal debugging info.
-s Lookup and print hostnames. This will slow down the scan
considerably.
-S Enable shutdown mode. With this enabled pnscan will call
shutdown(2) with an argument of 1 in order to half-close the TCP
connection after any -w/-W arguments has been transmitted. The
default is to wait for the remote party to close its end first
(or until enough bytes has been received).
-l Line oriented output. This option will cause pnscan to try to
locate the beginning of a line when a match (-r/-R) has been
found, and only print up to the last byte/character on that
line.
-w<string>
Request string to send. Please note that you must send any
needed CR/LF characters as needed by the protocol since the
string specified is sent as is (after escape characters has been
decoded).
-r<string>
Response string to look for.
-W<hex list>
Hex coded request string to send.
-R<hex list>
Hex coded response string to look for.
-L<length>
Max bytes of response to print.
-t<msecs>
Connect/Write/Read timeout.
-n<workers>
Maximum concurrent worker threads to start.
nmap (1) and ipsort (1).
pnscan was written by Peter Eriksson <[email protected]>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. 27 March 2002 PNSCAN(1)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.