├── .gitattributes ├── crontab.txt ├── driver └── instantclient_21_8.zip ├── exp.dll ├── exp.so ├── go.mod ├── go.sum ├── main.go ├── out.json ├── pac ├── help.go ├── logger.go ├── mssql_CLR.go ├── mssql_cmd.go ├── mssql_connect.go ├── mssql_spoacreate.go ├── mssql_webshell.go ├── mssql_xpcmdshell.go ├── mysql_cmd.go ├── mysql_connect.go ├── mysql_udf.go ├── mysql_webshell.go ├── oracl_xmlquery.go ├── oracle_cmd.go ├── oracle_connect.go ├── oracle_export_extension.go ├── oracle_funcall.go ├── other.go ├── postgre_cmd.go ├── postgre_connect.go ├── postgre_cve_2019_9193.go ├── postgre_fileread.go ├── postgre_write.go ├── redis_cmd.go ├── redis_connect.go ├── redis_export.go ├── redis_getshell.go ├── redis_lua.go ├── redis_slave.go ├── redis_string.go ├── redis_tcp.go └── ssh_connect.go ├── readme.md ├── shell.txt ├── shell ├── shell.asp ├── shell.aspx ├── shell.jsp └── shell.php └── ssh.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/.gitattributes -------------------------------------------------------------------------------- /crontab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/crontab.txt -------------------------------------------------------------------------------- /driver/instantclient_21_8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/driver/instantclient_21_8.zip -------------------------------------------------------------------------------- /exp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/exp.dll -------------------------------------------------------------------------------- /exp.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/exp.so -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/main.go -------------------------------------------------------------------------------- /out.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/out.json -------------------------------------------------------------------------------- /pac/help.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/help.go -------------------------------------------------------------------------------- /pac/logger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/logger.go -------------------------------------------------------------------------------- /pac/mssql_CLR.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mssql_CLR.go -------------------------------------------------------------------------------- /pac/mssql_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mssql_cmd.go -------------------------------------------------------------------------------- /pac/mssql_connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mssql_connect.go -------------------------------------------------------------------------------- /pac/mssql_spoacreate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mssql_spoacreate.go -------------------------------------------------------------------------------- /pac/mssql_webshell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mssql_webshell.go -------------------------------------------------------------------------------- /pac/mssql_xpcmdshell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mssql_xpcmdshell.go -------------------------------------------------------------------------------- /pac/mysql_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mysql_cmd.go -------------------------------------------------------------------------------- /pac/mysql_connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mysql_connect.go -------------------------------------------------------------------------------- /pac/mysql_udf.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mysql_udf.go -------------------------------------------------------------------------------- /pac/mysql_webshell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/mysql_webshell.go -------------------------------------------------------------------------------- /pac/oracl_xmlquery.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/oracl_xmlquery.go -------------------------------------------------------------------------------- /pac/oracle_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/oracle_cmd.go -------------------------------------------------------------------------------- /pac/oracle_connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/oracle_connect.go -------------------------------------------------------------------------------- /pac/oracle_export_extension.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/oracle_export_extension.go -------------------------------------------------------------------------------- /pac/oracle_funcall.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/oracle_funcall.go -------------------------------------------------------------------------------- /pac/other.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/other.go -------------------------------------------------------------------------------- /pac/postgre_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/postgre_cmd.go -------------------------------------------------------------------------------- /pac/postgre_connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/postgre_connect.go -------------------------------------------------------------------------------- /pac/postgre_cve_2019_9193.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/postgre_cve_2019_9193.go -------------------------------------------------------------------------------- /pac/postgre_fileread.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/postgre_fileread.go -------------------------------------------------------------------------------- /pac/postgre_write.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/postgre_write.go -------------------------------------------------------------------------------- /pac/redis_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_cmd.go -------------------------------------------------------------------------------- /pac/redis_connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_connect.go -------------------------------------------------------------------------------- /pac/redis_export.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_export.go -------------------------------------------------------------------------------- /pac/redis_getshell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_getshell.go -------------------------------------------------------------------------------- /pac/redis_lua.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_lua.go -------------------------------------------------------------------------------- /pac/redis_slave.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_slave.go -------------------------------------------------------------------------------- /pac/redis_string.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_string.go -------------------------------------------------------------------------------- /pac/redis_tcp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/redis_tcp.go -------------------------------------------------------------------------------- /pac/ssh_connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/pac/ssh_connect.go -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/readme.md -------------------------------------------------------------------------------- /shell.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shell/shell.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/shell/shell.asp -------------------------------------------------------------------------------- /shell/shell.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/shell/shell.aspx -------------------------------------------------------------------------------- /shell/shell.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/shell/shell.jsp -------------------------------------------------------------------------------- /shell/shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hel10-Web/Databasetools/HEAD/shell/shell.php -------------------------------------------------------------------------------- /ssh.txt: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------