понеделник, 26 януари 2009 г.
понеделник, 12 януари 2009 г.
HOWTO: sniff mysql queries with Wireshark
Very simple sniffer for mySQL executed on the server:
Change the interface (
svilen@svi:~$ sudo tshark port 3306 -i lo -R mysql.query -Tfields -e mysql.query
Running as user "root" and group "root". This could be dangerous.
Capturing on lo
show tables
SELECT DATABASE()
show databases
show tables
select * from user
Change the interface (
-i lo
) if you are not running on the same server.
Абонамент за:
Публикации (Atom)