mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-24 05:23:03 +00:00
14 lines
327 B
Text
14 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")
|