All tools inherit "Dependency".
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#!/usr/bin/python2.7
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from .dependency import Dependency
|
||||
from ..util.process import Process
|
||||
import re
|
||||
|
||||
class Pyrit(object):
|
||||
class Pyrit(Dependency):
|
||||
''' Wrapper for Pyrit program. '''
|
||||
dependency_required = False
|
||||
dependency_name = 'pyrit'
|
||||
dependency_url = 'https://github.com/JPaulMora/Pyrit/wiki'
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user