🧰 Install Coercer
Clone Coercer from GitHub and Install in virtual env
git clone https://github.com/p0dalirius/Coercer.git
cd Coercer
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
When finished, exit the virtual environment:
deactivate
Use Coercer
Configure /etc/resolv.conf
domain DNS
sudo nano /etc/resolv.conf
nameserver <DC_IP_address>