Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/Bluetooth/0013.sh
1303 views
1
#!/usr/bin/bash
2
# Author @nu11secur1ty
3
systemctl stop bluetooth.service
4
systemctl disable bluetooth.service
5
exit 0;
6
7