Projects STRLCPY maigret Commits 16fb6476
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 347 lines
    348 348   connector = ProxyConnector.from_url(proxy) if proxy else aiohttp.TCPConnector(ssl=False)
    349 349   # connector = aiohttp.TCPConnector(ssl=False)
    350 350   connector.verify_ssl=False
    351  - session = aiohttp.ClientSession(connector=connector)
     351 + session = aiohttp.ClientSession(connector=connector, trust_env=True)
    352 352   
    353 353   if logger.level == logging.DEBUG:
    354 354   future = session.get(url='https://icanhazip.com')
    skipped 599 lines
  • ■ ■ ■ ■ ■ ■
    maigret/resources/data.json
    skipped 14633 lines
    14634 14634   "usernameClaimed": "%D0%96%D1%83%D0%BA%D0%BE%D0%B2",
    14635 14635   "usernameUnclaimed": "noonewouldeverusethis7"
    14636 14636   },
    14637  - "Yandex": {
     14637 + "YandexReviews": {
    14638 14638   "tags": [
    14639  - "global",
    14640 14639   "ru"
    14641 14640   ],
    14642 14641   "type": "yandex_public_id",
    14643  - "checkType": "status_code",
     14642 + "headers": {
     14643 + "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
     14644 + },
     14645 + "checkType": "message",
     14646 + "presenseStrs": [
     14647 + "content=\"\u041e\u0442\u0437\u044b\u0432\u044b \u0438 \u043e\u0446\u0435\u043d\u043a\u0438"
     14648 + ],
     14649 + "absenceStrs": [
     14650 + "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0441\u043a\u0440\u044b\u043b \u0441\u0432\u043e\u044e \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443"
     14651 + ],
    14644 14652   "alexaRank": 49,
    14645  - "url": "https://yandex.ru/user/{username}",
     14653 + "url": "https://reviews.yandex.ru/user/{username}",
    14646 14654   "urlMain": "https://yandex.ru/",
    14647  - "usernameClaimed": "blue",
    14648  - "usernameUnclaimed": "noonewouldeverusethis77777"
     14655 + "usernameClaimed": "20vpvmmwpnwyb0dpbnjvy3k14c",
     14656 + "usernameUnclaimed": "noonewouldeverusethis7"
    14649 14657   },
    14650 14658   "YandexBugbounty": {
    14651 14659   "tags": [
    14652  - "global",
    14653  - "ru"
     14660 + "global"
    14654 14661   ],
    14655 14662   "checkType": "status_code",
    14656 14663   "alexaRank": 49,
    skipped 7 lines
    14664 14671   "global",
    14665 14672   "ru"
    14666 14673   ],
     14674 + "headers": {
     14675 + "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
     14676 + },
    14667 14677   "errors": {
    14668 14678   "action=\"/checkcaptcha\" onsubmit": "Captcha detected, use proxy/vpn"
    14669 14679   },
    skipped 18 lines
    14688 14698   "alexaRank": 49,
    14689 14699   "url": "https://local.yandex.ru/users/{username}",
    14690 14700   "urlMain": "https://local.yandex.ru/",
    14691  - "usernameClaimed": "blue",
     14701 + "usernameClaimed": "gp7v6ufryzw3m1nvdj4ycexa8g",
    14692 14702   "usernameUnclaimed": "noonewouldeverusethis77777"
    14693 14703   },
    14694 14704   "YandexMarket": {
    skipped 7775 lines
Please wait...
Page is in error, reload to recover