Author | School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Right, My school ict Technition thinks himself as great. You see me and my friend think otherwise. ;)
Yea of corse we decided to have a look how great he is. On our first look arround we was able to get into Teachers documents And stuff that are saved on the network. Unfortunatly the puple data was locked. So, After we had a good look we told this ICT technition. Yea he was shocked and we felt great.
Now he has upped the security, He has moved the shortcut into the network folders, HE has banned my computer, He has banned Dos (We made our own simple dos
Code @Echo off
command
@echo on
But he fount out about that and i got told off)
The whole point of this post is to ask for help.
Is there anyway that we can get back into the network, like finding it and getting past the restrictions and locks?
Thanks alot
Cerberus |
 |
Author | RE: School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
All due respect, but from what you're saying, ur sounding like a right asshole to me. It's impossible to make a network completely secure, doesn't mean the IT staff is stupid...
Honestly, doubt you're gonna get a lot of help here with sumfing like that.
The point of hacking is to find ways into the system, not have others tell you step by step what to do...
|
 |
Author | RE: School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
i gotta agree with BluMoose, if you only want to be told how to do something theres no point you being on this site, this place is for learning.
Any 1 here with the skill to do wat you want done wont bother with you in my opinion, you are doing what your doing for the compleaty wrong reasons.
|
 |
Author | RE: School computer |
bl4ckc4t Member

Posts: 591 Location: /etc/
Joined: 07.03.06 Rank: Wiseman | |
Not to sound rude or anything, but look for vulnverabilities yourself.
This site is to teach you how to secure yourself and to look for them yourself. The people here are to help you if you should happen to need help, but they wont baby sit you.
|
 |
Author | RE: School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
look just keep trying to find ways in, but don't just come here and try to get answerss.....
|
 |
Author | RE: . |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
the best idea would be to read and understand all that you can from this site, i myself find this site as one of the best hacking "educational" tools, im sure if u paid close anough attencion to the genious that are making articles ect. your problem will cesse to be such
|
 |
Author | RE: School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Reguarding everything already mentioned, you're already smarter than the IT guy. So why do you persist in digging yourself a deeper hole, and only managing to get yourself into deeper troubles? |
 |
Author | RE: School computer |
Uber0n Member

Posts: 1963 Location: Sweden
Joined: 13.06.06 Rank: Hacker Level 3 | |
... and btw don't you know what the ECHO command does? It just hides the commands you enter. And the @ changes the ECHO state for a single command. So starting the first line with
@ECHO OFF
is a good solution for longer batch files, but in your case with just one command you should only write
@command
in the batch file to make the file smaller (if you care about some bytes ). And ending the file with @ECHO ON is 2 times bad, since
1) DOS automatically resets ECHO to ON state after using a batch file and
2) Since ECHO is OFF and you have @ in front of ECHO ON, you actually ECHO that line 
Learn some more DOS... You really should ^^

http://uber0n.web. . . |
 |
Author | RE: School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
how did he ban your computer? MAC Address? HD Serial? User Account? ban is very broad?
|
 |
Author | RE: School computer |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
it was probably the user account that was locked, there would be no point blocking the pc on the network because he would more than likely not be the only kid using it. When I was working as an ICT Techie in a high school, thats the route we would take.
Some of the shit I have taken from kids who thought they were shit hot and I was a pile of noob crap... yeah right, thats why you were caught by me is it butt fuck...:evil:
Edited by on 10-09-06 15:31 |
 |