Files
oscp/Necronomicon/Attacks/Dev Software & Databases/Postgres & Redshift.md
T
2025-11-21 17:17:42 +01:00

150 B

  • Get tables and columns
    • psql -h <host> -U root -d <db_name> -p 543-c "SELECT tablename, columnname FROM PG_TABLE_DEF where schemaname ='public'"