Stuub / CVE-2024-4040-SSTI-LFI-PoC

CVE-2024-4040 CrushFTP SSTI LFI & Auth Bypass | Full Server Takeover | Wordlist Support
56 stars 7 forks source link

No module named 'rich' in line 6 #2

Closed lifanwar closed 4 months ago

lifanwar commented 5 months ago

When i tying to execute python program, but this happend:

from rich.console import Console ModuleNotFoundError: No module named 'rich'

How do i solve it?

Stuub commented 5 months ago

Hey @lifanwar I ended up using rich Python library, for the progress bar initially but then turned into refactoring the whole styling of the tool with it.

For a quick install to fix your issue, do pip install rich

I'll add a requirements.txt when I get back home :)