Skip to content
Permalink
fa2cf9e23c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (19 sloc) 503 Bytes
# from scan import main
# from scanForm import getParams
#
# url = input()
#
# accessable = main(url)[1]
#
# for eachUrl in accessable:
# print(eachUrl + " -> " + str(getParams(eachUrl, None)))
# import os
#
# a = os.popen("whoami").read()
# command = "python ScanQLi\\scanqli.py -u %s" % "http://140.143.124.216/"
# s = os.popen(command).read()
# print(s)
# a = "asdhkj ashdjkla asdasdasd"
# list = a.split()
# print(len(list[0:2]))
print("<script>alert(1);</script>")