Seeing as the other thread was getting a bit to big and hard to understand i though i would make this one
Any way i have the trojan working through port 80 but when i tell it to do somthing like open cd-drive or summing like that it dont work he is not suffing the web but he is on msn so does msn connect through the same port and also wot other ports could i use to connect to
any help thanks on advanced
from
mark
Comments
:
: Any way i have the trojan working through port 80 but when i tell it to do somthing like open cd-drive or summing like that it dont work he is not suffing the web but he is on msn so does msn connect through the same port and also wot other ports could i use to connect to
: any help thanks on advanced
: from
: mark
:
80 is the port used to connect to websites if I'm not mistaken, you should use a different one, higher up like 1987 and so-on.
[blue]
C:Dos
C:Dos Run
Run Dos Run
[/blue]
:
Try doing a search on http://msdn.microsoft.com for the MSWINSCK.OCX it is the active x for winsock and needed , if it is the code I sent you, I think I updated that ocx at some point in time
[blue]
C:Dos
C:Dos Run
Run Dos Run
[/blue]
thanks
from
mark
: thanks
: from
: mark
:
ExitWindowsEx EWX_SHUTDOWN, 0
is based on:
Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long
Public Const EWX_FORCE = 4
Public Const EWX_LOGOFF = 0
Public Const EWX_REBOOT = 2
Public Const EWX_SHUTDOWN = 1
works for 98, not sure how to do it for xp - I belive as it is there will be no option for the victim to stop it.
Good luck.
[blue]
C:Dos
C:Dos Run
Run Dos Run
[/blue]