Giter Club home page Giter Club logo

service-ident's Introduction

service-ident

Identify the user account running a network service

service-ident lets you identify which user account is listening on a TCP/IP port on a remote system, given that this system is running an Ident server that isn't configured to hide this information.

service-ident is designed to help system administrators verify that their Ident servers aren't divulging more information than necessary.

Download

service-ident can be downloaded from https://service-ident.janikrabe.com/download.

Installation

service-ident can be compiled and installed with Rust's package manager, cargo(1).

cargo install --path .

Usage

service-ident can be run as follows:

service-ident <host> <port> [ident-port [ident-host]]

The program accepts the following arguments:

  • host: the remote host to connect to (required)
  • port: the remote port to connect to (required)
  • ident-port: the ident port to connect to (defaults to 113)
  • ident-host: the ident host to connect to (defaults to the remote host)

For example, the following two commands are equivalent:

service-ident example.com 80 113 example.com
service-ident example.com 80

service-ident's People

Contributors

janikrabe avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.