2009/2/9 Bryan Richardson <btri...@gmail.com>

> Hello All,
>
> Would someone mind explaining to me what 'channelized' is and how it works?
>

You can use "channelisation" in cases where you wish to work with multiple
communication channels that will be tunnelled through one tcp/ip session.

Channels are supported by the meterpreter payload, and to channelise you can
do:

meterpreter > execute -f cmd.exe -H -c //this will execute the file cmd.exe,
it will hide the process window and it will channelise the task

Process 1234 created.  //this is output from meterpreter

Channel 2 created.//this is output from meterpreter

meterpreter > //now use meterpreter as usual to do your other stuff

meterpreter > interact 2 //now interact with channelised cmd.exe


>
> I'm wanting to try and use it to send sniffed traffic back to me from a
> compromised machine that I upload a traffic sniffer to...


For already saved captured data you could use the upload/download commands
(again from within meterpreter)

>
> --
> Thanks!
> Bryan
>
> _______________________________________________
> Framework-Hackers mailing list
> Framework-Hackers@spool.metasploit.com
> http://spool.metasploit.com/mailman/listinfo/framework-hackers
>
>

-- 
AM
_______________________________________________
Framework-Hackers mailing list
Framework-Hackers@spool.metasploit.com
http://spool.metasploit.com/mailman/listinfo/framework-hackers

Reply via email to