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