mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-10 06:54:18 +00:00
fix ratte showing up in modules
This commit is contained in:
parent
39792950e2
commit
8b9e6dd516
2 changed files with 4 additions and 4 deletions
|
@ -37,11 +37,11 @@ except NameError:
|
|||
definepath = os.getcwd()
|
||||
userconfigpath = core.userconfigpath
|
||||
|
||||
MAIN = " RATTE Java Applet Attack (Remote Administration Tool Tommy Edition) - Read the readme/RATTE_README.txt first"
|
||||
MAIN="RATTE Java Applet Attack (Remote Administration Tool Tommy Edition) - Read the readme/RATTE_README.txt first"
|
||||
|
||||
# This is RATTE (Remote Administration Tool Tommy Edition) attack module. It will launch a java applet attack to inject RATTE. Then it will launch RATTE-Server and wait for victim to connect. RATTE can beat local Firewalls, IDS and even EAL 4+ certified network firewalls.
|
||||
# This release one is only for education!"
|
||||
AUTHOR = " Thomas Werth"
|
||||
AUTHOR="Thomas Werth"
|
||||
|
||||
httpd = None
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ except NameError:
|
|||
pass
|
||||
|
||||
# "This is RATTE (Remote Administration Tool Tommy Edition) prepare module.It will prepare a custom ratteM.exe."
|
||||
MAIN = " RATTE (Remote Administration Tool Tommy Edition) Create Payload only. Read the readme/RATTE-Readme.txt first"
|
||||
AUTHOR = " Thomas Werth"
|
||||
MAIN="RATTE (Remote Administration Tool Tommy Edition) Create Payload only. Read the readme/RATTE-Readme.txt first"
|
||||
AUTHOR="Thomas Werth"
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue