SQL Injection ( For Newbies Part 2 ) _ _ Nabil Rahman

DOWNLOAD HACKBAR FOR SQLI


👉 For Android :




Download Anon-HackBar (v1.4) 




Download Dh-HackBar (latest version)




1 comment

  1. if __name__ == "__main__":
    n1 = int(input())
    set1 = list(map(int,input().split()))
    set1 = set(set1)
    n2 = int(input())
    set2 = list(map(int,input().split()))
    set2 = set(set2)
    x1 = set1.difference(set2)
    x2 = set2.difference(set1)
    x3 = x1.union(x2)
    r = [i for i in x3]
    r.sort()
    for j in r:
    print(j)
Do leave your comment