~alienagain/Stix_stuff

fd30ce26ae08d583ac8273b5336ea01d2b6b2be8 — terceranexus6 1 year, 3 months ago 626a1d5
added description option in malware
1 files changed, 3 insertions(+), 1 deletions(-)

M bulk_conversion/hash_bundle_creator.py
M bulk_conversion/hash_bundle_creator.py => bulk_conversion/hash_bundle_creator.py +3 -1
@@ 22,7 22,9 @@ my_identity = Identity(name = myname,
# reading malware from user prompt

mal_name = input("Malware name: ")
mal_des = input("Malware description: ")
malware = Malware(name=mal_name,
                  description=mal_des,
                  is_family=True)

# getting the file with SHA1 hashes


@@ 169,4 171,4 @@ print("\nWriting the contents into " + output_f + " ...")

f_o.write(my_bundle.serialize(pretty=True))

print("\nDone! enjoy")
print("\nDone! enjoy")
\ No newline at end of file