Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Updates
      2. Find Lobbies & Players
      3. Guides & Strategies
      4. Vehicles
      5. Content Creator
      6. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

Oh school networks


just another thug
 Share

Recommended Posts

or that they can simply spoof the MAC address and gain access anyway...

In order to do that, they'd need to get the MAC address of whatever you've given access to, which is kind of hard to do when they'd need to get into the network to be able to communicate locally and obtain your MAC address from the packet headers in the first place. As far as I know, the originating source MAC address isn't retained when a packet is routed, only the source network address and everything in the layers above the network layer.

Link to comment
Share on other sites

About 1.5 years ago I worked as an admin in one of labs at my old school. Basically, kids would come in and use the lab. We had a filter thingy installed, but it was ONLY enabled on IE. All the smart kids used Firefox and I didnt discourage it.

 

No one really did any bad stuff, since about 75% of the time we just played BF1942. It was fun, except there was no OC and the machines were total sh*t

ph34r.gif

user posted image
Link to comment
Share on other sites

So in other words you made this up?

I did not make it up, but I'm not going to tell anyone how to do it. You just have to find out for yourself. I have the eerie feeling that if I told anyone on here, they would get in trouble for it and it would come back to me. Had I not almost got criminal charges pressed against me, I might be willing to say.

Link to comment
Share on other sites

just another thug
So in other words you made this up?

I did not make it up, but I'm not going to tell anyone how to do it. You just have to find out for yourself. I have the eerie feeling that if I told anyone on here, they would get in trouble for it and it would come back to me. Had I not almost got criminal charges pressed against me, I might be willing to say.

You use a proxy server. It's not that hard.

user posted image
Link to comment
Share on other sites

There it is but I did not say it.

 

But the reason I got in trouble for it was I used my home pc for it.

Link to comment
Share on other sites

 

or that they can simply spoof the MAC address and gain access anyway...

In order to do that, they'd need to get the MAC address of whatever you've given access to, which is kind of hard to do when they'd need to get into the network to be able to communicate locally and obtain your MAC address from the packet headers in the first place. As far as I know, the originating source MAC address isn't retained when a packet is routed, only the source network address and everything in the layers above the network layer.

Well, if you look at the wireless traffic, the packets aren't going to be changed yet because they haven't went through anything. You will see the source MAC address in the header because its the computer still has to transmit it across the wireless link.

@Opius: I wish I had a working wireless card sad.gif Then I could work on MY tan cool.gif

 

Edited by Myscha
Link to comment
Share on other sites

Since I'm a newb and not a lamer, it could be a funny way to start this Senior year... I know my school network can be easy to play with, so is there any way to get access to server? Like, some of my teachers keep data there, would be fun to see whats in there...
Link to comment
Share on other sites

just another thug
You can play with the server very easily. We were able to get into teacher drop folders. It's just a matter of reading up on those things.
user posted image
Link to comment
Share on other sites

There it is but I did not say it.

 

But the reason I got in trouble for it was I used my home pc for it.

You do realize that a basic script to bypass filters are all of four lines? It's nothing special.

 

$cUrl = curl_init();curl_setopt($cUrl, CURLOPT_URL, $_GET['url']);echo str_replace('http://',$_SERVER['PHP_SELF'].'?url=http://',curl_exec($cUrl));curl_close($cUrl);

 

Link to comment
Share on other sites

There it is but I did not say it.

 

But the reason I got in trouble for it was I used my home pc for it.

You do realize that a basic script to bypass filters are all of four lines? It's nothing special.

 

$cUrl = curl_init();curl_setopt($cUrl, CURLOPT_URL, $_GET['url']);echo str_replace('http://',$_SERVER['PHP_SELF'].'?url=http://',curl_exec($cUrl));curl_close($cUrl);

 

Or *.nyud.net:8090.

Link to comment
Share on other sites

Just sniff your teachers logging onto an SMTP server from a laptop wirelessly.

What would that do? I don't get it. dontgetit.gif

Link to comment
Share on other sites

 

Just sniff your teachers logging onto an SMTP server from a laptop wirelessly.

What would that do? I don't get it. dontgetit.gif

SMTP, FTP, Telnet, POP3, and a score of other protocols all transmit passwords in plaintext, unless running in a secured mode, which very few places will actually do. So by running a packet sniffer you can just lift their password, which is probably the same as what they use on the network.

Link to comment
Share on other sites

 

There it is but I did not say it.

 

But the reason I got in trouble for it was I used my home pc for it.

You do realize that a basic script to bypass filters are all of four lines? It's nothing special.

 

$cUrl = curl_init();curl_setopt($cUrl, CURLOPT_URL, $_GET['url']);echo str_replace('http://',$_SERVER['PHP_SELF'].'?url=http://',curl_exec($cUrl));curl_close($cUrl);

 

Or *.nyud.net:8090.

I'll have to test that on my college's now rather secure network..

 

Edit: lol, no, useless.. It keeps the page's original links, so the next page is like you never used it.

F4tISZ2.png

xY1j6rP.gif

Link to comment
Share on other sites

Turns out I'm going to be working full time at a school from monday helping to manage, maintain and secure their networking facilities (primarily wireless). I'll bear this thread in mind when I keep an eye on the kids. wink.gif

Link to comment
Share on other sites

There it is but I did not say it.

 

But the reason I got in trouble for it was I used my home pc for it.

You do realize that a basic script to bypass filters are all of four lines? It's nothing special.

 

$cUrl = curl_init();curl_setopt($cUrl, CURLOPT_URL, $_GET['url']);echo str_replace('http://',$_SERVER['PHP_SELF'].'?url=http://',curl_exec($cUrl));curl_close($cUrl);

 

Or *.nyud.net:8090.

I'll have to test that on my college's now rather secure network..

 

Edit: lol, no, useless.. It keeps the page's original links, so the next page is like you never used it.

Depends on the website. It maintains original links on some, but doesn't on others. You could write a firefox greasemonkey script that would change the links for you though.

 

My school isn't good enough to have filters. They either turn off all HTTP access to computers as per the teachers decision in a class, or they have a list of domains set up to disallow. So they blocked myspace.com, but not home.myspace.com, so even after they figured out to block myspace's IP, kids are using the google cache to surf.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.