mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-23 04:53:05 +00:00
13 lines
327 B
Text
13 lines
327 B
Text
#
|
|
# These are required fields
|
|
#
|
|
from src.core.setcore import *
|
|
import sys
|
|
|
|
MAIN="This is a test module"
|
|
AUTHOR="Dave - davek@secmaniac.com"
|
|
|
|
# def main(): header is required
|
|
def main():
|
|
java_applet_attack("https://gmail.com","443","reports/")
|
|
pause=raw_input("This module has finished completing. Press <enter> to continue")
|