Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pnscan(1) [debian man page]

PNSCAN(1)																 PNSCAN(1)

NAME
pnscan - multi threaded port scanning tool SYNOPSIS
pnscan [ options] [ <CIDR | host-range> <port-range>] pnscan [ options] [ <port>] DESCRIPTION
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 indi- cated 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 OPTIONS
-h Show summary of options. -v Be verbose. -V Print version. -d Print debugginf info. -s Lookup and print hostnames. -S Enable shutdown mode. -l Line oriented output. -w<string> Request string to send. -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> Concurrent worker threads. SEE ALSO
nmap (1) and ipsort (1). AUTHOR
pnscan was written by Peter Eriksson <pen@lysator.liu.se>. 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. 25 March 2002 PNSCAN(1)

Check Out this Related Man Page

ACONNECTGUI(1)						      General Commands Manual						    ACONNECTGUI(1)

NAME
aconnectgui -- FLTK based frontend for aconnect SYNOPSIS
aconnectgui DESCRIPTION
This manual page documents briefly the aconnectgui commands. It was written for the Debian distribution because the original program does not have a manual page. aconnectgui is a FLTK based frontend for aconnect. It is written directly on top of the alsamixer source, leaving the original source intact, only adding a couple of ifdefs, and some calls to the gui part, so it provides exactly the same functionality, but with a graphical user interface. OPTIONS
Options given are ignored. Everything that aconnect has options for is done via the GUI. SEE ALSO
aconnect(1), aseqnet(1), aseqview(1). AUTHOR
This manual page was written by Robert Jordens jordens@debian.org for the Debian system (but may be used by others). 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. ACONNECTGUI(1)
Man Page

7 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

results survey

Hi guys! I was wondering what the outcome was of your survey of a few months ago? One of the questions was if people were willing to pay for additional services like an own account, like username@unix.com with mail box, etc. Sorry if I missed the results if you had already posted them. Ivo (1 Reply)
Discussion started by: Ivo
1 Replies

2. IP Networking

Special network tool needed

Hi everyone, I need some tool or a hint how to code it myself. I want a tool that listenes to a TCP/IP port and reads everything from that port and write it to a logfile. How can I do this? Regards, Steff (3 Replies)
Discussion started by: Tubbietoeter
3 Replies

3. Shell Programming and Scripting

Hex to Decimal Convertion

Dear all, I have a file like this. EE48 4473 7FC9 EE48 102C D23 EE48 4DD 27D EE48 0 0 EE48 3FFE 854 F230 DC6 ... (1 Reply)
Discussion started by: Nayanajith
1 Replies

4. UNIX for Dummies Questions & Answers

Questions for User Survey

Hello, I'm a sysadmin in training and need to create/gather a survey from all the users about the servers that they use, problems, challenges etc. Main purpose of the survey is to identify areas & room for improvement on the existing UNIX environment. I have in mind these questions... (8 Replies)
Discussion started by: rahzzbietel
8 Replies

5. Programming

After converting the hexstr to Hex and storing the Hex in a char*

Hi All, My main intension of is to convert the Hexstring stored in a char* into hex and then prefixing it with "0x" and suffix it with ',' This has to be done for all the hexstring char* is NULL. Store the result prefixed with "0x" and suffixed with ',' in another char* and pass it to... (1 Reply)
Discussion started by: rvan
1 Replies

6. Cybersecurity

pnscan running but not installed

Hello to everyone. I have encountered my first security breach! Quite exciting. I received a few polite emails from abuse networks indicating my outward-facing web & ftp (no mail) server was sending them unfriendly traffic. A quick htop showed that root had executed "pnscan" but I never recalled... (6 Replies)
Discussion started by: seanhogge
6 Replies

7. UNIX for Dummies Questions & Answers

Server dependencies

Hi, How can I discover server dependencies? For example, how do I find out what services depend on email? Is it with nmap? Thanks! :wall: (4 Replies)
Discussion started by: greatmaple
4 Replies