Thread: [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 |
From: Miroslav S. <mir...@gm...> - 2014-03-13 09:08:58
|
Hi. Just updated server signatures [1]. You can try it again with the latest revision. In your case it will now say: 12.04|12.10|13.04 (Precise Pangolin|Quantal Quetzal|Raring Ringtail) - as those all use the same version of Apache (httpd) [2]. Kind regards, Miroslav Stampar References: [1] https://github.com/sqlmapproject/sqlmap/commit/ae36c08f12aa578cb93b59cc14615a9fee1875d9 [2] http://distrowatch.com/table.php?distribution=ubuntu On Thu, Mar 13, 2014 at 2:37 AM, Brandon Perry <bpe...@gm...>wrote: > 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 > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |
From: Brandon P. <bpe...@gm...> - 2014-03-13 21:33:13
|
Works great! web server operating system: Linux Ubuntu 13.04 or 12.04 or 12.10 (Raring Ringtail or Precise Pangolin or Quantal Quetzal) 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' On 03/13/2014 04:08 AM, Miroslav Stampar wrote: > Hi. > > Just updated server signatures [1]. You can try it again with the > latest revision. > > In your case it will now say: 12.04|12.10|13.04 (Precise > Pangolin|Quantal Quetzal|Raring Ringtail) - as those all use the same > version of Apache (httpd) [2]. > > Kind regards, > Miroslav Stampar > > References: > [1] https://github.com/sqlmapproject/sqlmap/commit/ae36c08f12aa578cb93b59cc14615a9fee1875d9 > [2] http://distrowatch.com/table.php?distribution=ubuntu > > > On Thu, Mar 13, 2014 at 2:37 AM, Brandon Perry > <bpe...@gm... <mailto:bpe...@gm...>> wrote: > > 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 > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases > and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > sqlmap-users mailing list > sql...@li... > <mailto:sql...@li...> > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > -- > Miroslav Stampar > http://about.me/stamparm |