From a3dc82d51cda304b74d3e66c50bbe7350b913876 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 10 May 2017 22:08:22 +0200 Subject: [PATCH] Fix mispelling in meterpreter readme --- .../modules/payload/linux/x86/meterpreter/reverse_tcp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/modules/payload/linux/x86/meterpreter/reverse_tcp.md b/documentation/modules/payload/linux/x86/meterpreter/reverse_tcp.md index 528253d665..b5ced8524f 100644 --- a/documentation/modules/payload/linux/x86/meterpreter/reverse_tcp.md +++ b/documentation/modules/payload/linux/x86/meterpreter/reverse_tcp.md @@ -1,4 +1,4 @@ -linux/x86/meterpreter/reverse_tcp is the most pouplar payload against the Linux platform. It allows +linux/x86/meterpreter/reverse_tcp is the most popular payload against the Linux platform. It allows you to remotely take over the compromised system, having control of the file system, collect sensitive information such as credentials using post modules, etc. @@ -209,7 +209,7 @@ meterpreter > help ## Using a Post module -One of the best things about Meterprter is you have access to a variety of post modules that +One of the best things about Meterpreter is you have access to a variety of post modules that "shell" sessions might not have. Post modules provide you with more capabilities to collect data from the remote machine automatically. For example, stealing credentials from the system or third-party applications, or modify settings, etc.