https://github.com/dkwizard01/updated-portable-ncat-exe
This is a portable exe version of Ncat. It is different from ncat-portable-5.59BETA1 in that it uses the latest version of Ncat (Ncat-7.95) and OpenSSL (Openssl-3.3.1) available at the time of compilation. It includes no native PCRE. This repository will be updated with additional scripts relating to Ncat soon.
https://github.com/dkwizard01/updated-portable-ncat-exe
chat ncat netcat netcat-download netcat-features netcat-listener netcat-pentest netcat-reverse netcat-reverse-shell netcat-shell pentest-tool pentesting-tools reverse-shell
Last synced: 2 months ago
JSON representation
This is a portable exe version of Ncat. It is different from ncat-portable-5.59BETA1 in that it uses the latest version of Ncat (Ncat-7.95) and OpenSSL (Openssl-3.3.1) available at the time of compilation. It includes no native PCRE. This repository will be updated with additional scripts relating to Ncat soon.
- Host: GitHub
- URL: https://github.com/dkwizard01/updated-portable-ncat-exe
- Owner: Dkwizard01
- Created: 2024-08-13T15:04:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:39:10.000Z (9 months ago)
- Last Synced: 2025-01-21T12:34:04.237Z (4 months ago)
- Topics: chat, ncat, netcat, netcat-download, netcat-features, netcat-listener, netcat-pentest, netcat-reverse, netcat-reverse-shell, netcat-shell, pentest-tool, pentesting-tools, reverse-shell
- Language: C#
- Homepage: https://www.dkwizard.com
- Size: 36.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a portable exe version of Ncat. It is different from ncat-portable-5.59BETA1 in that it uses the latest version of Ncat (Ncat-7.95) and OpenSSL (Openssl-3.3.1) available at the time of compilation. It includes all the features of Ncat except a native PCRE (Perl Compatible Regular Expressions) library.
The exe was compiled using the guide found at the Nmap/Ncat project wiki (minus some slight modifications):
https://secwiki.org/w/Nmap/Ncat_Portable
To use the exe, navigate to the directory where it is located and then just type: "ncat.exe" followed by the standard Ncat commands.
The folder Ncat auto start contains a basic C# script that can be used to automate Ncat.