Ezri Benami

Results 5 issues of Ezri Benami

PS /home/ezri/htb> import-module ./nishang/nishang.psm1 Import-Module: /home/ezri/htb/nishang/nishang.psm1:24 Line | 24 | … )} | ForEach-Object {Import-Module $_.FullName -DisableNameChecking} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | The script 'Add-ConstrainedDelegationBackdoor.ps1' cannot be run because the | following...

warning: rule "ransomware_sodinokibi" in .../RANSOM_Sodinokibi.yar(28): expression always false - requesting 8 of 4.

ModuleNotFoundError Traceback (most recent call last) Cell In[19], line 1 **----> 1 import fasttext** 3 model = fasttext.train_supervised(input="ecommerce.train") 4 model.test("ecommerce.test") ModuleNotFoundError: No module named 'fasttext'

(myvenv)  ~/PROJECTS/chatgpt-retrieval   main ±  py chatgpt.py "what is my dog's name" Traceback (most recent call last): File "/home/ezri/PROJECTS/chatgpt-retrieval/chatgpt.py", line 5, in from langchain.chains import ConversationalRetrievalChain, RetrievalQA...