Организации inurl reviews php. Как работает Google

Любой поиск уязвимостей на веб-ресурсах начинается с разведки и сбора информации.
Разведка может быть как активной - брутфорс файлов и директорий сайта, запуск сканеров уязвимостей, ручной просмотр сайта, так и пассивной - поиск информации в разных поисковых системах. Иногда бывает так, что уязвимость становится известна еще до открытия первой страницы сайта.

Как такое возможно?
Поисковые роботы, безостановочно бродящие по просторам интернета, помимо информации, полезной обычному пользователю, часто фиксируют то, что может быть использовано злоумышленниками при атаке на веб-ресурс. Например, ошибки скриптов и файлы с чувствительной информацией (начиная от конфигурационных файлов и логов, заканчивая файлами с аутентификационными данными и бэкапами баз данных).
С точки зрения поискового робота сообщение об ошибке выполнения sql-запроса - это обычный текст, неотделимый, например, от описания товаров на странице. Если вдруг поисковый робот наткнулся на файл с расширением.sql, который почему-то оказался в рабочей папке сайта, то он будет воспринят как часть содержимого сайта и так же будет проиндексирован (включая, возможно, указанные в нём пароли).

Подобную информацию можно найти, зная устойчивые, часто уникальные, ключевые слова, которые помогают отделить «уязвимые страницы» от страниц, не содержащих уязвимости.
Огромная база специальных запросов с использованием ключевых слов (так называемых дорков) существует на exploit-db.com и известна под названием Google Hack Database.

Почему google?
Дорки ориентированы в первую очередь на google по двум причинам:
− наиболее гибкий синтаксис ключевых слов (приведен в Таблице 1) и специальных символов (приведен в Таблице 2);
− индекс google всё же более полный нежели у других поисковых систем;

Таблица 1 – Основные ключевые слова google

Ключевое слово
Смысл
Пример
site
Поиск только на указанном сайте. Учитывает только url
site:somesite.ru - найдет все страницы по данному домену и поддоменам
inurl
Поиск по словам, присутствующим в uri. В отличие от кл. слова “site”, ищет совпадения после имени сайта
inurl:news - найдет все страницы, где в uri встретится данное слово
intext
Поиск в теле страницы
intext:”пробки” - полностью аналогично обычному запросу “пробки”
intitle
Поиск в заголовке страницы. Текст, заключенный между тэгами <br></td> <td width="214">intitle:”index of” - найдет все страницы с листингом директории<br></td> </tr><tr><td width="214">ext<br></td> <td width="214">Поиск страниц с указанным расширением<br></td> <td width="214">ext:pdf - найдет все pdf-файлы<br></td> </tr><tr><td width="214">filetype<br></td> <td width="214">В настоящее время полностью аналогично кл. слову “ext”<br></td> <td width="214">filetype:pdf - аналогично<br></td> </tr><tr><td width="214">related<br></td> <td width="214">Поиск сайтов со схожей тематикой<br></td> <td width="214">related:google.ru - покажет свои аналоги<br></td> </tr><tr><td width="214">link<br></td> <td width="214">Поиск сайтов, ссылающихся на данный<br></td> <td width="214">link:somesite.ru - найдет все сайты, на которых есть ссылка на данный<br></td> </tr><tr><td width="214">define<br></td> <td width="214">Показать определение слова<br></td> <td width="214">define:0day - определение термина<br></td> </tr><tr><td width="214">cache<br></td> <td width="214">Показать содержимое страницы в кэше (если имеется)<br></td> <td width="214">cache:google.com - откроет страницу из кэша<br></td> </tr></tbody></table><p>Таблица 2 – Специальные символы запросов google<br></p><table><tbody><tr><td width="214"><b>Символ </b><br></td> <td width="214"><b>Смысл </b><br></td> <td width="214"><b>Пример </b><br></td> </tr><tr><td width="214">“<br></td> <td width="214">Точная фраза<br></td> <td width="214">intitle:«RouterOS router configuration page» - поиск роутеров<br></td> </tr><tr><td width="214">*<br></td> <td width="214">Любой текст<br></td> <td width="214">inurl:«bitrix*mcart» - поиск сайтов на bitrix с уязвимым модулем mcart<br></td> </tr><tr><td width="214">.<br></td> <td width="214">Любой символ<br></td> <td width="214">Index.of - аналогично запросу index of<br></td> </tr><tr><td width="214">-<br></td> <td width="214">Исключить слово<br></td> <td width="214">error -warning - показать все страницы, где есть error, но нет warning<br></td> </tr><tr><td width="214">..<br></td> <td width="214">Диапазон<br></td> <td width="214">cve 2006..2016 - показать уязвимости по годам начиная с 2006<br></td> </tr><tr><td width="214">|<br></td> <td width="214">Логическое «или»<br></td> <td width="214">linux | windows - показать страницы, где встречается либо первое либо второе слово<br></td> </tr></tbody></table><br> Стоит понимать, что любой запрос к поисковой системе - это поиск только по словам.<br> Бесполезно искать на странице мета-символы (кавычки, скобки, знаки пунктуации и т. п). Даже поиск по точной фразе, указанной в кавычках, - это поиск по словам, с последующим поиском точного совпадения уже в результатах.<p>Все дорки Google Hack Database разделены логически на 14 категорий и представлены в таблице 3.<br> Таблица 3 – Категории Google Hack Database<br></p><table><tbody><tr><td width="168"><b>Категория </b><br></td> <td width="190"><b>Что позволяет найти </b><br></td> <td width="284"><b>Пример </b><br></td> </tr><tr><td width="168">Footholds<br></td> <td width="190">Веб-шеллы, публичные файловые менеджеры<br></td> <td width="284">Найти все взломанные сайты, где залиты перечисленные вебшеллы:<br> (intitle:«phpshell» OR intitle:«c99shell» OR intitle:«r57shell» OR intitle:«PHP Shell » OR intitle:«phpRemoteView») `rwx` «uname»<br></td> </tr><tr><td width="168">Files containing usernames<br></td> <td width="190">Файлы реестра, конфигурационные файлы, логи, файлы, содержащие историю введенных команд<br></td> <td width="284">Найти все файлы реестра, содержащие информацию об аккаунтах:<br><i>filetype:reg reg +intext:«internet account manager» </i><br></td> </tr><tr><td width="168">Sensitive Directories<br></td> <td width="190">Каталоги с различной информацией (личные документы, конфиги vpn, скрытые репозитории и т.д.)<br></td> <td width="284">Найти все листинги директорий содержащих файлы, относящиеся к vpn:<br><i>«Config» intitle:«Index of» intext:vpn </i><br> Сайты, содержащие git-репозитории:<br><i>(intext:«index of /.git») («parent directory») </i><br></td> </tr><tr><td width="168">Web Server Detection<br></td> <td width="190">Версию и иную информацию о веб-сервере<br></td> <td width="284">Найти административные консоли сервера JBoss:<br><i>inurl:"/web-console/" intitle:«Administration Console» </i><br></td> </tr><tr><td width="168">Vulnerable Files<br></td> <td width="190">Скрипты, содержащие известные уязвимости<br></td> <td width="284">Найти сайты, использующие скрипт, позволяющий выгрузить произвольный файл с сервера:<br><i>allinurl:forcedownload.php?file= </i><br></td> </tr><tr><td width="168">Vulnerable Servers<br></td> <td width="190">Инсталляционные скрипты, веб-шеллы, открытые административные консоли и т.д<br></td> <td width="284">Найти открытые PHPMyAdmin консоли, запущенные от root:<br><i>intitle:phpMyAdmin «Welcome to phpMyAdmin ***» «running on * as root@*» </i><br></td> </tr><tr><td width="168">Error Messages<br></td> <td width="190">Различные ошибки и предупреждения часто раскрывающие важную информацию - начиная от версии CMS до паролей<br></td> <td width="284">Сайты, имеющие ошибки в выполнении sql-запросов к базе:<br><i>«Warning: mysql_query()» «invalid query» </i><br></td> </tr><tr><td width="168">Files containing juicy info<br></td> <td width="190">Сертификаты, бэкапы, электронные письмы, логи, sql-скрипты и т.д<br></td> <td width="284">Найти инициализационные sql-скрипты:<br><i>filetype:sql and «insert into» -site:github.com </i><br></td> </tr><tr><td width="168">Files containing passwords<br></td> <td width="190">Всё что может содержать пароли - логи, sql-скрипты и т.д<br></td> <td width="284">Логи, упоминающие пароли:<br><i>filetype: </i><i>log </i><i>intext: </i><i>password | </i><i>pass | </i><i>pw </i><br> sql-скрипты содержащие пароли:<br><i>ext: </i><i>sql </i><i>intext: </i><i>username </i><i>intext: </i><i>password </i><br></td> </tr><tr><td width="168">Sensitive Online Shopping Info<br></td> <td width="190">Информацию связанную с онлайн покупками<br></td> <td width="284">Найти пинкоды:<br><i>dcid= </i><i>bn= </i><i>pin </i><i>code= </i><br></td> </tr><tr><td width="168">Network or vulnerability data<br></td> <td width="190">Информацию, не относящуюся непосредственно к веб-ресурсу, но затрагивающую сеть либо прочие не веб-сервисы<br></td> <td width="284">Найти скрипты автоматической настройки прокси, содержащие информацию о внутренней сети:<br><i>inurl:proxy | inurl:wpad ext:pac | ext:dat findproxyforurl </i><br></td> </tr><tr><td width="168">Pages containing login portals<br></td> <td width="190">Страницы, содержащие формы входа<br></td> <td width="284">Веб-страницы saplogon:<br><i>intext:«2016 SAP AG. All rights reserved.» intitle:«Logon» </i><br></td> </tr><tr><td width="168">Various Online Devices<br></td> <td width="190">Принтеры, роутеры, системы мониторинга и т.д<br></td> <td width="284">Найти конфигурационную панель принтера:<br><i>intitle:" </i><i>hp </i><i>laserjet" </i><i>inurl: </i><i>SSI/ </i><i>Auth/ </i><i>set_ </i><i>config_ </i><i>deviceinfo. </i><i>htm </i><br></td> </tr><tr><td width="168">Advisories and Vulnerabilities<br></td> <td width="190">Сайты на уязвимых версиях CMS<br></td> <td width="284">Найти уязвимые плагины, через которые можно загрузить произвольный файл на сервер:<br><i>inurl:fckeditor -intext:«ConfigIsEnabled = False» intext:ConfigIsEnabled </i><br></td> </tr></tbody></table><br> Дорки чаще ориентированы на поиск по всем сайтам сети интернет. Но ни что не мешает ограничить область поиска на каком-либо сайте или сайтах.<br> Каждый запрос к google можно сосредоточить на определённом сайте, добавив к запросу ключевое слово «site:somesite.com». Данное ключевое слово может быть дописано к любому дорку.<p><b>Автоматизация поиска уязвимостей </b><br> Так родилась идея написать простенькую утилиту, автоматизирующую поиск уязвимостей с помощью поисковой системы (google) и опирающуюся на Google Hack Database.</p><p>Утилита представляет из себя скрипт, написанный на nodejs с использованием phantomjs. Если быть точным, то скрипт интерпретируется самим phantomjs.<br> Phantomjs - это полноценный веб-браузер без графического интерфейса, управляемый с помощью js-кода и обладающий удобным API.<br> Утилита получила вполне понятное название – dorks. Запустив её в командной строке (без опций) получаем короткую справку с несколькими примерами использования:<br><br><img src='https://i0.wp.com/habrastorage.org/getpro/habr/post_images/edd/6fb/ccc/edd6fbccc5ec340abe750f3073c1b427.jpg' width="100%" loading=lazy><br> Рисунок 1 - Список основных опций dorks</p><p>Общий синтаксис утилиты: dork «команда» «список опций».<br> Подробное описание всех опций представлено в таблице 4. </p><p>Таблица 4 – Синтаксис dorks<br></p><table border="1"><tbody><tr><td width="214"><b>Команда </b><br></td> <td width="214"><b>Опция </b><br></td> <td width="214"><b>Описание </b><br></td> </tr><tr><td rowspan="4" width="214">ghdb<br></td> <td width="214">-l<br></td> <td width="214">Вывести нумерованный список категорий дорков Google Hack Database<br></td> </tr><tr><td width="214">-c «номер или название категории»<br></td> <td width="214">Загрузить дорки указанной категории по номеру или названию<br></td> </tr><tr><td width="214">-q «фраза»<br></td> <td width="214">Загрузить дорки, найденные по запросу<br></td> </tr><tr><td width="214">-o «файл»<br></td> <td width="214">Сохранить результат в файл (только вместе с опциями -c|-q)<br></td> </tr><tr><td rowspan="8" width="214">google<br></td> <td width="214">-d «дорк»<br></td> <td width="214">Задать произвольный дорк (опция может использоваться много раз, допускается сочетание с опцией -D)<br></td> </tr><tr><td width="214">-D «файл»<br></td> <td width="214">Использовать дорки из файла<br></td> </tr><tr><td width="214">-s «сайт»<br></td> <td width="214">Задать сайт (опция может использоваться много раз, допускается сочетание с опцией -S)<br></td> </tr><tr><td width="214">-S «файл»<br></td> <td width="214">Использовать сайты из файла (перебор дорков будет выполнен по каждому сайту независимо)<br></td> </tr><tr><td width="214">-f «фильтр»<br></td> <td width="214">Задать дополнительные ключевые слова (будет добавлено к каждому дорку)<br></td> </tr><tr><td width="214">-t «количество мс»<br></td> <td width="214">Интервал между запросами к google<br></td> </tr><tr><td width="214">-T «количество мс»<br></td> <td width="214">Таймаут, если встретилась каптча<br></td> </tr><tr><td width="214">-o «файл»<br></td> <td width="214">Сохранить результат в файл (будут сохранены только те дорки, по которым что-то нашлось)<br></td> </tr></tbody></table><br> С помощью команды ghdb можно получить все дорки с exploit-db по произвольному запросу, либо указать целиком всю категорию. Если указать категорию 0 - то будет выгружена вся база (около 4.5 тысяч дорков).<p>Список категорий доступных на данный момент представлен на рисунке 2.<br><br><img src='https://i0.wp.com/habrastorage.org/getpro/habr/post_images/b8f/b11/ffe/b8fb11ffeaced5066fd2fd9e43be67fb.jpg' width="100%" loading=lazy></p><p>Рисунок 2 - Список доступных категорий дорков GHDB</p><p>Командой google будет произведена подстановка каждого дорка в поисковик google и проанализирован результат на предмет совпадений. Дорки по которым что-то нашлось будут сохранены в файл.<br> Утилита поддерживает разные режимы поиска:<br> 1 дорк и 1 сайт;<br> 1 дорк и много сайтов;<br> 1 сайт и много дорков;<br> много сайтов и много дорков;<br> Список дорков и сайтов можно задать как через аргумент, так и через файл.</p><p><b>Демонстрация работы </b><br> Попробуем поискать какие-либо уязвимости на примере поиска сообщений об ошибках. По команде: dorks ghdb –c 7 –o errors.dorks будут загружены все известные дорки категории “Error Messages” как показано на рисунке 3.<br><br><img src='https://i2.wp.com/habrastorage.org/getpro/habr/post_images/28c/386/641/28c386641d1528652f7f8e8b8089097a.jpg' width="100%" loading=lazy><br> Рисунок 3 – Загрузка всех известных дорков категории “Error Messages”</p><p>Дорки загружены и сохранены в файл. Теперь остается «натравить» их на какой-нибудь сайт (см. рисунок 4).<br><br><img src='https://i2.wp.com/habrastorage.org/getpro/habr/post_images/8e0/a8a/3af/8e0a8a3af4f26544da1faa584813dbff.jpg' width="100%" loading=lazy><br> Рисунок 4 – Поиск уязвимостей интересуемого сайта в кэше google</p><p>Спустя какое-то время на исследуемом сайте обнаруживается несколько страниц, содержащих ошибки (см. рисунок 5).</p><p><img src='https://i1.wp.com/habrastorage.org/getpro/habr/post_images/10b/e83/ba3/10be83ba38f172213ba06b3f9ad05a58.jpg' width="100%" loading=lazy><br> Рисунок 5 – Найденные сообщения об ошибках</p><p>Итог, в файле result.txt получаем полный список дорков, приводящих к появлению ошибки.<br> На рисунке 6 представлен результат поиска ошибок сайта.<br><br> Рисунок 6 – Результат поиска ошибок</p><p>В кэше по данному дорку выводится полный бэктрейс, раскрывающих абсолютные пути скриптов, систему управления содержимым сайта и тип базы данных (см. рисунок 7).<br><br><img src='https://i1.wp.com/habrastorage.org/getpro/habr/post_images/0a9/455/588/0a9455588496d6609f5e13d598cb5a48.jpg' width="100%" loading=lazy><br> Рисунок 7 – раскрытие информации об устройстве сайта </p><p>Однако стоит учитывать, что не все дорки из GHDB дают истинный результат. Так же google может не найти точного совпадения и показать похожий результат.</p><p>В таком случае разумнее использовать свой персональный список дорков. Например, всегда стоит поискать файлы с «необычными» расширениями, примеры которых приведены на рисунке 8.<br><br><img src='https://i0.wp.com/habrastorage.org/getpro/habr/post_images/d7f/865/693/d7f865693f7fcf13137598eeed0ecb58.jpg' width="100%" loading=lazy><br> Рисунок 8 – Список расширений файлов, не характерных для обычного веб-ресурса</p><p>В итоге, по команде dorks google –D extensions.txt –f банк, с самого первого запроса google начинает отдавать сайты с «необычными» расширениями файлов (см. рисунок 9). <br><br><img src='https://i0.wp.com/habrastorage.org/getpro/habr/post_images/107/e1f/a2f/107e1fa2f41c4169bcc254cba2f2f4b6.jpg' width="100%" loading=lazy><br> Рисунок 9 – Поиск «нехороших» типов файлов на сайтах банковской тематики</p><p>Стоит иметь ввиду, что google не воспринимает запросы длиннее 32 слов.</p><p>С помощью команды dorks google –d intext:”error|warning|notice|syntax” –f университет <br> можно поискать ошибки интерпретатора PHP на сайтах учебной тематики (см. рисунок 10). <br><br><img src='https://i0.wp.com/habrastorage.org/getpro/habr/post_images/717/74f/e36/71774fe3656bfc058c42d43262fdec4a.jpg' width="100%" loading=lazy><br> Рисунок 10 – Поиск PHP-ошибок времени исполнения</p><p>Иногда пользоваться какой-то одной или двумя категориями дорков не удобно.<br> Например, если известно, что сайт работает на движке wordpress, то нужны дорки именно по wordpress. В таком случае удобно воспользоваться поиском Google Hack Database. Команда dorks ghdb –q wordpress –o wordpress_dorks.txt загрузит все дорки по Wordpress, как показано на рисунке 11:<br><br><img src='https://i0.wp.com/habrastorage.org/getpro/habr/post_images/dcb/ac9/a4e/dcbac9a4eb12f6ec775d9cccc2fdee87.jpg' width="100%" loading=lazy><br> Рисунок 11 – Поиск дорков, относящихся к Wordpress</p><p>Снова вернемся к банкам и командой dorks google –D wordpress_dords.txt –f банк попробуем найти что-нибудь интересное, связанное с wordpress (см. рисунок 12).<br><br><img src='https://i1.wp.com/habrastorage.org/getpro/habr/post_images/042/0c2/c43/0420c2c435931704288b171f725ccc6a.jpg' width="100%" loading=lazy><br> Рисунок 12 – Поиск уязвимостей Wordpress</p><p>Стоит заметить, что поиск на Google Hack Database не воспринимает слова короче 4 символов. Например, если CMS сайта не известна, но известен язык - PHP. В таком случае можно отфильтровать нужное вручную с помощью пайпа и системной утилиты поиска dorks –c all | findstr /I php > php_dorks.txt (см. рисунок 13):<br><br><img src='https://i2.wp.com/habrastorage.org/getpro/habr/post_images/4c1/2f8/6e1/4c12f86e111074293c14d6a939c6ebab.jpg' width="100%" loading=lazy><br> Рисунок 13 – Поиск по всем доркам, где есть упоминание PHP</p><p>Поиск уязвимостей или какой-то чувствительной информации в поисковой системе следует искать только в случае если по данному сайту есть значительный индекс. Например, если у сайта проиндексировано 10-15 страниц, то глупо что-либо искать подобным образом. Проверить размер индекса просто - достаточно ввести в строку поиска google «site:somesite.com». Пример сайта с недостаточным индексом показан на рисунке 14.<br><br><img src='https://i2.wp.com/habrastorage.org/getpro/habr/post_images/78e/1db/b4f/78e1dbb4fc78cd422cec311fc2ca9d33.jpg' width="100%" loading=lazy><br> Рисунок 14 – Проверка размера индекса сайта</p><p>Теперь о неприятном… Периодически google может запросить каптчу - тут ничего не поделать - её придется ввести. Например, у меня, при переборе категории «Error Messages» (90 дорков) каптча выпала только один раз.</p><p>Стоит добавить, что phantomjs поддерживает работу так же и через прокси, как через http, так и через socks интерфейс. Для включения режима прокси надо раскоментировать соответствующую строку в dorks.bat или dorks.sh.</p><p>Инструмент доступен в виде исходного кода</p> <p><b>SSY </b> stands for <b>"Siddha Samadhi Yoga" </b> (often expanded as ‘Science of Silence Yoga’) where <b>Siddha </b>means ‘something (i.e., knowledge) that is proven or accomplished’, <b>Samadhi </b> means ‘a state in which the intellect is equanimous’ and <b>Yoga </b> means ‘union with one’s higher self’.</p> <p>SSY is the fundamental knowledge of life. Our ancient rishis had formulated a unique mode of training called Brahmopadesam, which is an instruction on the science of non-doing and experiencing stillness within and abundance without. It brings about a sea change in one’s outlook towards life and effects remarkable maturity in the individual. SSY is nothing but the present-day version of this ancient science of Brahmopadesam. </p> <p>SSY as a training programme is offered by </span><b>Life Yessence Academy (LiYA) </b><span>, and it is the flagship programme of the institution. Being the flagship programme, it has become synonymous with the name of the organisation. Trainings of this great knowledge are taught in many places in the world by teachers of LiYA. The Indian chapter of LiYA is called </span><b>Rishi Samskruti Vidya Kendra (RSVK </b>). <br></p> <p><i><b><span>“I am the Body” is the first notion that kills the awakening. SSY is the process<br>To enter into Samadhi, the state of total detachment. </span>" </b> </i> </span><i><b><span> -Guruji </b> </i> </p> <p>jSQL Injection is a multipurpose penetration testing tool. Its main function is to find and exploit SQL-injection vulnerabilities. It is also able to:</p> <ul><li>explore databases from remote host</li> <li>search for admin pages,</li> <li>read files from remote host using injection,</li> <li>create a web shell to remote host and open a terminal</li> <li>create a SQL shell to remote host and open a terminal</li> <li>upload a file to host</li> <li>brute-force hashes</li> <li>encode or decode a string</li> <li>test multiple URLs for SQL injection</li> </ul><p>To detect and exploit SQL injections, I usually prefer sqlmap . It is a command-line utility, it can do a lot of things, it uses all possible SQL injection methods, tries to bypass server protection, can create shells and much more. It is also cross-platform, reliable and very effective. Since sqlmap is extremely powerful and flexible, for the command-line program it means a huge number of different options. For beginners this may seem too complicated.</p> <p>JSQL Injection has an excellent graphical interface. The program is written in Java, it is cross-platform and very undemanding to resources. By the way, the executable file is only 2.14 megabytes.</p> <p>But start in order - with the search for candidates for hacking. It will not be superfluous to recall that hacking is a criminal offense. Therefore, do not do anything that violates the law. Ideal (from the point of view of legality) is the use for training a vulnerable script on or one of the specialized environments. Please, consider the articles:</p> <h2>1. Search for sites vulnerable to SQL injection<br></h2> <p>One of the ways to find vulnerable web sites is to use Google dorks. This table is borrowed from the site blackmoreops.com:</p> <table border="3" style="line-height:1.6; border: 1px solid #000000;"><tbody><tr><th> Google dorks </th> <th> Google dorks </th> <th> Google dorks </th> </tr><tr><td> inurl:item_id= </td> <td> inurl:review.php?id= </td> <td> inurl:hosting_info.php?id= </td> </tr><tr><td> inurl:newsid= </td> <td> inurl:iniziativa.php?in= </td> <td> inurl:gallery.php?id= </td> </tr><tr><td> inurl:trainers.php?id= </td> <td> inurl:curriculum.php?id= </td> <td> inurl:rub.php?idr= </td> </tr><tr><td> inurl:news-full.php?id= </td> <td> inurl:labels.php?id= </td> <td> inurl:view_faq.php?id= </td> </tr><tr><td> inurl:news_display.php?getid= </td> <td> inurl:story.php?id= </td> <td> inurl:artikelinfo.php?id= </td> </tr><tr><td> inurl:index2.php?option= </td> <td> inurl:look.php?ID= </td> <td> inurl:detail.php?ID= </td> </tr><tr><td> inurl:readnews.php?id= </td> <td> inurl:newsone.php?id= </td> <td> inurl:index.php?= </td> </tr><tr><td> inurl:top10.php?cat= </td> <td> inurl:aboutbook.php?id= </td> <td> inurl:profile_view.php?id= </td> </tr><tr><td> inurl:newsone.php?id= </td> <td> inurl:material.php?id= </td> <td> inurl:category.php?id= </td> </tr><tr><td> inurl:event.php?id= </td> <td> inurl:opinions.php?id= </td> <td> inurl:publications.php?id= </td> </tr><tr><td> inurl:product-item.php?id= </td> <td> inurl:announce.php?id= </td> <td> inurl:fellows.php?id= </td> </tr><tr><td> inurl:sql.php?id= </td> <td> inurl:rub.php?idr= </td> <td> inurl:downloads_info.php?id= </td> </tr><tr><td> inurl:index.php?catid= </td> <td> inurl:galeri_info.php?l= </td> <td> inurl:prod_info.php?id= </td> </tr><tr><td> inurl:news.php?catid= </td> <td> inurl:tekst.php?idt= </td> <td> inurl:shop.php?do=part&id= </td> </tr><tr><td> inurl:index.php?id= </td> <td> inurl:newscat.php?id= </td> <td> inurl:productinfo.php?id= </td> </tr><tr><td> inurl:news.php?id= </td> <td> inurl:newsticker_info.php?idn= </td> <td> inurl:collectionitem.php?id= </td> </tr><tr><td> inurl:index.php?id= </td> <td> inurl:rubrika.php?idr= </td> <td> inurl:band_info.php?id= </td> </tr><tr><td> inurl:trainers.php?id= </td> <td> inurl:rubp.php?idr= </td> <td> inurl:product.php?id= </td> </tr><tr><td> inurl:buy.php?category= </td> <td> inurl:offer.php?idf= </td> <td> inurl:releases.php?id= </td> </tr><tr><td> inurl:article.php?ID= </td> <td> inurl:art.php?idm= </td> <td> inurl:ray.php?id= </td> </tr><tr><td> inurl:play_old.php?id= </td> <td> inurl:title.php?id= </td> <td> inurl:produit.php?id= </td> </tr><tr><td> inurl:declaration_more.php?decl_id= </td> <td> inurl:news_view.php?id= </td> <td> inurl:pop.php?id= </td> </tr><tr><td> inurl:pageid= </td> <td> inurl:select_biblio.php?id= </td> <td> inurl:shopping.php?id= </td> </tr><tr><td> inurl:games.php?id= </td> <td> inurl:humor.php?id= </td> <td> inurl:productdetail.php?id= </td> </tr><tr><td> inurl:page.php?file= </td> <td> inurl:aboutbook.php?id= </td> <td> inurl:post.php?id= </td> </tr><tr><td> inurl:newsDetail.php?id= </td> <td> inurl:ogl_inet.php?ogl_id= </td> <td> inurl:viewshowdetail.php?id= </td> </tr><tr><td> inurl:gallery.php?id= </td> <td> inurl:fiche_spectacle.php?id= </td> <td> inurl:clubpage.php?id= </td> </tr><tr><td> inurl:article.php?id= </td> <td> inurl:communique_detail.php?id= </td> <td> inurl:memberInfo.php?id= </td> </tr><tr><td> inurl:show.php?id= </td> <td> inurl:sem.php3?id= </td> <td> inurl:section.php?id= </td> </tr><tr><td> inurl:staff_id= </td> <td> inurl:kategorie.php4?id= </td> <td> inurl:theme.php?id= </td> </tr><tr><td> inurl:newsitem.php?num= </td> <td> inurl:news.php?id= </td> <td> inurl:page.php?id= </td> </tr><tr><td> inurl:readnews.php?id= </td> <td> inurl:index.php?id= </td> <td> inurl:shredder-categories.php?id= </td> </tr><tr><td> inurl:top10.php?cat= </td> <td> inurl:faq2.php?id= </td> <td> inurl:tradeCategory.php?id= </td> </tr><tr><td> inurl:historialeer.php?num= </td> <td> inurl:show_an.php?id= </td> <td> inurl:product_ranges_view.php?ID= </td> </tr><tr><td> inurl:reagir.php?num= </td> <td> inurl:preview.php?id= </td> <td> inurl:shop_category.php?id= </td> </tr><tr><td> inurl:Stray-Questions-View.php?num= </td> <td> inurl:loadpsb.php?id= </td> <td> inurl:transcript.php?id= </td> </tr><tr><td> inurl:forum_bds.php?num= </td> <td> inurl:opinions.php?id= </td> <td> inurl:channel_id= </td> </tr><tr><td> inurl:game.php?id= </td> <td> inurl:spr.php?id= </td> <td> inurl:aboutbook.php?id= </td> </tr><tr><td> inurl:view_product.php?id= </td> <td> inurl:pages.php?id= </td> <td> inurl:preview.php?id= </td> </tr><tr><td> inurl:newsone.php?id= </td> <td> inurl:announce.php?id= </td> <td> inurl:loadpsb.php?id= </td> </tr><tr><td> inurl:sw_comment.php?id= </td> <td> inurl:clanek.php4?id= </td> <td> inurl:pages.php?id= </td> </tr><tr><td> inurl:news.php?id= </td> <td> inurl:participant.php?id= </td> <td> </td> </tr><tr><td> inurl:avd_start.php?avd= </td> <td> inurl:download.php?id= </td> <td> </td> </tr><tr><td> inurl:event.php?id= </td> <td> inurl:main.php?id= </td> <td> </td> </tr><tr><td> inurl:product-item.php?id= </td> <td> inurl:review.php?id= </td> <td> </td> </tr><tr><td> inurl:sql.php?id= </td> <td> inurl:chappies.php?id= </td> <td> </td> </tr><tr><td> inurl:material.php?id= </td> <td> inurl:read.php?id= </td> <td> </td> </tr><tr><td> inurl:clanek.php4?id= </td> <td> inurl:prod_detail.php?id= </td> <td> </td> </tr><tr><td> inurl:announce.php?id= </td> <td> inurl:viewphoto.php?id= </td> <td> </td> </tr><tr><td> inurl:chappies.php?id= </td> <td> inurl:article.php?id= </td> <td> </td> </tr><tr><td> inurl:read.php?id= </td> <td> inurl:person.php?id= </td> <td> </td> </tr><tr><td> inurl:viewapp.php?id= </td> <td> inurl:productinfo.php?id= </td> <td> </td> </tr><tr><td> inurl:viewphoto.php?id= </td> <td> inurl:showimg.php?id= </td> <td> </td> </tr><tr><td> inurl:rub.php?idr= </td> <td> inurl:view.php?id= </td> <td> </td> </tr><tr><td> inurl:galeri_info.php?l= </td> <td> inurl:website.php?id= </td> <td> </td> </tr></tbody></table><p>Open sites one by one from the search results and try to add a quote to a variable in the query string. For example, the site address:</p><p>Http://maral-mt.ru/maintextile.php?cat=1 </p><p>Http://maral-mt.ru/maintextile.php?cat=1" </p><p>If you receive any SQL error message, then the site is likely to be vulnerable to SQL injection.</p><p>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 1 </p><p>In addition, often vulnerable sites in response to a quote character, do not display anything, or the behavior of the site gives grounds for assuming insufficient data filtering.</p> <p>It is definitely not worth looking for SQL injection in popular CMSs. Even if they are found there, they are almost always difficult to exploit. If you read this guide, then it is for sure (yet) not your level. Popular CMSs can become vulnerable due to vulnerable plugins (especially self-written ones). However, again, this is not our level yet.</p> <h2>2. Installing jSQL Injection<br></h2> <p>jSQL Injection is already preinstalled in Kali Linux. But the version there could be outdated is already available.</p> <p>To check the latest release number visit the release page: https://github.com/ron190/jsql-injection/releases</p> <p>To launch pre-installed jSQL Injection type in your console:</p><p>If you need, you can download the latest release:</p><p>Wget https://github.com/`curl -s https://github.com/ron190/jsql-injection/releases | grep -E -o "/ron190/jsql-injection/releases/download/v{1,2}.{1,2}/jsql-injection-v{1,2}.{1,2}.jar" | head -n 1` </p><p>Once the file is downloaded, start the tool like this:</p><p>Java -jar ./jsql-injection-v*.jar </p><p>The main window of the program looks like this:</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/2.png' width="100%" loading=lazy></p> <p>By the way, this is one of those programs for pentesting that work fine in Windows.</p> <p>To run in Windows, download the latest version from the official website: https://github.com/ron190/jsql-injection/releases</p> <p>Run the downloaded file with a double click (you need to have a Java virtual machine).</p> <h2>3. Scanning a web site for SQL injection with jSQL<br></h2> <p>Working with the program is extremely simple. Just enter the address of the site and press ENTER.</p> <p>The following screenshot shows that the site is vulnerable to three types of SQL injections at once.</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/3.png' width="100%" loading=lazy></p> <p>We already got names of available databases.</p> <p>Click on a database to explore its tables. You can see the contents of each table. Click on a table; wait for a list of columns appears:</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/4.png' height="287" width="308" loading=lazy></p> <p>Select columns of interest:</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/5.png' height="131" width="256" loading=lazy></p> <p>Click the table name by right button of your mouse and select ‘<b>Load </b>’:</p> <p><img src='https://i1.wp.com/miloserdov.org/wp-content/uploads/2018/07/6.png' height="295" width="347" loading=lazy></p> <p>The content of the table will appear:</p> <p>Usually, tables with named <b>administrator </b>, <b>users </b>are the most interesting, because the can contain credentials.</p> <p>If you are lucky and you found the administrator"s credentials, it is still not enough. We still need to find an admin page where to enter these credentials.</p> <h2>4. Searching for admin pages with jSQL Injection<br></h2> <p>To do this, go to the next tab. Here we are met by a list of possible addresses. You can select one or more pages to check:</p> <p><img src='https://i1.wp.com/miloserdov.org/wp-content/uploads/2018/07/9.png' width="100%" loading=lazy></p> <p>Convenience is that you do not need to use other programs.</p> <p>Unfortunately, negligent programmers, who store passwords in clear test, are not very numerous. Quite often in the password line we see something like</p><p></p><p>This is a hash. You can decipher it with brute force. And … jSQL Injection has a built-in brute-force.</p> <h2>5. Brute-forcing hashes using jSQL Injection<br></h2> <p>Undoubted convenience is that you do not need to look for other programs. There is support for many of the most popular hashes.</p> <p>This is not the best solution. To brute-force on maximum speed use Hashcat .</p> <p>However, of course, when there is no other program at hand or there is no time to learn Hashcat, jSQL Injection with the built-in brute force function will be very useful.</p> <p><img src='https://i1.wp.com/miloserdov.org/wp-content/uploads/2018/07/06-1.jpg' width="100%" loading=lazy></p> <p>There are settings: you can specify what characters are in the password, the length range of the password.</p> <h2>6. Operations with files after detection of SQL injections<br></h2> <p>In addition to database operations - reading and modifying them, in the case of detecting SQL injections, the following file operations are possible:</p> <ul><li>reading files on the server</li> </ul><p>And all this is implemented in jSQL Injection!</p> <p>There are restrictions - the SQL server must have enough privileges. Good system administrators disables it option and access to the file system cannot be obtained.</p> <p>The presence of file privileges is easy enough to verify. Go to one of the tabs (reading files, creating a shell, uploading a new file) and try one of the specified operations.</p> <p>Still very important remark - we need to know the exact absolute path to the file with which we will work - otherwise it will not work.</p> <p>Look at the following screenshot:</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/07-1.jpg' width="100%" loading=lazy></p> <p>Any response to a file operation is answered by us: <b>No FILE privilege </b>, and nothing can be done about it.</p> <p>If instead you have another error:</p><p>Problem writing into </p><p>This means that you have incorrectly specified the absolute path to which the file should be written.</p> <p>In order to assume the absolute path, you need, at a minimum, to know the operating system on which the server is running. To do this, switch to the Network tab.</p> <p>Such a record (<b>Win64 </b>string) gives us reason to assume that we are dealing with Windows OS:</p><p>Keep-Alive: timeout=5, max=99 Server: Apache/2.4.17 (Win64) PHP/7.0.0RC6 Connection: Keep-Alive Method: HTTP/1.1 200 OK Content-Length: 353 Date: Fri, 11 Dec 2015 11:48:31 GMT X-Powered-By: PHP/7.0.0RC6 Content-Type: text/html; charset=UTF-8 </p><p>Here we have some kind of Unix (*BSD, Linux):</p><p>Transfer-Encoding: chunked Date: Fri, 11 Dec 2015 11:57:02 GMT Method: HTTP/1.1 200 OK Keep-Alive: timeout=3, max=100 Connection: keep-alive Content-Type: text/html X-Powered-By: PHP/5.3.29 Server: Apache/2.2.31 (Unix) </p><p>And here we have CentOS:</p><p>Method: HTTP/1.1 200 OK Expires: Thu, 19 Nov 1981 08:52:00 GMT Set-Cookie: PHPSESSID=9p60gtunrv7g41iurr814h9rd0; path=/ Connection: keep-alive X-Cache-Lookup: MISS from t1.hoster.ru:6666 Server: Apache/2.2.15 (CentOS) X-Powered-By: PHP/5.4.37 X-Cache: MISS from t1.hoster.ru Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Date: Fri, 11 Dec 2015 12:08:54 GMT Transfer-Encoding: chunked Content-Type: text/html; charset=WINDOWS-1251 </p><p>In Windows, the typical folder for sites is <b>C:\Server\data\htdocs\ </b>. But, in fact, if someone thought of making a server on Windows, then, very likely, this person has not heard anything about file permissions. Therefore, the attempt starts directly from the <b>C:/Windows/ </b> folder:</p> <p>As you can see, everything went fine from the first time.</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/08-1.jpg' width="100%" loading=lazy></p> <p>But here I myself have doubts about the jSQL Injection shells themselves. If there are file privileges, then you can download anything with the web interface.</p> <h2>7. Mass check of sites on SQL-injection<br></h2> <p>And even this function is in jSQL Injection. Everything is extremely simple - insert a list of sites (you can import from a file), select the ones you want to check and click the button to start the operation.</p> <p><img src='https://i0.wp.com/miloserdov.org/wp-content/uploads/2018/07/09-1.jpg' width="100%" loading=lazy></p> <h2>Conclusion on jSQL Injection<br></h2> <p>jSQL Injection is a good, powerful tool for searching and post-exploiting vulnerable to SQL injection web sites. Its undoubted advantages: ease of use, built-in related functions. jSQL Injection can become a novice"s best friend when analyzing websites.</p> <p>Like all tools with a graphical interface, it cannot be automated in scripts. Nevertheless, some automation is possible in this program as well, thanks to the built-in function of mass web site scanning.</p> <p>The jSQL Injection program is much easier to use than sqlmap . But sqlmap supports more types of SQL injection, has options for working with file-based firewalls and some other functions.</p> <p>Outcome: jSQL Injection is the best friend of a beginner hacker.</p> <script>document.write("<img style='display:none;' src='//counter.yadro.ru/hit;artfast_after?t44.1;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";h"+escape(document.title.substring(0,150))+ ";"+Math.random()+ "border='0' width='1' height='1' loading=lazy>");</script> </div> </div> <div id="extras" class="col-lg-12 col-md-12 col-sm-12"> <div id="related" class="herald-related-wrapper"> <div class="herald-mod-wrap"> <div class="herald-mod-head "> <div class="herald-mod-title"> <h4 class="h6 herald-mod-h herald-color">Не пропустите:</h4> </div> </div> </div> <div class="herald-related row row-eq-height"> <article class="herald-lay-f post-276347 post type-post status-publish format-standard has-post-thumbnail hentry category-elektrosnabzhenie"> <div class="herald-post-thumbnail herald-format-icon-middle"> <a href="/decor-items-in-the-interior/poleznye-iskopaemye-zoloto-perechen-osnovnyh-svoistv-zolota/" title="Перечень основных свойств золота Кто открыл золото как химический элемент"> <img width="259" height="168" src="/uploads/7bc3462d10d1805cedce7351424195b7.jpg" class="attachment-herald-lay-f size-herald-lay-f wp-post-image" alt="Перечень основных свойств золота Кто открыл золото как химический элемент" sizes="(max-width: 259px) 100vw, 259px" / loading=lazy> </a> </div> <div class="entry-header"> <span class="meta-category meta-small"><a href="/category/decor-items-in-the-interior/" class="herald-cat-11">Предметы декора в интерьере</a></span> <h2 class="entry-title h5"><a href="/decor-items-in-the-interior/poleznye-iskopaemye-zoloto-perechen-osnovnyh-svoistv-zolota/">Перечень основных свойств золота Кто открыл золото как химический элемент</a></h2> </div> </article> <article class="herald-lay-f post-276343 post type-post status-publish format-standard has-post-thumbnail hentry category-elektrosnabzhenie"> <div class="herald-post-thumbnail herald-format-icon-middle"> <a href="/embroidery/kurs-angliiskii-yazyk-dlya-puteshestvii-razgovornyi-angliiskii-dlya-turistov/" title="Разговорный английский для туристов"> <img width="259" height="168" src="/uploads/acd31f33974956ebe9bf257a36c2a828.jpg" class="attachment-herald-lay-f size-herald-lay-f wp-post-image" alt="Разговорный английский для туристов" sizes="(max-width: 259px) 100vw, 259px" / loading=lazy> </a> </div> <div class="entry-header"> <span class="meta-category meta-small"><a href="/category/embroidery/" class="herald-cat-11">Вышивка</a></span> <h2 class="entry-title h5"><a href="/embroidery/kurs-angliiskii-yazyk-dlya-puteshestvii-razgovornyi-angliiskii-dlya-turistov/">Разговорный английский для туристов</a></h2> </div> </article> <article class="herald-lay-f post-276342 post type-post status-publish format-standard has-post-thumbnail hentry category-elektrosnabzhenie"> <div class="herald-post-thumbnail herald-format-icon-middle"> <a href="/accessories-and-decor-things/socialnyi-proekt-shkolnaya-stolovaya-proekt-nasha-shkolnaya/" title="Проект "наша школьная столовая" Оформление интерьера в столовой школ"> <img width="259" height="168" src="/uploads/a5ad3b38f078503ab1f3261abd9bc6cc.jpg" class="attachment-herald-lay-f size-herald-lay-f wp-post-image" alt="Проект "наша школьная столовая" Оформление интерьера в столовой школ" sizes="(max-width: 259px) 100vw, 259px" / loading=lazy> </a> </div> <div class="entry-header"> <span class="meta-category meta-small"><a href="/category/accessories-and-decor-things/" class="herald-cat-11">Аксессуары и декор вещей</a></span> <h2 class="entry-title h5"><a href="/accessories-and-decor-things/socialnyi-proekt-shkolnaya-stolovaya-proekt-nasha-shkolnaya/">Проект "наша школьная столовая" Оформление интерьера в столовой школ</a></h2> </div> </article> </div> </div> <div id="single-sticky" class="herald-single-sticky herald-single-wraper hidden-xs hidden-sm"> <div class="container"> <div class="row"> </div> </div> </div> </div> </div> </div> <div class="herald-sidebar col-lg-3 col-md-3 herald-sidebar-right"> <div class="herald-sticky"> <div id="herald_posts_widget-4" class="widget herald_posts_widget"> <h4 class="widget-title h6"><span>Читайте также:</span></h4> <div class="row "> <article class="herald-lay-f herald-lay-f1 post-276337 post type-post status-publish format-standard has-post-thumbnail hentry category-videonablyudenie"> <div class="herald-ovrld"> <div class="herald-post-thumbnail"> <a href="/from-scrap-materials/poryadok-predostavleniya-studenty-mirea-trebuyut-vyselit-zhilcov-i-vernut/" title="Студенты мирэа требуют выселить жильцов и вернуть им общежитие на улице ставропольской В целях обеспечения безопасности студентов в общежитиях действует пропускной режим, ведётся круглосуточное видеонаблюдение"><img width="300" height="195" src="/uploads/d681899f0d8b1f067d66facd62bee9e5.jpg" class="attachment-herald-lay-b1 size-herald-lay-b1 wp-post-image" alt="Студенты мирэа требуют выселить жильцов и вернуть им общежитие на улице ставропольской В целях обеспечения безопасности студентов в общежитиях действует пропускной режим, ведётся круглосуточное видеонаблюдение" sizes="(max-width: 300px) 100vw, 300px" / loading=lazy></a> </div> <div class="entry-header"> <h2 class="entry-title h6"><a href="/from-scrap-materials/poryadok-predostavleniya-studenty-mirea-trebuyut-vyselit-zhilcov-i-vernut/">Студенты мирэа требуют выселить жильцов и вернуть им общежитие на улице ставропольской В целях обеспечения безопасности студентов в общежитиях действует пропускной режим, ведётся круглосуточное видеонаблюдение</a></h2> </div> </div> </article> <article class="herald-lay-f herald-lay-f1 post-276333 post type-post status-publish format-standard has-post-thumbnail hentry category-videonablyudenie"> <div class="herald-ovrld"> <div class="herald-post-thumbnail"> <a href="/decor-items-in-the-interior/km-zamenit-sous-karamel-dlya-lazanya-lazanya-bez-sousa-beshamel-recept/" title="Лазанья без соуса "бешамель""><img width="300" height="195" src="/uploads/d17fb0b535a5f4e780d32ce2a57957c7.jpg" class="attachment-herald-lay-b1 size-herald-lay-b1 wp-post-image" alt="Лазанья без соуса "бешамель"" sizes="(max-width: 300px) 100vw, 300px" / loading=lazy></a> </div> <div class="entry-header"> <h2 class="entry-title h6"><a href="/decor-items-in-the-interior/km-zamenit-sous-karamel-dlya-lazanya-lazanya-bez-sousa-beshamel-recept/">Лазанья без соуса "бешамель"</a></h2> </div> </div> </article> <article class="herald-lay-f herald-lay-f1 post-276332 post type-post status-publish format-standard has-post-thumbnail hentry category-videonablyudenie"> <div class="herald-ovrld"> <div class="herald-post-thumbnail"> <a href="/for-the-holidays/smotret-chto-takoe-3-i-ukrainskii-front-v-drugih-slovaryah-smotret-chto-takoe/" title="Смотреть что такое "3-й Украинский фронт" в других словарях Список фамилий бойцов 3 украинской армии конева"><img width="300" height="195" src="/uploads/0784f41f4a4d5869883ecc37cfc49970.jpg" class="attachment-herald-lay-b1 size-herald-lay-b1 wp-post-image" alt="Смотреть что такое "3-й Украинский фронт" в других словарях Список фамилий бойцов 3 украинской армии конева" sizes="(max-width: 300px) 100vw, 300px" / loading=lazy></a> </div> <div class="entry-header"> <h2 class="entry-title h6"><a href="/for-the-holidays/smotret-chto-takoe-3-i-ukrainskii-front-v-drugih-slovaryah-smotret-chto-takoe/">Смотреть что такое "3-й Украинский фронт" в других словарях Список фамилий бойцов 3 украинской армии конева</a></h2> </div> </div> </article> <article class="herald-lay-f herald-lay-f1 post-276330 post type-post status-publish format-standard has-post-thumbnail hentry category-videonablyudenie"> <div class="herald-ovrld"> <div class="herald-post-thumbnail"> <a href="/accessories-and-decor-things/zasolka-zelenyh-pomidorov-na-zimu-holodnym-sposobom-solenye-zelenye-pomidory-na/" title="Соленые зеленые помидоры на зиму"><img width="300" height="195" src="/uploads/7f164d3cb6b532db2f9d08061e8dbcf2.jpg" class="attachment-herald-lay-b1 size-herald-lay-b1 wp-post-image" alt="Соленые зеленые помидоры на зиму" sizes="(max-width: 300px) 100vw, 300px" / loading=lazy></a> </div> <div class="entry-header"> <h2 class="entry-title h6"><a href="/accessories-and-decor-things/zasolka-zelenyh-pomidorov-na-zimu-holodnym-sposobom-solenye-zelenye-pomidory-na/">Соленые зеленые помидоры на зиму</a></h2> </div> </div> </article> <article class="herald-lay-f herald-lay-f1 post-276328 post type-post status-publish format-standard has-post-thumbnail hentry category-videonablyudenie"> <div class="herald-ovrld"> <div class="herald-post-thumbnail"> <a href="/paper/labunec-mihail-ivanovich-mir-vernetsya-syuda-nepremenno-otryvok/" title="Мир вернется сюда непременно"><img width="300" height="195" src="/uploads/3896cf4af713c9e84b17711e701a2d37.jpg" class="attachment-herald-lay-b1 size-herald-lay-b1 wp-post-image" alt="Мир вернется сюда непременно" sizes="(max-width: 300px) 100vw, 300px" / loading=lazy></a> </div> <div class="entry-header"> <h2 class="entry-title h6"><a href="/paper/labunec-mihail-ivanovich-mir-vernetsya-syuda-nepremenno-otryvok/">Мир вернется сюда непременно</a></h2> </div> </div> </article> <article class="herald-lay-f herald-lay-f1 post-276327 post type-post status-publish format-standard has-post-thumbnail hentry category-videonablyudenie"> <div class="herald-ovrld"> <div class="herald-post-thumbnail"> <a href="/from-scrap-materials/kak-gotovit-konfityur-iz-vishni-dzhem-iz-vishni-kak-pravilno-gotovit/" title="Джем из вишни: как правильно готовить вишневый джем"><img width="300" height="195" src="/uploads/fd75dcaeb49d2238cd62f2548d95b2ef.jpg" class="attachment-herald-lay-b1 size-herald-lay-b1 wp-post-image" alt="Джем из вишни: как правильно готовить вишневый джем" sizes="(max-width: 300px) 100vw, 300px" / loading=lazy></a> </div> <div class="entry-header"> <h2 class="entry-title h6"><a href="/from-scrap-materials/kak-gotovit-konfityur-iz-vishni-dzhem-iz-vishni-kak-pravilno-gotovit/">Джем из вишни: как правильно готовить вишневый джем</a></h2> </div> </div> </article> </div> </div> </div> <div id="text-9" class="widget widget_text"> <div class="textwidget"> <br> </div> </div> </div> </div> </div> </div> <footer id="footer" class="herald-site-footer herald-slide"> <div class="footer-widgets container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4"> <div id="recentcomments" class="widget widget_recentcomments"> <h4 class="widget-title h6"><span>Обсуждения</span></h4> <ul> <li class="rc-navi rc-clearfix"></li> <li id="rc-comment-temp" class="rc-item rc-comment rc-clearfix"> <div class="rc-info"></div> <div class="rc-timestamp"></div> <div class="rc-excerpt"></div> </li> <li id="rc-ping-temp" class="rc-item rc-ping rc-clearfix"><span class="rc-label"></span></li> </ul> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4"> <div id="text-7" class="widget widget_text"> <h4 class="widget-title h6"><span>Мы в Facebook</span></h4> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4"> <div id="text-4" class="widget widget_text"> <h4 class="widget-title h6"><span>Мы Вконтакте</span></h4> <div class="textwidget"> <div id="vk_groups"></div> </div> </div> <div id="text-2" class="widget widget_text"> <div class="textwidget"> </div> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="hel-l herald-go-hor"> <div class="herald-copyright"><a href="/">evro-butik.ru</a> © 2024 Марья-рукодельница. Вышивка. Аксессуары и декор. К праздникам. Шитье. Предметы декора</div> </div> <div class="hel-r herald-go-hor"> <nav class="secondary-navigation herald-menu"> <ul id="menu-o-saite" class="menu"> <li class="menu-item type-post_type object-page "><a href="">О сайте</a></li> <li class="menu-item type-post_type object-page "><a href="/feedback/">Контакты</a></li> </ul> </nav> </div> </div> </div> </div> </div> </footer> <a href="javascript:void(0)" id="back-top" class="herald-goto-top"><i class="fa fa-angle-up"></i></a> </body> </html>