Author Topic: Hacking my school server.  (Read 1761 times)

0 Members and 1 Guest are viewing this topic.

Offline sdksdk

  • /dev/null
  • *
  • Posts: 8
  • Cookies: -3
  • nobody.
    • View Profile
Hacking my school server.
« on: September 11, 2015, 08:02:26 pm »
Hello guys.
For some time now I've been planning this.


Some information I've collected over time:


+-+-+-+-+-+-+-+INFO+-+-+-+-+-+-+-+
~ 500 PCs connected through the network.
- Windows Server 2008 r2 [as virtual machine] used for Accounts
- I can connect through Ethernet almost everywhere in the school
- I have a low-permission account on that Windows Server
- All PCs in the school are running Windows 7
- I know the DOMAIN/IP for the Win Server
- I can stay after the school has finished with my laptop there.
+-+-+-+-+-+-+-+INFO+-+-+-+-+-+-+-+
Brute Forcing isn't an option, the password is very complicated.

Any ideas what I can do?
Thank you :P
« Last Edit: September 11, 2015, 08:05:03 pm by sdksdk »

Offline white-knight

  • Knight
  • **
  • Posts: 190
  • Cookies: 26
    • View Profile
Re: Hacking my school server.
« Reply #1 on: September 11, 2015, 08:55:21 pm »
Since you have access u could use a ducky to get a easy  reverse shell to your laptop. 

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Hacking my school server.
« Reply #2 on: September 11, 2015, 09:14:54 pm »
put a key logger on your own workstation and ask for the teacher to help you login. tell him your password isnt working.

maybe the teacher will try loggin in as himself to verify he can connect - now u got his creds.

ask a few other students to try to login, that way if you plan on doing dirt, u can use their account for it.

keep us posted.
The invariable mark of wisdom is to see the miraculous in the common.

Offline sdksdk

  • /dev/null
  • *
  • Posts: 8
  • Cookies: -3
  • nobody.
    • View Profile
Re: Hacking my school server.
« Reply #3 on: September 11, 2015, 09:21:14 pm »
put a key logger on your own workstation and ask for the teacher to help you login. tell him your password isnt working.

maybe the teacher will try loggin in as himself to verify he can connect - now u got his creds.

ask a few other students to try to login, that way if you plan on doing dirt, u can use their account for it.

keep us posted.


Thanks for the quick response, I'll try that.
I won't be at the school till Tuesday, but Tuesday I'll try it.
I will make sure I'll keep you updated :)

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Hacking my school server.
« Reply #4 on: September 12, 2015, 01:03:32 am »
Try to do it while school is still on. That way, you get an aweful pile of logs for them to go through and alot of traffic yoou can hide in all of that.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline sdksdk

  • /dev/null
  • *
  • Posts: 8
  • Cookies: -3
  • nobody.
    • View Profile
Re: Hacking my school server.
« Reply #5 on: September 12, 2015, 02:13:04 pm »
Try to do it while school is still on. That way, you get an aweful pile of logs for them to go through and alot of traffic yoou can hide in all of that.


Thanks for the tip :)

Offline Tugboat

  • NULL
  • Posts: 4
  • Cookies: 3
  • Tuggin all day long
    • View Profile
Re: Hacking my school server.
« Reply #6 on: September 14, 2015, 04:29:00 pm »
Something that used to work for me, with Networked Windows Accounts,
is to login with your normal credentials and as soon as your details are validated,
pull the ethernet cord out.

This would make me a Windows administrator on the actual desktop I was pulling the cord from.
Although note that the credentials you logged in with are still displayed, depending on what you do (I.E. A remote shutdown will tell the user "<username> is shutting down your pc for maintenance")
Easiest fix for this is to take someone else's credentials.

Hope this helps.

Offline xor

  • Peasant
  • *
  • Posts: 59
  • Cookies: 32
    • View Profile
Re: Hacking my school server.
« Reply #7 on: September 15, 2015, 04:51:50 am »
Here are a couple of methods that I would recommend


1. Get local administrator to a single machine

I advise that you try and get local admin on a single machine before you go after domain admin.
A lot of lazy system admins will use the same password for the local admin user and the domain admin user.

This can involve either cracking the NTLM hash using available tools, or scanning the network with any known credentials to find out if those credentials have local admin on any other machines. You can also use key loggers, though this is considerably more detectable.


2. Access Token duplication.

Once you have admin, you can use a tool such as Incognito which will scan the all running processes for delegation tokens, you can then use these tokens to attempt to create a domain admin user.


3. Check for windows services running as a domain administrator

Again, lazy sys admins will run certain windows services with the domain administrator account.
These accounts will have passwords stored locally. There are several tools available to dump these. LSADump, LSASecretsDump, pwdump, etc.

Using your new local admin access, you can scan the network for other machines you have local admin too as well, and find any that might be running services such as these.


4. Pass the hash attack

This is where you can intercept the authentication hash of a domain logon, from there, you can authenticate to active directory using the hash only, without having to know the plain text password.
http://www.windowsecurity.com/articles-tutorials/misc_network_security/Dissecting-Pass-Hash-Attack.html



5. Pass the ticket (Kerberos gold/silver ticket attack)

This is where you use the Kerberos ticket granting ticket of a user that recently logged in to the domain.
https://www.vidder.com/resources/attacks/pass-the-ticket.html
http://cert.europa.eu/static/WhitePapers/CERT-EU-SWP_14_07_PassTheGolden_Ticket_v1_1.pdf


6. Network share executables

Some sysadmins have a network file server.
Sometimes they have tools such as PuTTY saved on there for ease of access.
If any of those tools (such as PuTTY) are open source and the directory is writable, you can recompile your own malicious version of the program and replace it. This program can steal credentials, or run a backdoor with the users priviledges.



These are a few effective methods for gaining control of a domain network.
There's plenty of information online for each. Just look them up.

-- xor
« Last Edit: September 15, 2015, 04:52:31 am by xor »

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Hacking my school server.
« Reply #8 on: September 16, 2015, 03:13:07 am »
You got the guy reading alot of stuff he might never get 7 months later.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline sdksdk

  • /dev/null
  • *
  • Posts: 8
  • Cookies: -3
  • nobody.
    • View Profile
Re: Hacking my school server.
« Reply #9 on: September 17, 2015, 05:38:39 pm »
I've decided to learn more about Windows Server 2008 and test it locally, then use the real thing.
I've talk to many people and that's how they got busted many times, because they weren't familiar with the OS.
Thanks for the tips guys, I appriciate it!
« Last Edit: January 16, 2016, 09:28:33 pm by sdksdk »