mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-20 07:18:35 +00:00
Fix a small typo.
Remove an extra space in the Web Attack module description.
This commit is contained in:
parent
a5f5a58933
commit
56ea9d46f0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue