Commit 6cc8bea7 by fwkz

Paths for all types of Exploits in utils.

parent f57c9494
......@@ -22,6 +22,9 @@ from .exceptions import RoutersploitException
from . import modules as rsf_modules
MODULES_DIR = rsf_modules.__path__[0]
CREDS_DIR = os.path.join(MODULES_DIR, 'creds')
EXPLOITS_DIR = os.path.join(MODULES_DIR, 'exploits')
SCANNERS_DIR = os.path.join(MODULES_DIR, 'scanners')
print_lock = threading.Lock()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment