dodgy
searches for dodgy looking lines in Python code
Install
- All systems
-
curl cmd.cat/dodgy.sh
- Debian
-
apt-get install dodgy
- Ubuntu
-
apt-get install dodgy
- Kali Linux
-
apt-get install dodgy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dodgy
- Raspbian
-
apt-get install dodgy
- Dockerfile
- dockerfile.run/dodgy
dodgy
searches for dodgy looking lines in Python code
Dodgy is a very basic tool to run against your codebase to search for "dodgy" looking values. It is a series of simple regular expressions designed to detect things such as accidental SCM diff checkins, or passwords or secret keys hard coded into files.