Results 1 to 8 of 8

Thread: Sqlmap error

  1. #1
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38

    Sqlmap error

    PLEASE HELP ME WHEN I TARGET a website thats vulnerable
    ex .
    sqlmap -u www.vulnerablesite.com
    i get this
    Are you sure you want to continue? [y/N] y
    bash: y: command not found
    DAFUQ ANY SOLUTION
    I TRIED
    cd /usr/share/sqlmap
    ./sqlmap -u
    and ./sqlmap -u
    didnt helped
    O_O

  2. #2
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Gr4nD T3R0R View Post
    PLEASE HELP ME WHEN I TARGET a website thats vulnerable
    ex .
    sqlmap -u www.vulnerablesite.com
    i get this
    Are you sure you want to continue? [y/N] y
    bash: y: command not found
    DAFUQ ANY SOLUTION
    I TRIED
    cd /usr/share/sqlmap
    ./sqlmap -u
    and ./sqlmap -u
    didnt helped
    O_O
    have you "enable" bleeding edge REPO ? ...with this sqlmap update ""once"" a day!! in my kali's your command worked-fine

  3. #3
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38
    you mean in sources.list ? yes i added kali bleeding egde

  4. #4
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Gr4nD T3R0R View Post
    you mean in sources.list ? yes i added kali bleeding egde
    yes in the sources.list! & occasionally updates..i you want!
    in my kali the command with only -u worked ..(even if you normally used started -- dbs)

    http://imageshack.us/f/42/5en8.png/

  5. #5
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38
    Zimmaro ty for trying to help me i just reinstalled KALI 64 ^^ AFTER UPDATING & ADDING EGDE ITS NOW WORKING

  6. #6
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38
    Zimmaro one last question is it correct using sqlmp+tor =
    sqlmap -u site.gov.com --tor --check-tor --time-sec 10
    and if i want to grab database like then should i do this sqlmap -u site.gov.com --dbs --tor --check-tor --time-sec 10

  7. #7
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Gr4nD T3R0R View Post
    Zimmaro one last question is it correct using sqlmp+tor =
    sqlmap -u site.gov.com --tor --check-tor --time-sec 10
    and if i want to grab database like then should i do this sqlmap -u site.gov.com --dbs --tor --check-tor --time-sec 10
    i'm not expert but in my "situation" I THINK is correct this step:

    sqlmap -u ""site.gov.com""/""vulnpage"".php?id=xx --dbs --tor --check-tor --time-sec 10 [[[look to sqlmap options]]]

    && I THINK sqlmap to ""work well"" using "tor" needs ex: privoxy or polipo!((repeat but i'm not expert))
    I use tor+polipo+vidalia
    bye

  8. #8
    Join Date
    2013-Jul
    Posts
    2
    sqlmap -u "url" According to this you add "" try

Similar Threads

  1. SQLMAP error
    By azihak in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2013-08-26, 14:26
  2. Sqlmap error
    By liuker in forum General Archive
    Replies: 1
    Last Post: 2013-07-25, 11:24

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •