Git Product home page Git Product logo

wincat's Introduction

my version of netcat, not unix version port. this means some anti virus program will not block it.

WinCat

Usage

wc [-lkszrwechvmT] [host] [port]

l             Listen for incoming connections. It is an error to
              use this option with a host specified.

k             Keep listening. Forces wc to stay listening 
              for another connection after its current
              connection is completed. It is an error to use
              this option without -l.

s             Specify host(s) on the network to send ICMP echo
              requests. The default timeout is 900 milliseconds.
              e.g.    wc -s 10.0.0.0/24

z             Specify port(s) on the host to scan for listening
              daemons using the connect() call. The default
              timeout is 750 milliseconds.
              e.g.    wc -z localhost 1-200

r             Do a reverse DNS lookup with ICMP echo requests. 
              e.g.    wc -sr 10.0.0.0/24

w timeout     The timeout in milliseconds for pings and connect
              scans.
              e.g.    wc -zw 100 localhost 1000-2000

e filename    Specify filename to execute after connect
              (use with caution). See -c for enhanced
              functionality. It is an error to use this
              option with -c, -s, or -z.
              e.g.    host A (10.0.0.2)>  wc -lk -e "cmd" 8118
                      host B (10.0.0.3)>  wc 10.0.0.2 8118

c command     Specify commands to pass to "cmd /c" for
              execution. It is an error to use this option
              with -e, -s, or -z.
              e.g.    host A (10.0.0.2)>  wc -l -c "dir" 8118
                      host B (10.0.0.3)>  wc 10.0.0.2 8118

h             Print this help page.

v             Print version.

host          Can be a numerical address or a symbolic
              hostname. If the -s option is specified, CIDR
              notation (IPv4 only) can be used to specify a
              range of hosts.

port          Port must be single integer. If the -z option
              is specified, a range of ports can be used instead.

Building on Windows

Microsoft's Visual C++ Build Tools (vcvarsall/cl/nmake) are assumed to be installed and added to PATH.

  1. Open the command prompt and navigate to the WinCat directory.
  2. Type vcvarsall x86 to load the windows development environment.
  3. Type nmake.

wincat's People

Contributors

terrylao 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.