Thread: [sqlmap-users] sqlmap no colors!
Brought to you by:
inquisb
From: FLO <neu...@ch...> - 2014-10-12 19:45:27
|
Hey Guys, I use sqlmap 0.9 at freebsd 10.0 system, and i have the problem, that in my shell: when i run the command "sqlmap" there is no color highlighting! I only have black letters, and white background. Normally i have colours in my shell! So what to do? And also: I dont know why, but i cant start sqlmap with the common command: "python sqlmap.py", only with the command "sqlmap" it works. Would be fine, if you can help me! Thx, Flo --- Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com |
From: André S. <and...@gm...> - 2014-10-13 10:03:08
|
Sync the last sqlmap version. Cheers 2014-10-12 20:45 GMT+01:00 FLO <neu...@ch...>: > Hey Guys, > I use sqlmap 0.9 at freebsd 10.0 system, and i have the problem, that in > my shell: when i run the command "sqlmap" there is no color highlighting! > I only have black letters, and white background. Normally i have colours > in my shell! > So what to do? And also: I dont know why, but i cant start sqlmap with > the common command: "python sqlmap.py", only with the command "sqlmap" > it works. > Would be fine, if you can help me! > Thx, > Flo > > --- > Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. > http://www.avast.com > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://p.sf.net/sfu/Zoho > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users |
From: Miroslav S. <mir...@gm...> - 2014-10-13 10:03:42
|
You are most probably running the old version of sqlmap (installed on your system via system repository). Please do this: 1) cd /tmp 2) git clone https://github.com/sqlmapproject/sqlmap.git 3) cd /tmp/sqlmap 4) python sqlmap.py Bye On Sun, Oct 12, 2014 at 9:45 PM, FLO <neu...@ch...> wrote: > Hey Guys, > I use sqlmap 0.9 at freebsd 10.0 system, and i have the problem, that in > my shell: when i run the command "sqlmap" there is no color highlighting! > I only have black letters, and white background. Normally i have colours > in my shell! > So what to do? And also: I dont know why, but i cant start sqlmap with > the common command: "python sqlmap.py", only with the command "sqlmap" > it works. > Would be fine, if you can help me! > Thx, > Flo > > --- > Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus > Schutz ist aktiv. > http://www.avast.com > > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://p.sf.net/sfu/Zoho > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: FLO <neu...@ch...> - 2014-10-13 18:34:59
|
Hey, I am curious about the security level of sqlmap.. is it more secure to use --tor or --proxy? And is it enough to write --tor, when my tor generally is configured well? Or do i have to specifiy in sqlmap an specific socks?! Thx for an answer, Flo --- Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com |
From: Miroslav S. <mir...@gm...> - 2014-10-13 19:24:59
|
Both are secure if you know what are you doing. Also, --tor should work out of box if you have a Tor bundle installed (e.g. Vidalia) Bye On Oct 13, 2014 8:35 PM, "FLO" <neu...@ch...> wrote: > Hey, > I am curious about the security level of sqlmap.. is it more secure to > use --tor or --proxy? > And is it enough to write --tor, when my tor generally is configured well? > Or do i have to specifiy in sqlmap an specific socks?! > Thx for an answer, > Flo > > --- > Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus > Schutz ist aktiv. > http://www.avast.com > > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > |
From: FLO <neu...@ch...> - 2014-10-16 00:26:58
|
Hey, When i want to start sqlmap, i type in "python sqlmap.py", and when i do this, i get following error message: "missing one or more core extensions ('gzip' , 'ssl' , 'sqlite' , 'zlib') most probably because current version of Python has been built without appropriate dev packages (e.g. 'libsqlite3-dev')" Do you know what that mean? I use freebsd 10.0. Thx4help.. --- Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus Schutz ist aktiv. http://www.avast.com |
From: Miroslav S. <mir...@gm...> - 2014-10-16 05:04:37
|
You have a reduced version of Python, commonly a result of custom build. Please get the official build to get everything up and running. Bye On Oct 16, 2014 2:27 AM, "FLO" <neu...@ch...> wrote: > Hey, > When i want to start sqlmap, i type in "python sqlmap.py", and when i do > this, i get following error message: > "missing one or more core extensions ('gzip' , 'ssl' , 'sqlite' , > 'zlib') most probably because current version of Python has been built > without appropriate dev packages (e.g. 'libsqlite3-dev')" > Do you know what that mean? > I use freebsd 10.0. > Thx4help.. > > --- > Diese E-Mail ist frei von Viren und Malware, denn der avast! Antivirus > Schutz ist aktiv. > http://www.avast.com > > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > |