├── .gitignore ├── LICENSE ├── README.md ├── dssql.py └── install.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSecCyber/DedSecSQL/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSecCyber/DedSecSQL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSecCyber/DedSecSQL/HEAD/README.md -------------------------------------------------------------------------------- /dssql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSecCyber/DedSecSQL/HEAD/dssql.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DedSecCyber/DedSecSQL/HEAD/install.sh --------------------------------------------------------------------------------