Skip to content

Instantly share code, notes, and snippets.

View imeesa's full-sized avatar
💭
tell me if you have any cool projects to work on

Eesa imeesa

💭
tell me if you have any cool projects to work on
View GitHub Profile
@imeesa
imeesa / silly.py
Created September 29, 2025 18:21
X-Real-Ip is a custom header from nginx, change to your cloudflare header or whatever
from flask import Flask, request, render_template, redirect
import requests
def get_isp_name(ip: str, token: str = None) -> str:
try:
url = f"https://api.ipinfo.io/lite/{ip}?token=nope"
response = requests.get(url, timeout=5)
response.raise_for_status()
data = response.json()
@font-face {
font-family: "UCSUR";
src: url(https://github.com/etbcor/nasin-nanpa/releases/download/n4.0.1/nasin-nanpa-4.0.1-UCSUR.otf);
}
* !important {
font-family: GG Sans, "UCSUR"
}
{
"193.25.217.28": "WoodieScan",
"51.75.66.201": "slowstack",
"151.115.73.107": "matscan",
"154.213.185.46": "MC Server Scanner",
"154.213.187.114": "MC Server Scanner",
"3.14.29.73": "MC Server Scanner",
"154.213.187.131": "MYNX scanner",
"172.104.152.224": "mcsrvstat.us",
"94.131.100.102": "ServerOverflow",
@imeesa
imeesa / nitro.py
Created March 22, 2024 21:51
free nitro thing. make a gx account and get the session. i'll adda youtube tutorial at some point
import requests
headers = {
'authority': 'discord.opr.gg',
'accept': '*/*',
'accept-language': 'en-US,en;q=0.9',
'authorization': 'nope',
# 'content-length': '0',
'origin': 'https://www.opera.com',
'referer': 'https://www.opera.com/',

COPYRIGHT (c) 2023 SELF-DIRECTED LEARNING ACADEMY

Permission is hereby granted, free of charge, to any person obtaining a copy of this rubric and associated documentation files (the “Rubric”), to deal in the Rubric without restriction, including without limitation the rights to use, copy, modify, and/or distribute copies of the Rubric, and to permit persons to whom the Rubric is furnished to do so, subject to the following conditions:

This permission notice shall be included in all copies or substantial portions of the Rubric.

THE RUBRIC IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. THERE IS NO GUARANTEE THAT THE COPYRIGHT HOLDERS ARE INDEED THE AUTHORS OF THIS RUBRIC, HOWEVER THEY DO HAVE FULL RIGHTS TO THE RUBRIC. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHE

from http.server import BaseHTTPRequestHandler
import socketserver
from functools import reduce
import urllib
urllib.parse.unquote('%20hello')
def parentfolder(path):
path = path.replace('\\', '/')
splitpath = path.split('/')[:-1]