cpanel user validator

  1. alfabetovirtual

    [Python] Cpanel User Validator

    #!/usr/bin/env python import argparse import urllib2 import sys import os import cookielib # How To Use: python cpusercheck.py --url http://localhost.com/ --usr local # As per cPanle Rule's 1st character of url are username but it's mandatory def cls(): if os.name == "nt"...
Top