Skip to content

counter-yandex

counter-google

Ivan Glinkin

Information Security Manager
  • Main
  • Resume/CV
  • For hackers
    • Walkthrough
    • CheatLists
  • Social
    • LinkedIn
    • Twitter
    • Telegram
    • PayPal
  • Mail me

Tag: postgreSQL

Red Teaming - Through PostgreSQL to shell
  • CheatLists
ncnetcatpostgreSQLreverseshellsql

Red Teaming – Through PostgreSQL to shell

Ivan Glinkin 08.04.2021

The easiest way to get reverse shell through the PostgreSQL database. 1. Connect to the DB2. Create a new table     CREATE TABLE demo(t text);3. RunView More