Source Code for network and port scanner, TRW algorithm, and reduction method implementations.

otherHash.py 118B

123456789
  1. newHash = {}
  2. dip = "hola"
  3. if dip in newHash:
  4. newHash[dip] +=1
  5. else:
  6. newHash[dip] = 1
  7. print newHash