You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|\033[1;31mSearch\033[0m | |\033[1;31mEngine\033[0m | \033[1;34m|\033[1;31mMas|\033[1;31mer\033[1;34m |\033[0m \033[1mCoded by @\033[1;31m3\033[3;96mTurr \033[0m
`-------' `-------' \033[1;34m`--- ---'\033[0m
"""
returnbanner
defargsload():
parser=argparse.ArgumentParser(description='SEMaster is a very efective and helpful tool for exploring search engins for BlackHat, SEO, exploiting, crwoling... etc. This tool uses Google, Bing, Yahoo, Ask, Aol, Dogpile, Ixquick, Entirewebs...', epilog="\033[1mCoded by @\033[1;31m3\033[1;36mTurr \033[0m")
parser.add_argument( '-d', '--dork', required=True, default=None, help='dork, query to search')
parser.add_argument( '-p', required=False, type=int, default=None , help='number of pages to search, defualt is 1')
parser.add_argument( '-o', required=False, default=False, help='file to save results')
parser.add_argument( '-wp', required=False, default=None, help='webapp paths (form,blog,etc), uses with -do')
parser.add_argument( '-do', required=False, default=False, help='get/filter the Domains only (http://site.com/)', action='store_true')
parser.add_argument( '-ho', required=False, default=False, help='get/filter the Hosts only (site.com)', action='store_true')