mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-20 22:52:32 +02:00
11 lines
274 B
Python
11 lines
274 B
Python
from modules import skeleton
|
|
from lib.core import utils
|
|
|
|
|
|
class StoScan(skeleton.Skeleton):
|
|
"""docstring for StoScan"""
|
|
|
|
def banner(self):
|
|
utils.print_banner("Starting Subdomain TakeOver")
|
|
utils.make_directory(self.options['WORKSPACE'] + '/stoscan')
|