Alaa-abdulridha / DotnetCat

C# remote command shell application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

DotnetCat

Remote command shell application written in C#, targeting the .NET Core 3.1 runtime.

Basic Usage

  • Linux Systems

    dncat [OPTIONS] TARGET
  • Windows Systems

    dncat.exe [OPTIONS] TARGET

Available Arguments

All available DotnetCat arguments are listed in the following table:

Argument Type Description Default
TARGET Required Target address or host N/A
-p/--port PORT Optional Primary local/remote port 4444
-e/--exec EXEC Optional Command shell executable N/A
-o/--output PATH Optional Receive a remote file N/A
-s/--send PATH Optional Send local file/directory N/A
-l, --listen Optional Listen for connection False
-v, --verbose Optional Enable verbose output False
-r, --recurse Optional Send directory recursively False
-h/-?, --help Optional Display the help menu False

Download Options

All-In-One Executables

To download an all-in-one executable, select one of the options below:

Full Repository

The entire DotnetCat source code repository can be downloaded here.


Copyright & Licensing

The DotnetCat application source code is available here and licensed under the MIT license.

About

C# remote command shell application

License:MIT License


Languages

Language:C# 100.0%