Giter VIP home page Giter VIP logo

inou's Introduction

Inou

Inou (pronounced as "I know you") is a tool to discover the service behind a specific unknown port. It performs an active scan trying to communicate with the service using multiple protocols (even concurrently). Inou is easy to integrate in bigger frameworks.

Features

Inou can perform the requests over SSL, UDP and TCP. The following are the supported protocols and applications:

  • HTTP
  • DNS
  • SIP
  • RTSP
  • FTP
  • SMB
  • SMTP
  • SNMP
  • TELNET
  • SSH
  • SIP
  • ZMQ
  • RABBITMQ

Moreover it supports the detection of custom protocols based on JSON, XML or binary data.

Usage

$ python3 inou.py -h
usage: inou.py [-h] [-u] [-s] [-p] [-d] ip_address port

positional arguments:
  ip_address      Target ip address where the service is installed
  port            Target port address where the service is listening

optional arguments:
  -h, --help      show this help message and exit
  -u, --udp       Use UDP instead of TCP
  -s, --ssl       Use SSL sockets (default: False)
  -p, --parallel  Use multiple threads (default: False)
  -d, --debug     Enable debug prints

$ python3 inou.py 127.0.0.1 4443 --ssl -p
Result: HTTP/SSL 

Contributing

Adding the support for a new protocol is enough simple. You have just to implement a new method in the class Inou called is<protocol_name_uppercase> (e.g. isFOO). Then you call getresponse method checking the result. The function returns an array of byte, thus use decode() if you want to work with strings.

License

GPLv3

inou's People

Contributors

alegrey91 avatar echo-devim avatar ggeorgovassilis avatar

Watchers

 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.