mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-20 06:35:48 +02:00
11 lines
264 B
Python
11 lines
264 B
Python
from modules import skeleton
|
|
from lib.core import utils
|
|
|
|
|
|
class CORScan(skeleton.Skeleton):
|
|
"""docstring for CORScan"""
|
|
|
|
def banner(self):
|
|
utils.print_banner("Scanning for CORScan")
|
|
utils.make_directory(self.options['WORKSPACE'] + '/cors')
|