Ok so heres the situation. Say there's a public network of shared computers. Each computer can log in locally on that machine or on the AD domain. Accounts being separate for each obv.
The network:
On the network you can either log in as a guest or with your username/pasword. Let's say you log into the guest account,which logs you into an AD account unique for that computer (computername.AD). very limited access, cant view any folders except (c:\docs and sets\desktop), can't use any programs except those with shortcuts on the desktop, cmd.exe is not on the desktop. So after logging in and realising that they have disabled cmd.exe you try a batch file and realise that they havent disabled the creation/use of batch files. However more importantly you discover that the net user command is fully functional. What i mean its you can use it on a LIMITED account to create an ADMIN account locally on the computer.
net user Supfresh /add *
net localgroup aministrators Supfresh /add
pause
you can also use it to modify the default admin account's password
you log out and log in with your new admin acount and have full access to the local computer, everything from system files to the software that restores the saved image on shut down (prevents permanent installation of programs).
Question: is it possible to gain a network admin account on the AD doamin using a local admin account?
My thoughts so far: use a packet sniffer to scan for admin loggon info? use that to login and create a new account. Data most likely isnt encrypted, possible but unlikely. How exaclty do packet sniffers work? can i use one without network admin status? Also how likely would it be that they would have some sort of detection against netowrk scanning software?
Pretty knew at this so no idea if it would work and for the record i have no intention of actually hacking a network this is purely acedemic, in this case the payoff would be mild amusement whereas the consequences would be significantly more severe, so definatly not worth it.




