sqlmap/extra/shutils/pydiatra.sh

8 lines
313 B
Bash
Raw Normal View History

2017-04-14 13:54:33 +03:00
#!/bin/bash
2021-09-08 22:01:41 +03:00
# Copyright (c) 2006-2021 sqlmap developers (https://sqlmap.org/)
2017-10-11 15:50:46 +03:00
# See the file 'LICENSE' for copying permission
2017-04-14 13:54:33 +03:00
2020-12-18 13:38:54 +03:00
# Runs py3diatra on all python files (prerequisite: pip install pydiatra)
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec py3diatra '{}' \; | grep -v bare-except