Skip to content

Cassandra

#cms #web #cassandra

9042/9160 - Pentesting Cassandra - HackTricks

cql
SELECT cluster_name, thrift_version, data_center, partitioner, native_protocol_version, rack, release_version from system.local;
cql
SELECT keyspace_name FROM system.schema_keyspaces;
cql
SELECT * from system_auth.roles;
cql
SELECT * from logdb.user_auth;

Notas personales de seguridad ofensiva.