Fix a small typo.

Remove an extra space in the Web Attack module description.
This commit is contained in:
Mark DiFranco 2016-12-30 23:48:30 -05:00
parent a5f5a58933
commit 56ea9d46f0

View file

@ -108,7 +108,7 @@ to convert the payload back to a binary for us.
""")
webattack_text = ("""
The Web Attack module is a unique way of utilizing multiple web-based attacks in order to compromise the intended victim.
The Web Attack module is a unique way of utilizing multiple web-based attacks in order to compromise the intended victim.
The """ + bcolors.BOLD + """Java Applet Attack""" + bcolors.ENDC + """ method will spoof a Java Certificate and deliver a metasploit based payload. Uses a customized java applet created by Thomas Werth to deliver the payload.