mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-17 21:25:49 +02:00
11 lines
298 B
Python
11 lines
298 B
Python
from modules import skeleton
|
|
from lib.core import utils
|
|
|
|
|
|
class PermutationScan(skeleton.Skeleton):
|
|
"""docstring for PermutationScan"""
|
|
|
|
def banner(self):
|
|
utils.print_banner("Scanning for Permutation domain")
|
|
utils.make_directory(self.options['WORKSPACE'] + '/permutation')
|