rbcrack

Results 5 comments of rbcrack

more error ![image](https://user-images.githubusercontent.com/18475926/121756424-dfb22580-cace-11eb-8a07-b8e623c0f95b.png)

This happens when trying to use the security module, ![image](https://user-images.githubusercontent.com/18475926/125652691-bafee984-9481-41a6-b1b4-8c0c8f463f80.png)

I am getting this error ![image](https://user-images.githubusercontent.com/18475926/211404481-13485d4a-2382-49be-beb9-2d9d7c372b45.png)

Just to let you know no matter what I have tried to pick any version of python I have tried to install the requirment file and it just doesn't work....

If you still have problem, do this `#execPath = os.getcwd() #currentPath = os.path.dirname(__file__) #os.chdir(currentPath)` rpelace it with this `execPath = os.getcwd() currentPath = os.path.dirname(__file__) if __file__ else None if currentPath:...