Minor readme improvements

pull/24/head
Andrew Krasichkov 2017-05-11 00:50:32 +03:00
parent 0b0d3496d9
commit f225f9a8fb
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Gixy — это утилита для анализа конфигурации Ng
Официально поддерживаются версии Python 2.7, 3.5 и 3.6
 
## Что умеет
# Что умеет
На текущий момент Gixy способна обнаружить:
* [[ssrf] Server Side Request Forgery](https://github.com/yandex/gixy/blob/master/docs/ru/plugins/ssrf.md)
* [[http_splitting] HTTP Splitting](https://github.com/yandex/gixy/blob/master/docs/ru/plugins/httpsplitting.md)
@ -33,7 +33,7 @@ Gixy — это утилита для анализа конфигурации Ng
pip install gixy
```
## Использование
# Использование
После установки должна стать доступна консольная утилита `gixy`.
По умолчанию Gixy ищет конфигурацию по стандартному пути `/etc/nginx/nginx.conf`, однако вы можете указать специфичное расположение:
```

View File

@ -16,7 +16,7 @@ Currently supported Python versions are 2.7 and 3.5+.
Disclaimer: Gixy is well tested only on GNU/Linux, other OSs may have some issues.
## What it can do
# What it can do
Right now Gixy can find:
* [[ssrf] Server Side Request Forgery](https://github.com/yandex/gixy/blob/master/docs/en/plugins/ssrf.md)
* [[http_splitting] HTTP Splitting](https://github.com/yandex/gixy/blob/master/docs/en/plugins/httpsplitting.md)