Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Korvax55707y@kvsjxd they block all vpns and proxys they also block uncategorised websites which includes my own websites and some other school cheating sites
-
Korvax55707y@Naptic the code is still private.
I was thinking of sharing on github but first i need to refactor my spaghetti code before sharing it online -
Could you not just use IRC? This seems overkill. It's really just an excuse isn't it? 😂
-
Really impressive work, be aware that the could still block it if they notice alot of traffic going to a particular ip (particularly if it's hosted on machine with a static IP)it just depends how switched on the admin is
-
Korvax55707y@daarkfall i will be hosting on my laptop and to access it they will use lan ip and when they block my laptop from accessing the wifi I can change my mac address and everything should work fine
-
sebh06025147ySubscribing for GitHub link. I once tried to do something like that too, but was caught.
-
We had a shared drive so I made a little chat that used files in that drive as sockets to communicate with all peers in the classroom
-
denisal1007yIt looks cool, what lang did u wrote that software?! that allows you to login or register?
-
@tankerkiller125
Not if the school has a decent budget and an external company to manage their IT.
School that the company I work at supports had an incident years ago, (some dumbass teacher was watching porn the night before, opened the laptop up, and blamo, kids saw that shit). They went overboard and spent a shit ton of money on content filtering. Then decided on a thousand other requirements too. -
@ragnarr023 most schools will not go that far. Exspecialy since doing so could potentially break there own stuff. And even if it didn't it would be so expensive and hard to maintain that it wouldn't be worth it (and yes we do have an external company doing filtering) however even if they do manage to block tors normal functions it's very easy to route traffic through an unlocked website (aka Google, Amazon, Microsoft, etc.)
-
Great job! See sometimes bad things produce better things (no clue why I'm being wise now just my two cents)
-
@DavidKevork seems like a good idea but is the lan using dhcp? How will people know where it lives?
-
@daarkfall probably a Microsoft DHCP server in which case the DNS will update too. So if his laptop is named "Devtop" then people could access it from say "devtop.school.tld" and the IP will be updated by Microsoft DHCP automatically.
With that said the networks (guest, student, staff, etc.) Are probably separated a bit so it may become a issue to access. Would be interesting to see though. -
This makes me think I should leave my personal projects on here as well since everyone loves this. But I know I shouldn't because I will get a lot rants probably.
-
@tankerkiller125 is devtop such a common name? My laptop is called devtop as well xD
-
Silvus1037y@DavidKevork a decent network administrator will find the machine name as well. Once you start Mac swapping, I would start hardware tracing. See what hardware you are connecting to and eventually catch you via physically being in the same place.
-
Korvax55707y@daarkfall every laptop gets a static ip and my laptops internal ip has been the same from the start of the year, so all i need to do is share the internal ip
-
@DavidKevork actually that sounds like a long lease DHCP address. Kinda like what I have at set up at home. At the end of the year (if you leave for summer break I know some countries don't) you will get a new IP at the beginning of next year.
My school blocks all social media websites, so i made a small social media site with chat and going to run it localy on my laptop and they cant block it :D
undefined