mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Pentest documentation (#388)
* [enh] security: add pentests links. * [enh] security: pentests: better presentation.
This commit is contained in:
parent
49ebc54c71
commit
5a1984d97e
2 changed files with 16 additions and 0 deletions
|
@ -113,3 +113,11 @@ YunoHost administration is accessible through an **HTTP API**, served on the 678
|
||||||
```bash
|
```bash
|
||||||
sudo service yunohost-api stop
|
sudo service yunohost-api stop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### YunoHost penetration test
|
||||||
|
|
||||||
|
Some [pentests](https://en.wikipedia.org/wiki/Penetration_test) have been done on a YunoHost 2.4 instance (french):
|
||||||
|
|
||||||
|
- [1) Preparation](https://blog.exadot.fr/2016/07/03/pentest-dune-instance-yunohost-1-preparation)
|
||||||
|
- [2) The functionning](https://blog.exadot.fr/2016/07/12/pentest-dune-instance-yunohost-2-le-fonctionnement)
|
||||||
|
- [3) Black Box Audit](https://blog.exadot.fr/2016/08/26/pentest-dune-instance-yunohost-3-audit-en-black-box)
|
||||||
|
|
|
@ -121,3 +121,11 @@ YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par dé
|
||||||
```bash
|
```bash
|
||||||
sudo service yunohost-api stop
|
sudo service yunohost-api stop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Tests d’intrusion de YunoHost
|
||||||
|
|
||||||
|
Des [pentests](https://fr.wikipedia.org/wiki/pentest) ont été effectués sur une instance de YunoHost 2.4 :
|
||||||
|
|
||||||
|
- [1) Préparation](https://blog.exadot.fr/2016/07/03/pentest-dune-instance-yunohost-1-preparation)
|
||||||
|
- [2) Le fonctionnement](https://blog.exadot.fr/2016/07/12/pentest-dune-instance-yunohost-2-le-fonctionnement)
|
||||||
|
- [3) Audit en Black Box](https://blog.exadot.fr/2016/08/26/pentest-dune-instance-yunohost-3-audit-en-black-box)
|
||||||
|
|
Loading…
Add table
Reference in a new issue