Inspired by this:
My school finally blocked repl.co because it’s a “proxy,” and they sadly have good reason. Thousands and thousands of proxies are being hosted on Replit. A quick search for “replit proxy” has tons of results. I think some sort of tool to delete every repl that was forked from a proxy, as well as the original proxy, is really needed at this point, as well as seeking them out. This is ruining chances to learn and experiment with code, which could lead to careers in tech, and I can’t try to get it …
I made a website where you can view all the the probably proxies on replit. Idk about the uses, maybe you just want to flag some stuff becuase you have anger, idk.
Notes
Anything above lvl 30 is very likely to be a violating proxy
If the user changes the name to something non-suspicious, it can still catch it
Right now I need to manually refresh the db, so ping me about that
Backend: Flask, Frontend: Karax in nim
API endpoints
/api/count
Get the amount of possibly proxies in the db
/api/get?max={num}
Get {num} amount of entries from the db.
6 Likes
Looks cool. A thing to note that I said in that other topic is that only proxies that are to bypass school restrictions are banned. So please don’t go reports all of these unless they are intended (it says for school) for school.
4 Likes
I made this so that a human has to check before they flag, so that there are no mistakes like that.
3 Likes
Meant to be a note for others so they know the rules behind it. Us mods don’t need more reports
1 Like
This is really cool @dragonhunter1 ! Great job!
2 Likes
Update
I need more keywords, currently I have these:
kws = [
"avoid block",
"web block",
"unblocker",
"web unblocker",
"filters",
"bypass",
"school filters",
]
Please suggest more below!
Guidelines
Minimal spaces
Cannot contain the word “proxy”, becuase that catches to many false positives
2 Likes
Suggestions:
bypass
incognito
unblocked
school proxy
illegal
“school proxy” might not work as what you said in source reply.
3 Likes
“There are 0 proxies in the database”
You should also make it ai, that would be neat
1 Like
That because I just cleared it! Will notify you when it is back up!
Saw this high level one: https://replit.com/@akjgjkewgwerg/Holy-Unblocker-86
It states “bypass web filters”, would that be good to report or not as it doesn’t directly state “school”.
2 Likes
@joecooldoo the db has finished refreshing (842 now in the db), and @EarthRulerr ask not-Ethan
1 Like
How would that work? Like what part would I add it to?
like if a title is similar to one already in the database, it flags that too
1 Like
Can you share a screenshot?
And
I use a different similarity lib that does not involve an, but checking against other names is a cool idea
it loaded, it just took a long time
Probably because it was waking up.
wouldnt it have showed me the waking up screen?