WhitewidowScanner / whitewidow

SQL Vulnerability Scanner
973 stars 234 forks source link

New sqlmap configuration #45

Closed Ekultek closed 7 years ago

Ekultek commented 7 years ago

I need people to test the new sqlmap configuration and check for issues with it. I'm not 100% sure if it will extract Python 3.x.x or not, but it should. So find the problems and let me know. Thanks guys.

Ekultek commented 7 years ago

From #46

Issue/Enhancement/Question (be specific)

Hi there,

I've installed your tool in ParrotOS and when I try to execute it i had this message:

Exact error message/Enhancement information

/home/user/tools/whitewidow/lib/helpers/sqlmap_config_helper.rb:13:in `find_python_env_var': undefined method `split' for nil:NilClass (NoMethodError)
    from /home/jask/tools/whitewidow/lib/imports/constants_and_requires.rb:59:in `<top (required)>'
    from whitewidow.rb:2:in `require_relative'
    from whitewidow.rb:2:in `<main>'

Steps to reproduce if applicable or steps on what should be done

cd /home/user/tools/whitewidow

Search query if applicable (please use exact search query)

ruby whitewidow.rb -d

User agent (if applicable)

Whitewidow version number (must have the actual version run ruby whitewidow.rb --version)

I can't get it.

Ruby version number (run ruby --version)

ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]

Labels

Thanks a lot!

More info from #46

Of course :)


- **Run python --version post the output**
Python 2.7.13
Ekultek commented 7 years ago

Closing this issue. New configuration will be pushed next update

Ekultek commented 7 years ago

Reopening this because I need to fix some stuff in it