- 
		
Recent Posts
 Recent Comments
- Can’t delete a macOS user with dscl [resolution] – it.megocollector.com on When you “can’t” delete a user in MacOS
 - morsing on Starting tactic script for CPU allocation calculations on POWER9/10
 - morsing on Adding a Gmail account to your Mutt
 - morsing on AIX IRC channel moving home
 - morsing on AIX IRC channel moving home
 
Archives
- October 2023
 - August 2023
 - May 2023
 - April 2023
 - December 2022
 - November 2022
 - October 2022
 - September 2022
 - April 2022
 - December 2021
 - October 2021
 - June 2021
 - May 2021
 - March 2021
 - February 2021
 - January 2021
 - November 2020
 - June 2020
 - November 2019
 - May 2019
 - August 2017
 - July 2017
 - January 2016
 - June 2013
 - April 2013
 - November 2012
 - March 2012
 
Categories
Meta
Monthly Archives: July 2017
Finding SQL query in TCP stream
Just a little one to remember, as I use this occasionally, with this tcpdump you can read SQL queries, rsh commands etc: tcpdump -i en0 -s 0 -l -w – dst port 3306 | strings