How to fix this:
┌──(root㉿kali)-[/home/kali/dystopia-c2]
└─# python3 builder.py
Traceback (most recent call last):
File “/home/kali/dystopia-c2/builder.py”, line 8, in <module>
from prettytable import PrettyTable
ModuleNotFoundError: No module named ‘prettytable
Hey there,
Happy Holidays!
I am so sorry for the late response, holidays have been really packed. Once you cd into dystopia-c2 can you please run pip install -r requirements.txt?
This should install the necessary packages to run the builder.
Let me know how it goes.
Thanks.