Update nopac.py

Fixed spelling
main
iLightThings 2023-02-03 08:42:11 -05:00 committed by mpgn
parent bb17cecfeb
commit e84f589902
1 changed files with 2 additions and 2 deletions

View File

@ -34,5 +34,5 @@ class CMEModule:
context.log.highlight("TGT without PAC size " + str(len(tgt_no_pac)))
if len(tgt_no_pac) < len(tgt_with_pac):
context.log.highlight("")
context.log.highlight("VULNEABLE")
context.log.highlight("Next step: https://github.com/Ridter/noPac")
context.log.highlight("VULNERABLE")
context.log.highlight("Next step: https://github.com/Ridter/noPac")