@@ -0,0 +1,14 @@
import os
import json
modules=[]
with open("requirements.json", 'r') as f:
modules = json.load(f)
for module in modules:
os.system(f'pip3 install {module}')
os.system('python3 -m pipx install impacket')
The note is not visible to the blocked user.