mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Minor update
This commit is contained in:
@@ -38,6 +38,8 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
print "looking for *.py scripts in subdirectories of ", BASE_DIRECTORY
|
print "looking for *.py scripts in subdirectories of ", BASE_DIRECTORY
|
||||||
for root, dirs, files in os.walk(BASE_DIRECTORY):
|
for root, dirs, files in os.walk(BASE_DIRECTORY):
|
||||||
|
if any(_ in root for _ in ("extra", "thirdparty")):
|
||||||
|
continue
|
||||||
for name in files:
|
for name in files:
|
||||||
filepath = os.path.join(root, name)
|
filepath = os.path.join(root, name)
|
||||||
check(filepath)
|
check(filepath)
|
||||||
|
|||||||
Reference in New Issue
Block a user