Skip to content

Commit

Permalink
removed all references to Alfred
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredredbird committed Apr 17, 2024
1 parent 0d6e354 commit 969cf99
Show file tree
Hide file tree
Showing 28 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modules = ["python-3.10:v18-20230807-322e88b"]
run = "python3 alfred -w"
run = "python3 tookie-osint -w"

[nix]
channel = "stable-23_05"
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ have tried it out.


## Reporting a Vulnerability
Kindly Make Sure You Download A Oficial Copy Of Alfred From Our Site Because We Cannot Check Other Repos For Malware.
Kindly Make Sure You Download A Oficial Copy Of tookie-osint From Our Site Because We Cannot Check Other Repos For Malware.

If You Have A Problem, Please Make A Issue At https://github.com/Alfredredbird/alfred/issues Or Reach Out To Us With The Provided Contact Info.
If You Have A Problem, Please Make A Issue At https://github.com/tookie-osintredbird/tookie-osint/issues Or Reach Out To Us With The Provided Contact Info.
Thanks For Your Time And Apriciation.
16 changes: 8 additions & 8 deletions brib.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
fastMode = 0
cError = 0
count = 0
# holder is just something Alfred can return when Alfred needs to return nothing.
# holder is just something tookie-osint can return when tookie-osint needs to return nothing.
holder = 0
siteProgcounter = 0
ec = 0
Expand All @@ -59,17 +59,17 @@
# gets the defualt browser and system information
browser = WebScraper.get_default_browser()
saveBrowser(config, browser)
# gets the version of Alfred
# gets the version of tookie-osint
version = versionToPass
#headers for Alfred to use
#headers for tookie-osint to use
randomheaders = loadHeaders(config)
# loads the language
language_module = language_m
# Initialize the encryption key and cipher suite
encryption_key = generate_encryption_key()
cipher_suite = create_cipher(encryption_key)
# gets the info to encrypt
sys_info = f"{platform.system()}{platform.release()}-AlfredVer-{version}-{platform.python_version()}-{browser}{language_code}"
sys_info = f"{platform.system()}{platform.release()}-tookie-osintVer-{version}-{platform.python_version()}-{browser}{language_code}"
# encrypts the key
encrypted_sys_info = encrypt_text(cipher_suite, sys_info)
# logs the key
Expand All @@ -80,7 +80,7 @@

# checks that the folders exist. if not it creates them
create_folders(
["config", "captured", "downloadedSites", "modules", "proxys", "sites", "lang", "alfred","plugins"],
["config", "captured", "downloadedSites", "modules", "proxys", "sites", "lang", "tookie-osint","plugins"],
language_module
)
# Prints the initial UI elements
Expand All @@ -99,7 +99,7 @@
# this removes the comma and puts the usernames into a list
uname_list = [item.strip() for item in uname.split(",")]

# This is where Alfred gathers the inputed options and then run them.
# This is where tookie-osint gathers the inputed options and then run them.
# Not all of the options execute on input.
if argument:
input1 = "0"
Expand Down Expand Up @@ -166,7 +166,7 @@
"-f": [emptyModule, []],
"-m": [emptyModule, []],
"-N": [emptyModule, []],
"-Tor": [darkAlfred, [colorScheme, console, uname]],
"-Tor": [darktookie-osint, [colorScheme, console, uname]],
"--extensions": [print_and_run_plugins, []],
"-ex": [print_and_run_plugins, []],

Expand Down Expand Up @@ -206,7 +206,7 @@
print("Ok!")
else:
print(language_module.idk1)
# this is the function that starts Alfred.
# this is the function that starts tookie-osint.
if "-s" in input1:
if uname == "":
uname = input("Please enter a target before continuing: ").lower()
Expand Down
12 changes: 6 additions & 6 deletions config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ defaultcapturepath = ./captured/
prerelease = yes
updaterver = 2
pluginfolder = plugins
whatarethekeysfor = the privatekey and syscrypt are keys that will store system data in a string that can be sent to A Alfred Developer to help diagnose problems. They reset after every launch
whatarethekeysfor = the privatekey and syscrypt are keys that will store system data in a string that can be sent to A tookie-osint Developer to help diagnose problems. They reset after every launch
privatekey = b''
syscrypt = b''
userandomuseragents = no

[Links]
link1 = https://github.com/Alfredredbird/alfred/wiki/Instalations
link2 = https://github.com/Alfredredbird/alfred/wiki/Usage---Options
link3 = https://github.com/Alfredredbird/alfred/wiki/Errors
link4 = https://github.com/Alfredredbird/alfred/wiki/Dark-Alfred
link5 = https://github.com/Alfredredbird/alfred/wiki/Modules
link1 = https://github.com/alfredredbird/tookie-osint/wiki/Instalations
link2 = https://github.com/alfredredbird/tookie-osint/wiki/Usage---Options
link3 = https://github.com/alfredredbird/tookie-osint/wiki/Errors
link4 = https://github.com/alfredredbird/tookie-osint/wiki/Dark-tookie-osint
link5 = https://github.com/alfredredbird/tookie-osint/wiki/Modules

[Personalizations]
colorscheme = RED
Expand Down
10 changes: 5 additions & 5 deletions config/tips.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Brib.py Was A Spelling Error
First Input The Username Then The options
Make Sure To Update Alfred
Make Sure To Update tookie-osint
The WiKi Is A Cool Place
Alfred A Advanced OSINT Tool
Alfred Is Made For Python 3.12
Did You Know, Alfred Is A Parrot
tookie-osint A Advanced OSINT Tool
tookie-osint Is Made For Python 3.12
Did You Know, tookie-osint Is A Parrot
The Developer Is Lazy
Parrots Are Cool
You Can Edit The Config File
Expand All @@ -13,4 +13,4 @@ You Can Change Theses Tips If You Want
Who's Joe?
What If The World Is Flat?
You Can Change The Color Scheme
Alfred Now Comes With Plugins
tookie-osint Now Comes With Plugins
4 changes: 2 additions & 2 deletions config/udfl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sites/fsites.json
requirements.txt
sites/sites.json
captured/working.txt
captured/captured.alfred
captured/captured.tookie-osint
proxys/http.txt
proxys/proxylist.txt
proxys/socks4.txt
Expand All @@ -36,7 +36,7 @@ lang/es.py
lang/fr.py
lang/ar.py
lang/de.py
alfred/__main__.py
tookie-osint/__main__.py
plugins/phonenumberosint.py
webui/webui.py
webui/templates/index.html
Expand Down
Binary file added lang/__pycache__/en.cpython-312.pyc
Binary file not shown.
14 changes: 7 additions & 7 deletions lang/ar.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
configOption4 = "[4] المستعرض: "
configOption5 = "[5] اللغة: "
configOption6 = "[6] ColorScheme: "
configOptionA = "[A] تنظيف Alfred. (يزيل الملفات المؤقتة)"
configOptionA = "[A] تنظيف tookie-osint. (يزيل الملفات المؤقتة)"
configOptionB = "[B] أدوات المطور."

configOption1Message = "حسنا! [checkforupdates] تم تعيينه على نعم. يتغير إلى لا"
Expand Down Expand Up @@ -55,7 +55,7 @@

configOption1Message2 = "حسنا! [checkforupdates] تم تعيينه على لا. يتغير إلى نعم"
configOption2Message2 = "حسنا! [showtips] تم تعيينه على لا. يتغير إلى نعم"
configOptionBMessage2 = "لا تعطي المفاتيح التالية لأي شخص غير مطور Alfred."
configOptionBMessage2 = "لا تعطي المفاتيح التالية لأي شخص غير مطور tookie-osint."
configOptionBMessage3 = "privatekey: "
configOptionBMessage4 = "syscrypt: "

Expand All @@ -72,9 +72,9 @@
)
warning2 = "استخدام Webscraper بطيء جدًا."
warning3 = (
"هذا هو إطلاقك الأول: D قد تحتاج إلى إعادة تشغيل Alfred لاستخدام جميع الوحدات"
"هذا هو إطلاقك الأول: D قد تحتاج إلى إعادة تشغيل tookie-osint لاستخدام جميع الوحدات"
)
warning4 = "أنت تستخدم إصدارًا مسبقًا من Alfred!"
warning4 = "أنت تستخدم إصدارًا مسبقًا من tookie-osint!"
warning5 = "الرجاء إدخال هدف قبل المتابعة:"

confirm1 = "هل تريد تنزيل الصور / مقاطع الفيديو؟ [Y / n] ⤷ "
Expand All @@ -98,7 +98,7 @@
status1 = "يعمل...."
status2 = "إنشاء / الكتابة فوق ملف الحفظ."
status3 = "إعادة التثبيت............"
status4 = "العودة إلى Alfred قريبًا ..."
status4 = "العودة إلى tookie-osint قريبًا ..."
status5 = "اختبار....."
status6 = "توقف ..... تم حفظها في captured / working.txt"
status7 = "توقف........"
Expand All @@ -110,7 +110,7 @@
error2 = "خطأ في النوع"
error3 = "لا يمكن العثور على ملف الحفظ!"
error4 = "الدليل غير موجود."
error5 = "لا يمكن العثور على الملفات الضرورية. محاولة إعادة تثبيت Alfred"
error5 = "لا يمكن العثور على الملفات الضرورية. محاولة إعادة تثبيت tookie-osint"
error6 = (
"أوه خطأ! يبدو أن الاتصال لا يعمل. تحقق من اتصالك أو الوكيل ، ثم حاول مرة أخرى:"
)
Expand All @@ -127,7 +127,7 @@
wikiOption1 = "[1] التثبيت"
wikiOption2 = "[2] خيارات"
wikiOption3 = "[3] أخطاء"
wikiOption4 = "[4] Alfred Dark"
wikiOption4 = "[4] tookie-osint Dark"
wikiOption5 = "[5] وحدات"

wikilist = "يمكنك العثور على معلومات عنها هنا: "
Expand Down
14 changes: 7 additions & 7 deletions lang/de.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
configOption4 = "[4] Browser: "
configOption5 = "[5] Sprache: "
configOption6 = "[6] ColorScheme: "
configOptionA = "[A] Bereinigen Sie Alfred. (Dadurch werden temporäre Dateien entfernt)"
configOptionA = "[A] Bereinigen Sie tookie-osint. (Dadurch werden temporäre Dateien entfernt)"
configOptionB = "[B] Entwicklertools."

configOption1Message = (
Expand Down Expand Up @@ -60,7 +60,7 @@
)
configOption2Message2 = "Ok! [showtips] ist auf Nein eingestellt. Wird in Ja geändert."
configOptionBMessage2 = (
"Geben Sie die folgenden Schlüssel niemandem außer einem Alfred-Entwickler."
"Geben Sie die folgenden Schlüssel niemandem außer einem tookie-osint-Entwickler."
)
configOptionBMessage3 = "privatekey: "
configOptionBMessage4 = "syscrypt: "
Expand All @@ -75,8 +75,8 @@
path = "PFAD: ⤷ "
warning1 = "Viele Websites erlauben das Herunterladen ihrer Site-Dateien nicht. Nutzung auf eigene Gefahr."
warning2 = "Die Verwendung des Webscrapers ist ziemlich langsam."
warning3 = "Dies ist Ihr erster Start :D Möglicherweise müssen Sie Alfred neu starten, um alle Module nutzen zu können."
warning4 = "Sie verwenden eine Vorabversion von Alfred!"
warning3 = "Dies ist Ihr erster Start :D Möglicherweise müssen Sie tookie-osint neu starten, um alle Module nutzen zu können."
warning4 = "Sie verwenden eine Vorabversion von tookie-osint!"
warning5 = "Bitte geben Sie ein Ziel ein, bevor Sie fortfahren: "

confirm1 = "Möchten Sie Bilder/Videos herunterladen? [J/n] ⤷ "
Expand All @@ -101,7 +101,7 @@
status1 = "Arbeitet …"
status2 = "Speicherdatei wird erstellt/überschrieben."
status3 = "Neuinstallation............"
status4 = "Bald zurück zu Alfred …"
status4 = "Bald zurück zu tookie-osint …"
status5 = "Wird getestet...."
status6 = "Wird gestoppt.... Gespeichert in captured/working.txt"
status7 = "Wird gestoppt......."
Expand All @@ -113,7 +113,7 @@
error2 = "Typfehler"
error3 = "Die gespeicherte Datei kann nicht gefunden werden!"
error4 = "Verzeichnis existiert nicht."
error5 = "Erforderliche Dateien können nicht gefunden werden. Versuche Alfred neu zu installieren"
error5 = "Erforderliche Dateien können nicht gefunden werden. Versuche tookie-osint neu zu installieren"
error6 = "Oh, Fehler! Die Verbindung scheint nicht zu funktionieren. Überprüfen Sie Ihre Verbindung oder Ihren Proxy und versuchen Sie es dann erneut:"
error7 = "Site-Datei kann nicht gefunden werden"
error8 = "Fehler beim Herunterladen von Webinhalten!"
Expand All @@ -128,7 +128,7 @@
wikiOption1 = "[1] Installation"
wikiOption2 = "[2] Optionen"
wikiOption3 = "[3] Fehler"
wikiOption4 = "[4] Dunkler Alfred"
wikiOption4 = "[4] Dunkler tookie-osint"
wikiOption5 = "[5] Module"

wikilist = "Infos dazu finden Sie hier:"
Expand Down
14 changes: 7 additions & 7 deletions lang/en.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
configOption4 = "[4] Browser: "
configOption5 = "[5] Language: "
configOption6 = "[6] ColorScheme: "
configOptionA = "[A] Clean Up Alfred. (This Removes Temporary Files)"
configOptionA = "[A] Clean Up tookie-osint. (This Removes Temporary Files)"
configOptionB = "[B] Developer Tools."

configOption1Message = "Okay, [checkforupdates] is set to yes. Changing to no."
Expand Down Expand Up @@ -56,7 +56,7 @@
configOption1Message2 = "Okay, [checkforupdates] is set to no. Changing to yes."
configOption2Message2 = "Okay, [showtips] is set to no. Changing to yes."
configOptionBMessage2 = (
"Don't give the following keys to anyone except an Alfred developer!"
"Don't give the following keys to anyone except an tookie-osint developer!"
)
configOptionBMessage3 = "privatekey: "
configOptionBMessage4 = "syscrypt: "
Expand All @@ -73,8 +73,8 @@
"Many sites don't allow the downloading of their files. Use at your own risk."
)
warning2 = " Be aware that the web scraper is a bit slow."
warning3 = " This is your first launch! :D You may need to restart Alfred for all modules to be available."
warning4 = " You are using a pre-release version of Alfred!"
warning3 = " This is your first launch! :D You may need to restart tookie-osint for all modules to be available."
warning4 = " You are using a pre-release version of tookie-osint!"
warning5 = "Please enter a target before continuing: "

confirm1 = "Want to download images/videos? [Y/n] ⤷ "
Expand All @@ -99,7 +99,7 @@
status1 = "Working..."
status2 = "Creating/overwriting save file."
status3 = "Reinstalling..."
status4 = "Returning to Alfred soon..."
status4 = "Returning to tookie-osint soon..."
status5 = "Testing..."
status6 = "Stopping... saved to captured/working.txt!"
status7 = "Stopping..."
Expand All @@ -111,7 +111,7 @@
error2 = "Type error!"
error3 = "Can't find the save file!"
error4 = "Directory doesn't exist."
error5 = "Can't find necessary files. Trying to reinstall Alfred."
error5 = "Can't find necessary files. Trying to reinstall tookie-osint."
error6 = (
"Looks like we can't connect. Check your connection and/or proxy and try again."
)
Expand All @@ -128,7 +128,7 @@
wikiOption1 = "[1] Installation"
wikiOption2 = "[2] Options"
wikiOption3 = "[3] Errors"
wikiOption4 = "[4] Dark Alfred"
wikiOption4 = "[4] Dark tookie-osint"
wikiOption5 = "[5] Modules"

wikilist = "You can find info on it here: "
Expand Down
14 changes: 7 additions & 7 deletions lang/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
configOption4 = "[4] Navegador: "
configOption5 = "[5] Idioma: "
configOption6 = "[6] ColorScheme: "
configOptionA = "[A] Limpiar Alfred. (Esto elimina archivos temporales)"
configOptionA = "[A] Limpiar tookie-osint. (Esto elimina archivos temporales)"
configOptionB = "[B] Herramientas de desarrollo."

configOption1Message = "¡Ok! [checkforupdates] está configurado en Sí. Cambiando a No"
Expand Down Expand Up @@ -56,7 +56,7 @@
configOption1Message2 = "¡Ok! [checkforupdates] está configurado en No. Cambiando a Sí"
configOption2Message2 = "¡Ok! [showtips] está configurado en No. Cambiando a Sí"
configOptionBMessage2 = (
"NO proporcione las siguientes claves a nadie que no sea un desarrollador de Alfred"
"NO proporcione las siguientes claves a nadie que no sea un desarrollador de tookie-osint"
)
configOptionBMessage3 = "claveprivada: "
configOptionBMessage4 = "syscrypt: "
Expand All @@ -71,8 +71,8 @@
path = "RUTA: ⤷ "
warning1 = "Es posible que los sitios no permitan la descarga de los archivos de su sitio. Úselo bajo su propio riesgo."
warning2 = "El uso del web scraper es bastante lento"
warning3 = "Este es tu primer lanzamiento :D Es posible que debas reiniciar Alfred para usar todos los módulos"
warning4 = "¡Estás usando una versión preliminar de Alfred!"
warning3 = "Este es tu primer lanzamiento :D Es posible que debas reiniciar tookie-osint para usar todos los módulos"
warning4 = "¡Estás usando una versión preliminar de tookie-osint!"
warning5 = "Por favor, introduzca un objetivo antes de continuar: "

confirm1 = "¿Desea descargar imágenes/videos? [Y/n] ⤷ "
Expand All @@ -97,7 +97,7 @@
status1 = "Trabajando..."
status2 = "Creando / sobrescribiendo archivo guardado."
status3 = "Reinstalando............"
status4 = "Regresando a Alfred pronto..."
status4 = "Regresando a tookie-osint pronto..."
status5 = "Probando....."
status6 = "Deteniendo..... Guardado en capturado/trabajando.txt"
status7 = "Deteniendo........"
Expand All @@ -109,7 +109,7 @@
error2 = "Error de tipo"
error3 = "¡No puedo encontrar el archivo guardado!"
error4 = "El directorio no existe."
error5 = "No se pueden encontrar los archivos necesarios. Se intenta reinstalar Alfred."
error5 = "No se pueden encontrar los archivos necesarios. Se intenta reinstalar tookie-osint."
error6 = "¡Error de Uh Oh! Parece que la conexión no parece funcionar. Revise su conexión o proxy, luego intente nuevamente:"
error7 = "No se puede encontrar el archivo del sitio"
error8 = "¡Error al descargar contenido web!"
Expand All @@ -124,7 +124,7 @@
wikiOption1 = "[1] Instalación"
wikiOption2 = "[2] Opciones"
wikiOption3 = "[3] Errores"
wikiOption4 = "[4] Alfred oscuro"
wikiOption4 = "[4] tookie-osint oscuro"
wikiOption5 = "[5] Módulos"

wikilist = "Puede encontrar información al respecto aquí: "
Expand Down
Loading

0 comments on commit 969cf99

Please sign in to comment.