diff --git a/sqlmap.py b/sqlmap.py index 5f8abf413..83366e887 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -61,6 +61,7 @@ def main(): """ Main function of sqlmap when running from command line. """ + paths.SQLMAP_ROOT_PATH = modulePath() setPaths() banner()