sqlmap/extra/shutils/pydiatra.sh

8 lines
312 B
Bash
Raw Normal View History

2017-04-14 13:54:33 +03:00
#!/bin/bash
# Copyright (c) 2006-2013 sqlmap developers (http://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
# Runs py2diatra on all python files (prerequisite: pip install pydiatra)
2017-04-19 15:56:32 +03:00
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec py2diatra '{}' \; | grep -v bare-except