Bypassing IDS-Firewall Using Meterpreter Over SSH on Kali Linux

Nov 17, 2015 05:05 PM
Nov 18, 2015 04:11 PM
635834310842133625.jpg

MeterSSH is a way to take shellcode, inject it into memory then tunnel whatever port you want to over SSH to mask any type of communications as a normal SSH connection. The way it works is by injecting shellcode into memory, then wrapping a port spawned (meterpeter in this case) by the shellcode over SSH back to the attackers machine. Then connecting with meterpreter's listener to localhost will communicate through the SSH proxy, to the victim through the SSH tunnel. All communications are relayed through the SSH tunnel and not through the network.

Features

Meterpreter over SSH

Ability to configure different IP's, addresses, etc. without the need to ever change the shellcode.

Monitor for the SSH connection and automatically spawn the shell

Download:

https://github.com/trustedsec/meterssh

Tutorial:

More info:

http://penetrationtestingwithkalilinux.blogspot.com/2015/10/bypassing-ids-firewall-using.html

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!