Replit proxy detector

Inspired by this:

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

:+1: 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

:+1: refreshing db now

“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 @prisems 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

the site isnt loading?

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?