mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-24 21:43:04 +00:00
14 lines
359 B
Text
14 lines
359 B
Text
|
#!/usr/bin/env python
|
||
|
|
||
|
# 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")
|