Cassandra
9042/9160 - Pentesting Cassandra - HackTricks
SELECT cluster_name, thrift_version, data_center, partitioner, native_protocol_version, rack, release_version from system.local;
SELECT keyspace_name FROM system.schema_keyspaces;
SELECT * from system_auth.roles;
SELECT * from logdb.user_auth;