file_name
stringlengths
5
73
relative_path
stringlengths
7
117
extension
stringclasses
6 values
size_bytes
int64
0
971k
content
stringlengths
0
960k
Quotes2.txt
Quotes/Quotes2.txt
.txt
630
| ,_ | | ,' `\,_ ___________________________________________ | | |_,-'_) / A good detective knows that every task, | | | /##c '\ ( / every interaction, | | | ' |' -{. ) / no matter how seemi...
Quotes20.txt
Quotes/Quotes20.txt
.txt
630
| ,_ | | ,' `\,_ ______________________________________________ | | |_,-'_) / Now is the dramatic moment of fate, Watson, | | | /##c '\ ( / when you hear a step upon the stair | | | ' |' -{. ) / which is walking in...
Quotes6.txt
Quotes/Quotes6.txt
.txt
630
| ,_ | | ,' `\,_ __________________________________ | | |_,-'_) / My name is Sherlock Holmes. | | | /##c '\ ( / It is my business to know. | | | ' |' -{. ) / what other people ...
Quotes16.txt
Quotes/Quotes16.txt
.txt
630
| ,_ | | ,' `\,_ ___________________________________________ | | |_,-'_) / ... but it is better to learn wisdom | | | /##c '\ ( / late than never to learn it at all. | | | ' |' -{. ) / - Sherlock Holmes ...
Quotes17.txt
Quotes/Quotes17.txt
.txt
630
| ,_ | | ,' `\,_ _____________________________________ | | |_,-'_) / Education never ends, Watson. | | | /##c '\ ( / It is a series of lessons, | | | ' |' -{. ) / with the greatest f...
Proxy_list.txt
Proxies/Proxy_list.txt
.txt
398
20.195.17.90:3128 138.68.42.77:3128 193.136.19.68:8080 159.65.69.186:9300 95.216.10.237:6000 132.226.25.214:3128 51.222.21.94:32768 194.152.42.19:8080 195.53.49.11:3128 54.153.183.29:80 72.187.219.9:8080 82.64.183.22:8080 79.143.87.140:9090 24.168.121.126:8080 165.22.81.30:44608 104.236.48.178:8080 77.247.126.158:44355...
UNTILED.txt
GUI/Session/UNTILED.txt
.txt
2
UNTILED.txt
GUI/PDF/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Ports/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/People/UNTILED.txt
.txt
1
UNTILED.txt
GUI/Reports/People/Dorks/UNTILED.txt
.txt
1
UNTILED.txt
GUI/Reports/E-Mail/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/E-Mail/Dorks/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Phone/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Phone/Dorks/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Usernames/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Usernames/Profile_pics/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Usernames/Dorks/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Dorks/UNTILED.txt
.txt
1
UNTILED.txt
GUI/Reports/Websites/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Websites/Coordinates/Street_Geolocation/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Websites/Coordinates/Ip_Geolocation/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Websites/Robots/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Reports/Websites/Dorks/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Language/UNTILED.txt
.txt
2
Messages.json
GUI/Language/Messages.json
.json
4,487
{ "Errors":[ { "Italian":{ "Username": "Username Non Trovato", "Phone": "Numero Non Trovato", "Web": "Sito Non Trovato", "Email": "Email Non Trovata", "Graph": "Grafico Non Trovato", "Host": "Host Non...
UNTILED.txt
GUI/Graphs/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Credentials/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Theme/UNTILED.txt
.txt
2
UNTILED.txt
GUI/Maps/UNTILED.txt
.txt
2
E_Mail.py
Core/E_Mail.py
.py
10,338
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import json import urllib import MrHolmes as holmes from Core.Support import Font from Core.Support import Creds from Core.Support impo...
Searcher_person.py
Core/Searcher_person.py
.py
9,574
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import json import urllib from Core.Support import Font from Core.Support import Creds from Core.Support import Proxies from Core.Supp...
Dork.py
Core/Dork.py
.py
12,896
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os from Core.Support import Font from Core.Support import Dorks from Core.Support import FileTransfer from Core.Support import Banner_Sele...
Searcher.py
Core/Searcher.py
.py
36,613
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import urllib import json from Core.Support import Font from Core.Support import Creds from Core.Support import FileTransfer from Core....
Port_Scanner.py
Core/Port_Scanner.py
.py
2,602
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os from Core.Support import Font from Core.Support import Clear from Core.Support.Websites import Scanner from Core.Support import Creds f...
Searcher_website.py
Core/Searcher_website.py
.py
48,643
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import urllib import json import requests import shutil from Core.Support import Font from Core.Support import Creds from Core.Support ...
Decoder.py
Core/Decoder.py
.py
3,036
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os from time import sleep from Core.Support import Font from Core.Support import Language from Core.Support import Clear from Core.Support impo...
Transfer.py
Core/Transfer.py
.py
4,105
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import MrHolmes as holmes from time import sleep from Core.Support import Font from Core.Support import Language from Core.Support import Cl...
config.py
Core/config.py
.py
32,085
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import getpass import MrHolmes as holmes from Core.Support import Font from Core.Support import Banner_Selector as banner from configpa...
Searcher_phone.py
Core/Searcher_phone.py
.py
13,169
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import urllib import json import shutil from datetime import datetime from Core.Support.Phone import Numbers from Core.Support import F...
PDF_Converter.py
Core/PDF_Converter.py
.py
6,925
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import pdfkit import base64 from time import sleep from Core.Support import Font from Core.Support import Language from Core.Support import ...
Update.py
Core/Update.py
.py
2,873
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import shutil from configparser import ConfigParser from Core.Support import Font from Core.Support import Language from time import sl...
Session.py
Core/Session.py
.py
1,851
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import sys from Core.Support import Useragent from Core.Support import Proxies from Core.Support import Language from Core.Support import F...
Banner_Selector.py
Core/Support/Banner_Selector.py
.py
916
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import random from Core.Support import Font from Core.Support import Language filename = Language.Translation.Get_Language() filename class Ra...
Clear.py
Core/Support/Clear.py
.py
295
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os Windows = "nt" class Screen: def Clear(): os.system("cls" if os.name == Windows else "clear")
Headers.py
Core/Support/Headers.py
.py
1,050
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3. from Core.Support import Useragent agent = Useragent.Select.agent class Get: @staticmethod def classic(): headers = { 'U...
Proxies.py
Core/Support/Proxies.py
.py
655
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import random from configparser import ConfigParser class proxy: nomefile = "Configuration/Configuration.ini" Parser = ConfigParser() ...
Encoding.py
Core/Support/Encoding.py
.py
3,207
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import base64 from time import sleep from Core.Support import Font from Core.Support import Language import os filename = Language.Translation...
Map.py
Core/Support/Map.py
.py
7,354
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from Core.Support import Font from Core.Support import Language LangFile = Language.Translation.Get_Language() LangFile class Creation: @...
Requests_Search.py
Core/Support/Requests_Search.py
.py
7,404
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import requests import json from Core.Support import Font from Core.Support import Language from Core.Support import Headers filename = Language...
Useragent.py
Core/Support/Useragent.py
.py
527
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import random from configparser import ConfigParser class Select: nomefile = "Configuration/Configuration.ini" parser = ConfigParser() ...
Agree.py
Core/Support/Agree.py
.py
1,537
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from Core.Support import Font from Core.Support import Language from Core.Support import Clear class One_time: @staticmethod def Agree...
Font.py
Core/Support/Font.py
.py
374
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 class Color: YELLOW2 = "\033[33m" YELLOW = "\033[0;93m" RED = "\033[31m" GREEN = "\033[32m" BLUE = "\033[94m" WHITE = "\0...
Site_Counter.py
Core/Support/Site_Counter.py
.py
450
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import json class Counter: @staticmethod def Site(filename): f = open(filename,) data = json.loads(f.read()) cou...
Language.py
Core/Support/Language.py
.py
1,936
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import json import os from configparser import ConfigParser class Translation: @staticmethod def Get_Language(): Config_file =...
FileTransfer.py
Core/Support/FileTransfer.py
.py
3,147
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import base64 import socket from time import sleep from Core.Support import Font from Core.Support import Language import pyqrcode import sh...
Database.py
Core/Support/Database.py
.py
3,664
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import socket from Core.Support import Font from Core.Support import Language from time import sleep from configparser import ConfigPar...
Recap.py
Core/Support/Recap.py
.py
19,135
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from Core.Support import Font from Core.Support import Language from Core.Support import Encoding from time import sleep filename = Language.Tra...
DateFormat.py
Core/Support/DateFormat.py
.py
2,268
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from configparser import ConfigParser from Core.Support import Font from Core.Support import Language filename = Language.Translation.Get_Language() ...
Logs.py
Core/Support/Logs.py
.py
1,589
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import logging import os from configparser import ConfigParser from Core.Support import Font from Core.Support import Language filename = Langua...
Notification.py
Core/Support/Notification.py
.py
451
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os class Notifier: @staticmethod def Start(Mode): if Mode == "Desktop": if os.name == "nt": ...
Menu.py
Core/Support/Menu.py
.py
13,485
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import random from Core.Support import Font from Core.Support import Clear from Core import Searcher from Core import config from Core ...
Creds.py
Core/Support/Creds.py
.py
4,006
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from email import encoders from email.mime.base import MIMEBase from email.mime.text import MIMEText from Core.Support import Font from email.mim...
ApiCheck.py
Core/Support/ApiCheck.py
.py
426
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from configparser import ConfigParser class Check: @staticmethod def WhoIs(): api = "Configuration/Configuration.ini" Parse...
Dorks.py
Core/Support/Dorks.py
.py
2,739
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 from Core.Support import Font from Core.Support import Language from time import sleep filename = Language.Translation.Get_Language() filename ...
Scraper.py
Core/Support/Person/Scraper.py
.py
21,866
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2022-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import requests import json from bs4 import BeautifulSoup as soup from Core.Support import Font from Core.Support.Username import Scrap...
Numbers.py
Core/Support/Phone/Numbers.py
.py
9,333
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import phonenumbers import MrHolmes as holmes import json import urllib from phonenumbers import carrier from phonenumbers import geocoder from p...
Get_Posts.py
Core/Support/Username/Get_Posts.py
.py
55,204
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import os import requests import urllib import json import shutil from Core.Support import Font from Core.Support import Language from Core.Suppo...
Scraper.py
Core/Support/Username/Scraper.py
.py
66,181
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import json import requests from Core.Support import Font from Core.Support.Username import Get_Posts from Core.Support import Headers from Core....
Scanner.py
Core/Support/Websites/Scanner.py
.py
5,933
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2023 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import socket from Core.Support import Font from Core.Support import Language from time import sleep filename = Language.Translation.Get_Languag...
Mail_Validator.py
Core/Support/Mail/Mail_Validator.py
.py
2,170
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2021-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import re as Regex from Core.Support import Font from Core.Support import Language from time import sleep filename = Language.Translation.Get_La...
Lookup.py
Core/Support/Mail/Lookup.py
.py
15,369
# ORIGINAL CREATOR: Luca Garofalo (Lucksi) # AUTHOR: Luca Garofalo (Lucksi) # Copyright (C) 2023-2024 Lucksi <lukege287@gmail.com> # License: GNU General Public License v3.0 import json import requests from Core.Support import Font from Core.Support import Language from Core.Support import Headers from time import sl...
README.md
README.md
.md
36,654
# Social-Media-OSINT-Tools-Collection A collection of most useful tools for social media osint. ## Some of our useful products for OSINT loves - Free weekly OSINT Newsletter - [osintupdates.com](https://osintupdates.com) Get Free Tickets for OSINTCon - [osintconference.com](https://osintconference.com/) Best OSINT...
README.md
README.md
.md
16,040
# **Holehe OSINT - Email to Registered Accounts** 👋 Hi there! For any professional inquiries or collaborations, please reach out to me at: megadose@protonmail.com 📧 Preferably, use your professional email for correspondence. Let's keep it short and sweet, and all in English! ![](https://files.catbox.moe/5we2ya.png)...
FUNDING.yml
FUNDING.yml
.yml
802
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with ...
setup.py
setup.py
.py
777
# -*- coding: utf-8 -*- from setuptools import setup, find_packages setup( name='holehe', version="1.61", packages=find_packages(), author="megadose", author_email="megadose@protonmail.com", install_requires=["termcolor","bs4","httpx","trio","tqdm","colorama"], description="holehe allows y...
LICENSE.md
LICENSE.md
.md
35,149
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Pream...
FUNDING.yml
.github/FUNDING.yml
.yml
802
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with ...
bug_report.md
.github/ISSUE_TEMPLATE/bug_report.md
.md
834
--- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior...
custom.md
.github/ISSUE_TEMPLATE/custom.md
.md
126
--- name: Custom issue template about: Describe this issue template's purpose here. title: '' labels: '' assignees: '' ---
feature_request.md
.github/ISSUE_TEMPLATE/feature_request.md
.md
595
--- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and con...
codeql-analysis.yml
.github/workflows/codeql-analysis.yml
.yml
2,361
# For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. # # ******** NOTE ******** # We have attempted to detect the languages in your ...
instruments.py
holehe/instruments.py
.py
266
import trio from tqdm import tqdm class TrioProgress(trio.abc.Instrument): def __init__(self, total): self.tqdm = tqdm(total=total) def task_exited(self, task): if task.name.split(".")[-1] == "launch_module": self.tqdm.update(1)
__init__.py
holehe/__init__.py
.py
0
localuseragent.py
holehe/localuseragent.py
.py
49,208
import json ua = json.loads('''{"browsers": {"chrome": ["Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36", "Mozilla/5.0 (X11; Linux x86_64) App...
core.py
holehe/core.py
.py
12,269
from bs4 import BeautifulSoup from termcolor import colored import httpx import trio from subprocess import Popen, PIPE import os from argparse import ArgumentParser import csv from datetime import datetime import time import importlib import pkgutil import hashlib import re import sys import string import random impo...
__init__.py
holehe/modules/__init__.py
.py
0
__init__.py
holehe/modules/learning/__init__.py
.py
0
quora.py
holehe/modules/learning/quora.py
.py
2,550
from holehe.core import * from holehe.localuseragent import * async def quora(email, client, out): name = "quora" domain = "quora.com" method= "register" frequent_rate_limit=False headers = { 'User-Agent': random.choice(ua["browsers"]["firefox"]), 'Accept': 'application/json, text...
duolingo.py
holehe/modules/learning/duolingo.py
.py
1,711
from holehe.core import * from holehe.localuseragent import * async def duolingo(email, client, out): name = "duolingo" domain = "duolingo.com" method= "other" frequent_rate_limit=False headers = { 'authority': 'www.duolingo.com', 'method': 'GET', 'path': '/2017-06-30/users?email=' +email, 'Acc...
diigo.py
holehe/modules/learning/diigo.py
.py
2,099
from holehe.core import * from holehe.localuseragent import * async def diigo(email, client, out): name = "diigo" domain = "diigo.com" method= "register" frequent_rate_limit=False headers = { 'User-Agent': random.choice(ua["browsers"]["firefox"]), 'Accept': '*/*', 'Accept-...
garmin.py
holehe/modules/shopping/garmin.py
.py
4,565
from holehe.core import * from holehe.localuseragent import * async def garmin(email, client, out): name = "garmin" domain = "garmin.com" method = "register" frequent_rate_limit=True headers = { 'User-Agent': random.choice(ua["browsers"]["firefox"]), 'Accept': 'text/html,applicati...
ebay.py
holehe/modules/shopping/ebay.py
.py
1,925
from holehe.core import * from holehe.localuseragent import * async def ebay(email, client, out): name = "ebay" domain = "ebay.com" method = "login" frequent_rate_limit=True headers = { 'User-Agent': random.choice(ua["browsers"]["chrome"]), 'Accept': 'application/json, text/plain,...
__init__.py
holehe/modules/shopping/__init__.py
.py
0
naturabuy.py
holehe/modules/shopping/naturabuy.py
.py
2,374
from holehe.core import * from holehe.localuseragent import * async def naturabuy(email, client, out): name = "naturabuy" domain = "naturabuy.fr" method = "register" frequent_rate_limit=False def get_random_string(length): letters = string.digits result_str = ''.join(random.choice...
vivino.py
holehe/modules/shopping/vivino.py
.py
2,467
from holehe.core import * from holehe.localuseragent import * async def vivino(email, client, out): name = "vivino" domain = "vivino.com" method = "register" frequent_rate_limit=False headers = { 'User-Agent': random.choice(ua["browsers"]["firefox"]), 'Accept': 'application/json',...
dominosfr.py
holehe/modules/shopping/dominosfr.py
.py
1,892
from holehe.core import * from holehe.localuseragent import * async def dominosfr(email, client, out): name = "dominosfr" domain = "dominos.fr" method = "register" frequent_rate_limit=True headers = { 'User-Agent': random.choice(ua["browsers"]["chrome"]), 'Accept': 'text/html, */*...
envato.py
holehe/modules/shopping/envato.py
.py
1,758
from holehe.core import * from holehe.localuseragent import * async def envato(email, client, out): name = "envato" domain = "envato.com" method = "register" frequent_rate_limit=False headers = { 'User-Agent': random.choice(ua["browsers"]["firefox"]), 'Accept': 'application/json',...
armurerieauxerre.py
holehe/modules/shopping/armurerieauxerre.py
.py
1,476
from holehe.core import * from holehe.localuseragent import * async def armurerieauxerre(email, client, out): name = "armurerieauxerre" domain = "armurerie-auxerre.com" method = "register" frequent_rate_limit=False headers = { 'User-Agent': random.choice(ua["browsers"]["chrome"]), ...
amazon.py
holehe/modules/shopping/amazon.py
.py
2,194
from holehe.core import * from holehe.localuseragent import * async def amazon(email, client, out): name = "amazon" domain = "amazon.com" method = "login" frequent_rate_limit=False headers = {"User-agent": random.choice(ua["browsers"]["chrome"])} try: url = "https://www.amazon.com/ap/...