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