You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rMETAshell takes a shell command and an image, video or text file as input. It then injects the command into the file using metadata comments. After injection, it generates a one-liner execution method for retrieving and executing the injected command from a remote location.
This repository contains a program that gives remote shell connection on the sockets back to the c2 server. This connection can be listened on Netcat as well. It is just a PoC for getting reverse shells by sending input messages, that are commands (from c2) and getting back output messages that are outputs or errors of those commands.
IntrusionX is a netcat based reverse shell tool crafted with Python. Gain remote access and control over target machines with this efficient and discreet solution.
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.
Netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. The command is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts.