[sqlmap-users] Ubuntu 13.04 misprint
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2014-03-13 01:37:13
|
Hey! While playing around with the Joomla sqli I realized that my vm was being slightly mis-fingerprinted. web server operating system: Linux Ubuntu 12.04 (Precise Pangolin) web application technology: PHP 5.4.9, Apache 2.2.22 back-end DBMS operating system: Linux Ubuntu back-end DBMS: MySQL >= 5.0.0 banner: '5.5.34-0ubuntu0.13.04.1' The OS is 13.04 server, and this is visible in the banner. sqlmap believes it is 12.04. Here is the lsb-release: bperry@unknown000C29E20B0B:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=13.04 DISTRIB_CODENAME=raring DISTRIB_DESCRIPTION="Ubuntu 13.04" bperry@unknown000C29E20B0B:~$ Thanks! -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |