mirror of https://github.com/yandex/gixy
Minor readme improvements
parent
0b0d3496d9
commit
f225f9a8fb
|
@ -15,7 +15,7 @@ Gixy — это утилита для анализа конфигурации Ng
|
||||||
Официально поддерживаются версии Python 2.7, 3.5 и 3.6
|
Официально поддерживаются версии Python 2.7, 3.5 и 3.6
|
||||||
|
|
||||||
|
|
||||||
## Что умеет
|
# Что умеет
|
||||||
На текущий момент Gixy способна обнаружить:
|
На текущий момент Gixy способна обнаружить:
|
||||||
* [[ssrf] Server Side Request Forgery](https://github.com/yandex/gixy/blob/master/docs/ru/plugins/ssrf.md)
|
* [[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)
|
* [[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
|
pip install gixy
|
||||||
```
|
```
|
||||||
|
|
||||||
## Использование
|
# Использование
|
||||||
После установки должна стать доступна консольная утилита `gixy`.
|
После установки должна стать доступна консольная утилита `gixy`.
|
||||||
По умолчанию Gixy ищет конфигурацию по стандартному пути `/etc/nginx/nginx.conf`, однако вы можете указать специфичное расположение:
|
По умолчанию Gixy ищет конфигурацию по стандартному пути `/etc/nginx/nginx.conf`, однако вы можете указать специфичное расположение:
|
||||||
```
|
```
|
||||||
|
|
|
@ -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.
|
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:
|
Right now Gixy can find:
|
||||||
* [[ssrf] Server Side Request Forgery](https://github.com/yandex/gixy/blob/master/docs/en/plugins/ssrf.md)
|
* [[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)
|
* [[http_splitting] HTTP Splitting](https://github.com/yandex/gixy/blob/master/docs/en/plugins/httpsplitting.md)
|
||||||
|
|
Loading…
Reference in New Issue