View previous topic :: View next topic |
Author |
Message |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Nov 12, 2009 10:39 pm Post subject: Bypassing school's createprocess block |
|
|
I can run JARs at school because they are ran through java.exe, an allowed process. But the school blocks most processes using the default windows protection. When i try to create a new exe in java, i get CreateProcess error 1260 (System blocked createprocess). Is there anyway to bypass this?
I can bypass the blocks by doing a little ethernet trick, but it doesn't allow me to access network (but internet yes)
_________________
|
|
Back to top |
|
 |
shhac Expert Cheater
Reputation: 0
Joined: 30 Oct 2007 Posts: 108
|
Posted: Sat Nov 14, 2009 6:31 am Post subject: |
|
|
Depends why CreateProcess is actually being blocked (e.g. whitelist only).
Some ideas you could try:
#Renaming the file to the same as an allowed programme (e.g. paint.exe).
#Putting the file in the start menu and then running it.
#Using the .scr extension.
#Because you said you can use java.exe you might be able to copy the API and then launch your programme through your renamed CreateProcess.
#Memory editing with something like http://www.brothersoft.com/memory-editor---java-download-301745.html
|
|
Back to top |
|
 |
tombana Master Cheater
Reputation: 2
Joined: 14 Jun 2007 Posts: 456 Location: The Netherlands
|
Posted: Sat Nov 14, 2009 6:46 am Post subject: |
|
|
shhac wrote: |
#Using the .scr extension.
|
or the .com extension (if they block most exe's they probably will have blocked .com as well, but its worth a try)
|
|
Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Wed Nov 18, 2009 9:34 pm Post subject: |
|
|
hook CreateProcess and allow everything?
_________________
|
|
Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Nov 18, 2009 9:38 pm Post subject: |
|
|
kitterz wrote: | hook CreateProcess and allow everything? |
It's not possible to run a driver / c++ exe with the block on. I can't hook in Java. I also tried changing the file names and CreateProcess it and i still get error 1260 (idk if it can be hook changed).
_________________
|
|
Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Wed Nov 18, 2009 9:55 pm Post subject: |
|
|
Hm. Interesting. What I did to bypass the school blocks is to get the password hashes, then use rainbow tables to crack the Admin password.
_________________
|
|
Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Nov 19, 2009 6:15 am Post subject: |
|
|
kitterz wrote: | Hm. Interesting. What I did to bypass the school blocks is to get the password hashes, then use rainbow tables to crack the Admin password. |
how did you get the password hashes?
That also kinda defeats the purpose of bypassing it and not letting them know. They would track the admin account if its doing weird stuff.
_________________
|
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Sun Nov 22, 2009 5:47 pm Post subject: |
|
|
How did they block it? Try to hookhop it.
|
|
Back to top |
|
 |
M. Master Cheater
Reputation: 23
Joined: 09 Dec 2007 Posts: 267 Location: wat
|
Posted: Wed Nov 25, 2009 12:00 pm Post subject: Re: Bypassing school's createprocess block |
|
|
HomerSexual wrote: | I can run JARs at school because they are ran through java.exe, an allowed process. But the school blocks most processes using the default windows protection. When i try to create a new exe in java, i get CreateProcess error 1260 (System blocked createprocess). Is there anyway to bypass this?
I can bypass the blocks by doing a little ethernet trick, but it doesn't allow me to access network (but internet yes) | Pull out ethernet cable while logging in, then plug back in?
|
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Wed Nov 25, 2009 12:21 pm Post subject: |
|
|
Try a hook hop, they might of hooked the function.
|
|
Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Thu Nov 26, 2009 4:11 pm Post subject: |
|
|
Agent Black Bear wrote: | Did this at my school. Told the teacher I knew and he didnt care, he even asked me for it. He later then reported me as knowing the password and denying he ever asked me for it or used it. In the end, I ended up talking to the Districts security team. Was sad considering all I did was download a program and run it. | What for? It's not criminal and you didn't do any damage, they can send you wherever they want but everything you did is perfectly legal.
|
|
Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Thu Nov 26, 2009 6:49 pm Post subject: |
|
|
iPromise wrote: | Try a hook hop, they might of hooked the function. |
It's a windows block, it's not their own protection (they are fucking morons)
When school resumes after break i will try OPHCrack.
And yes, the ethernet trick is just pulling it out then back in.
_________________
|
|
Back to top |
|
 |
shhac Expert Cheater
Reputation: 0
Joined: 30 Oct 2007 Posts: 108
|
Posted: Fri Nov 27, 2009 1:54 pm Post subject: |
|
|
If you can do the ethernet thing and changes persist over logout/login, then edit the registry HKEY_CLASSES_ROOT and make a copy of exefile and a new file extension that points to it, like .x2 for example, then export these so you don't need to recreate them manually in future, log out, log back in without the Ethernet trick and try running a .x2 file.
Don't know if you can edit the reg with java, might be easier if you can.
If all of this still isn't working you could try having some fun with virtual machines and figuring out exactly what commands are being sent to disable you from being able to launch apps.
|
|
Back to top |
|
 |
|