Browse Source

Payload Generator updated

Payload Generator now generates random bytes instead of random characters
Marcel Juschak 7 years ago
parent
commit
9d548d063c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      code/ID2TLib/PayloadGenerator.py

+ 0 - 1
code/ID2TLib/PayloadGenerator.py

@@ -1,4 +1,3 @@
-import string
 from numpy.random import bytes
 
 def generate_Payload(size:int=0):