Use masked input for all sensitive prompts

This commit is contained in:
thePR0M3TH3AN
2025-07-17 10:04:06 -04:00
parent 09d1bf51fc
commit 764631b8ba
5 changed files with 11 additions and 16 deletions

View File

@@ -10,7 +10,6 @@ if vendor_dir.exists():
import os
import logging
import signal
import getpass
import time
import argparse
import asyncio