-2

What exactly is the diffrence between meterpreter reverse_shell and any other non-meterpreter reverse shells?

1) The non-meterpreter reverse shell: windows/shell/reverse_tcp

2) Meterpreter: windows/meterpreter/reverse_tcp

ToXicL 16
  • 5
  • 1
  • 2

2 Answers2

3

Basically windows/shell/reverse_tcp will give you a reverse shell->basically command prompt.

and windows/meterpreter/reverse_tcp this will will you a reverse meterpreter session.A meterpreter session contains more than just a shell such as screenshot commands/Webcam grab.Things like that cannot be done from pure command execution.

Also.Instead of just asking wouldn't it be better to just try it out?Or better yet read their documentation.

yeah_well
  • 3,699
  • 1
  • 13
  • 30
0

What is a reverse shell?
A reverse shell is a type of shell in which the target machine communicates back to the attacking machine. The attacking machine has a listener port on which it receives the connection, which by using, code or command execution is achieved.

What is meterpreter?
The meterpreter/reverse_tcp is a staged payload used to gain meterpreter access to a compromised system.

  • It comes down that any payloads that are not in the meterpreter directory, that payloads are not evaluated the way meterpreter works. –  Jul 28 '19 at 14:59