Thread: [sqlmap-users] Testenv inside docker
Brought to you by:
inquisb
From: Andres R. <and...@gm...> - 2015-07-22 12:16:48
|
List, Anyone created a docker image for the sqlmap testenv [0]? I'm in the process of migrating all the test apps we use for w3af build process to docker and was wondering if maybe someone already did this. [0] https://github.com/sqlmapproject/testenv [1] https://github.com/andresriancho/w3af/issues/11353 Regards, -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 |
From: Miroslav S. <mir...@gm...> - 2015-07-22 14:07:54
|
Hi. No, but if someone is interested to do it we would be more than happy to accept/use it. Kind regards, Miroslav Stampar On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho <and...@gm...> wrote: > List, > > Anyone created a docker image for the sqlmap testenv [0]? I'm in > the process of migrating all the test apps we use for w3af build > process to docker and was wondering if maybe someone already did this. > > [0] https://github.com/sqlmapproject/testenv > [1] https://github.com/andresriancho/w3af/issues/11353 > > Regards, > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: Andres R. <and...@gm...> - 2015-07-22 14:31:25
|
Miroslav, Ok, I'll start with that today. Most likely I'll just do the mysql part because it's what I use in my w3af tests, but I'll build it in such a way that it should be trivial for anyone to extend it to the other DBs. I'll base my work on deployment.sh [0], quick question about that script, which base OS are you guys using for it? I can tell it's debian/ubuntu but not sure about the exact distro/version. I'll build the docker image based on the same OS you guys use for (I assume virtualbox) [0] https://github.com/sqlmapproject/testenv/blob/master/deployment.sh Regards, On Wed, Jul 22, 2015 at 11:07 AM, Miroslav Stampar <mir...@gm...> wrote: > Hi. > > No, but if someone is interested to do it we would be more than happy to > accept/use it. > > Kind regards, > Miroslav Stampar > > On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho <and...@gm...> > wrote: >> >> List, >> >> Anyone created a docker image for the sqlmap testenv [0]? I'm in >> the process of migrating all the test apps we use for w3af build >> process to docker and was wondering if maybe someone already did this. >> >> [0] https://github.com/sqlmapproject/testenv >> [1] https://github.com/andresriancho/w3af/issues/11353 >> >> Regards, >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 >> >> >> ------------------------------------------------------------------------------ >> Don't Limit Your Business. Reach for the Cloud. >> GigeNET's Cloud Solutions provide you with the tools and support that >> you need to offload your IT needs and focus on growing your business. >> Configured For All Businesses. Start Your Cloud Today. >> https://www.gigenetcloud.com/ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > -- > Miroslav Stampar > http://about.me/stamparm -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 |
From: Brandon P. <bpe...@gm...> - 2015-07-22 15:31:43
|
Iirc Kali has docker images and ships with sqlmap Sent from a phone > On Jul 22, 2015, at 9:07 AM, Miroslav Stampar <mir...@gm...> wrote: > > Hi. > > No, but if someone is interested to do it we would be more than happy to accept/use it. > > Kind regards, > Miroslav Stampar > >> On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho <and...@gm...> wrote: >> List, >> >> Anyone created a docker image for the sqlmap testenv [0]? I'm in >> the process of migrating all the test apps we use for w3af build >> process to docker and was wondering if maybe someone already did this. >> >> [0] https://github.com/sqlmapproject/testenv >> [1] https://github.com/andresriancho/w3af/issues/11353 >> >> Regards, >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 >> >> ------------------------------------------------------------------------------ >> Don't Limit Your Business. Reach for the Cloud. >> GigeNET's Cloud Solutions provide you with the tools and support that >> you need to offload your IT needs and focus on growing your business. >> Configured For All Businesses. Start Your Cloud Today. >> https://www.gigenetcloud.com/ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > -- > Miroslav Stampar > http://about.me/stamparm > ------------------------------------------------------------------------------ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users |
From: Miroslav S. <mir...@gm...> - 2015-07-22 14:28:13
|
Debian >= 6 should do. Our old one (we still use internally) was/is Debian 5. Bye p.s. for virtual environment we use VMWare, but VirtualBox should be fine too. On Wed, Jul 22, 2015 at 4:24 PM, Andres Riancho <and...@gm...> wrote: > Miroslav, > > Ok, I'll start with that today. Most likely I'll just do the mysql > part because it's what I use in my w3af tests, but I'll build it in > such a way that it should be trivial for anyone to extend it to the > other DBs. > > I'll base my work on deployment.sh [0], quick question about that > script, which base OS are you guys using for it? I can tell it's > debian/ubuntu but not sure about the exact distro/version. I'll build > the docker image based on the same OS you guys use for (I assume > virtualbox) > > [0] https://github.com/sqlmapproject/testenv/blob/master/deployment.sh > > Regards, > > On Wed, Jul 22, 2015 at 11:07 AM, Miroslav Stampar > <mir...@gm...> wrote: > > Hi. > > > > No, but if someone is interested to do it we would be more than happy to > > accept/use it. > > > > Kind regards, > > Miroslav Stampar > > > > On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho < > and...@gm...> > > wrote: > >> > >> List, > >> > >> Anyone created a docker image for the sqlmap testenv [0]? I'm in > >> the process of migrating all the test apps we use for w3af build > >> process to docker and was wondering if maybe someone already did this. > >> > >> [0] https://github.com/sqlmapproject/testenv > >> [1] https://github.com/andresriancho/w3af/issues/11353 > >> > >> Regards, > >> -- > >> Andrés Riancho > >> Project Leader at w3af - http://w3af.org/ > >> Web Application Attack and Audit Framework > >> Twitter: @w3af > >> GPG: 0x93C344F3 > >> > >> > >> > ------------------------------------------------------------------------------ > >> Don't Limit Your Business. Reach for the Cloud. > >> GigeNET's Cloud Solutions provide you with the tools and support that > >> you need to offload your IT needs and focus on growing your business. > >> Configured For All Businesses. Start Your Cloud Today. > >> https://www.gigenetcloud.com/ > >> _______________________________________________ > >> sqlmap-users mailing list > >> sql...@li... > >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > > > > > > -- > > Miroslav Stampar > > http://about.me/stamparm > > > > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 > -- Miroslav Stampar http://about.me/stamparm |
From: Andres R. <and...@gm...> - 2015-07-22 14:36:31
|
Cool, thanks for the info On Wed, Jul 22, 2015 at 11:28 AM, Miroslav Stampar <mir...@gm...> wrote: > Debian >= 6 should do. Our old one (we still use internally) was/is Debian > 5. > > Bye > > p.s. for virtual environment we use VMWare, but VirtualBox should be fine > too. > > On Wed, Jul 22, 2015 at 4:24 PM, Andres Riancho <and...@gm...> > wrote: >> >> Miroslav, >> >> Ok, I'll start with that today. Most likely I'll just do the mysql >> part because it's what I use in my w3af tests, but I'll build it in >> such a way that it should be trivial for anyone to extend it to the >> other DBs. >> >> I'll base my work on deployment.sh [0], quick question about that >> script, which base OS are you guys using for it? I can tell it's >> debian/ubuntu but not sure about the exact distro/version. I'll build >> the docker image based on the same OS you guys use for (I assume >> virtualbox) >> >> [0] https://github.com/sqlmapproject/testenv/blob/master/deployment.sh >> >> Regards, >> >> On Wed, Jul 22, 2015 at 11:07 AM, Miroslav Stampar >> <mir...@gm...> wrote: >> > Hi. >> > >> > No, but if someone is interested to do it we would be more than happy to >> > accept/use it. >> > >> > Kind regards, >> > Miroslav Stampar >> > >> > On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho >> > <and...@gm...> >> > wrote: >> >> >> >> List, >> >> >> >> Anyone created a docker image for the sqlmap testenv [0]? I'm in >> >> the process of migrating all the test apps we use for w3af build >> >> process to docker and was wondering if maybe someone already did this. >> >> >> >> [0] https://github.com/sqlmapproject/testenv >> >> [1] https://github.com/andresriancho/w3af/issues/11353 >> >> >> >> Regards, >> >> -- >> >> Andrés Riancho >> >> Project Leader at w3af - http://w3af.org/ >> >> Web Application Attack and Audit Framework >> >> Twitter: @w3af >> >> GPG: 0x93C344F3 >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Don't Limit Your Business. Reach for the Cloud. >> >> GigeNET's Cloud Solutions provide you with the tools and support that >> >> you need to offload your IT needs and focus on growing your business. >> >> Configured For All Businesses. Start Your Cloud Today. >> >> https://www.gigenetcloud.com/ >> >> _______________________________________________ >> >> sqlmap-users mailing list >> >> sql...@li... >> >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> > >> > >> > >> > >> > -- >> > Miroslav Stampar >> > http://about.me/stamparm >> >> >> >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 > > > > > -- > Miroslav Stampar > http://about.me/stamparm -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 |
From: Brandon P. <bpe...@gm...> - 2015-07-22 15:32:21
|
Oh shit I should have read the email more carefully. Testenv, not sqlmap. Ignore me. Sent from a phone > On Jul 22, 2015, at 9:07 AM, Miroslav Stampar <mir...@gm...> wrote: > > Hi. > > No, but if someone is interested to do it we would be more than happy to accept/use it. > > Kind regards, > Miroslav Stampar > >> On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho <and...@gm...> wrote: >> List, >> >> Anyone created a docker image for the sqlmap testenv [0]? I'm in >> the process of migrating all the test apps we use for w3af build >> process to docker and was wondering if maybe someone already did this. >> >> [0] https://github.com/sqlmapproject/testenv >> [1] https://github.com/andresriancho/w3af/issues/11353 >> >> Regards, >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 >> >> ------------------------------------------------------------------------------ >> Don't Limit Your Business. Reach for the Cloud. >> GigeNET's Cloud Solutions provide you with the tools and support that >> you need to offload your IT needs and focus on growing your business. >> Configured For All Businesses. Start Your Cloud Today. >> https://www.gigenetcloud.com/ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > -- > Miroslav Stampar > http://about.me/stamparm > ------------------------------------------------------------------------------ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users |
From: Andres R. <and...@gm...> - 2015-07-22 15:41:22
|
We always ignore you ;) ;) ;) On Wed, Jul 22, 2015 at 12:32 PM, Brandon Perry <bpe...@gm...> wrote: > Oh shit I should have read the email more carefully. Testenv, not sqlmap. > Ignore me. > > Sent from a phone > > On Jul 22, 2015, at 9:07 AM, Miroslav Stampar <mir...@gm...> > wrote: > > Hi. > > No, but if someone is interested to do it we would be more than happy to > accept/use it. > > Kind regards, > Miroslav Stampar > > On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho <and...@gm...> > wrote: >> >> List, >> >> Anyone created a docker image for the sqlmap testenv [0]? I'm in >> the process of migrating all the test apps we use for w3af build >> process to docker and was wondering if maybe someone already did this. >> >> [0] https://github.com/sqlmapproject/testenv >> [1] https://github.com/andresriancho/w3af/issues/11353 >> >> Regards, >> -- >> Andrés Riancho >> Project Leader at w3af - http://w3af.org/ >> Web Application Attack and Audit Framework >> Twitter: @w3af >> GPG: 0x93C344F3 >> >> >> ------------------------------------------------------------------------------ >> Don't Limit Your Business. Reach for the Cloud. >> GigeNET's Cloud Solutions provide you with the tools and support that >> you need to offload your IT needs and focus on growing your business. >> Configured For All Businesses. Start Your Cloud Today. >> https://www.gigenetcloud.com/ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > -- > Miroslav Stampar > http://about.me/stamparm > > ------------------------------------------------------------------------------ > > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 |
From: Andres R. <and...@gm...> - 2015-07-24 11:40:19
|
Done! Now it's possible to run mysql testenv inside docker: https://github.com/sqlmapproject/testenv/pull/8 @Miroslav: I'm available at GTalk if you want to discuss this, but I believe the PR description is good enough :) On Wed, Jul 22, 2015 at 12:33 PM, Andres Riancho <and...@gm...> wrote: > We always ignore you ;) ;) ;) > > On Wed, Jul 22, 2015 at 12:32 PM, Brandon Perry > <bpe...@gm...> wrote: >> Oh shit I should have read the email more carefully. Testenv, not sqlmap. >> Ignore me. >> >> Sent from a phone >> >> On Jul 22, 2015, at 9:07 AM, Miroslav Stampar <mir...@gm...> >> wrote: >> >> Hi. >> >> No, but if someone is interested to do it we would be more than happy to >> accept/use it. >> >> Kind regards, >> Miroslav Stampar >> >> On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho <and...@gm...> >> wrote: >>> >>> List, >>> >>> Anyone created a docker image for the sqlmap testenv [0]? I'm in >>> the process of migrating all the test apps we use for w3af build >>> process to docker and was wondering if maybe someone already did this. >>> >>> [0] https://github.com/sqlmapproject/testenv >>> [1] https://github.com/andresriancho/w3af/issues/11353 >>> >>> Regards, >>> -- >>> Andrés Riancho >>> Project Leader at w3af - http://w3af.org/ >>> Web Application Attack and Audit Framework >>> Twitter: @w3af >>> GPG: 0x93C344F3 >>> >>> >>> ------------------------------------------------------------------------------ >>> Don't Limit Your Business. Reach for the Cloud. >>> GigeNET's Cloud Solutions provide you with the tools and support that >>> you need to offload your IT needs and focus on growing your business. >>> Configured For All Businesses. Start Your Cloud Today. >>> https://www.gigenetcloud.com/ >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> >> >> >> -- >> Miroslav Stampar >> http://about.me/stamparm >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 |
From: Miroslav S. <mir...@gm...> - 2015-07-24 14:07:42
|
Will take a look later today. Currently finishing regular day job. Bye On Fri, Jul 24, 2015 at 1:39 PM, Andres Riancho <and...@gm...> wrote: > Done! Now it's possible to run mysql testenv inside docker: > https://github.com/sqlmapproject/testenv/pull/8 > > @Miroslav: I'm available at GTalk if you want to discuss this, but I > believe the PR description is good enough :) > > On Wed, Jul 22, 2015 at 12:33 PM, Andres Riancho > <and...@gm...> wrote: > > We always ignore you ;) ;) ;) > > > > On Wed, Jul 22, 2015 at 12:32 PM, Brandon Perry > > <bpe...@gm...> wrote: > >> Oh shit I should have read the email more carefully. Testenv, not > sqlmap. > >> Ignore me. > >> > >> Sent from a phone > >> > >> On Jul 22, 2015, at 9:07 AM, Miroslav Stampar < > mir...@gm...> > >> wrote: > >> > >> Hi. > >> > >> No, but if someone is interested to do it we would be more than happy to > >> accept/use it. > >> > >> Kind regards, > >> Miroslav Stampar > >> > >> On Wed, Jul 22, 2015 at 2:16 PM, Andres Riancho < > and...@gm...> > >> wrote: > >>> > >>> List, > >>> > >>> Anyone created a docker image for the sqlmap testenv [0]? I'm in > >>> the process of migrating all the test apps we use for w3af build > >>> process to docker and was wondering if maybe someone already did this. > >>> > >>> [0] https://github.com/sqlmapproject/testenv > >>> [1] https://github.com/andresriancho/w3af/issues/11353 > >>> > >>> Regards, > >>> -- > >>> Andrés Riancho > >>> Project Leader at w3af - http://w3af.org/ > >>> Web Application Attack and Audit Framework > >>> Twitter: @w3af > >>> GPG: 0x93C344F3 > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> Don't Limit Your Business. Reach for the Cloud. > >>> GigeNET's Cloud Solutions provide you with the tools and support that > >>> you need to offload your IT needs and focus on growing your business. > >>> Configured For All Businesses. Start Your Cloud Today. > >>> https://www.gigenetcloud.com/ > >>> _______________________________________________ > >>> sqlmap-users mailing list > >>> sql...@li... > >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > >> > >> > >> > >> > >> -- > >> Miroslav Stampar > >> http://about.me/stamparm > >> > >> > ------------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> sqlmap-users mailing list > >> sql...@li... > >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > > > > -- > > Andrés Riancho > > Project Leader at w3af - http://w3af.org/ > > Web Application Attack and Audit Framework > > Twitter: @w3af > > GPG: 0x93C344F3 > > > > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 > -- Miroslav Stampar http://about.me/stamparm |