mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-27 07:01:09 +00:00
Translated ['network-services-pentesting/pentesting-web/code-review-tool
This commit is contained in:
parent
a0adb41c97
commit
1babb2df94
1 changed files with 3 additions and 3 deletions
|
@ -275,7 +275,7 @@ Gratuit pour les **dépôts publics**.
|
|||
* **`yarn`**
|
||||
```bash
|
||||
# Install
|
||||
brew isntall yarn
|
||||
brew install yarn
|
||||
# Run
|
||||
cd /path/to/repo
|
||||
yarn audit
|
||||
|
@ -317,7 +317,7 @@ pip install safety
|
|||
# Run
|
||||
safety check
|
||||
```
|
||||
* [~~**Pyt**~~](https://github.com/python-security/pyt): Non maintenu
|
||||
* [~~**Pyt**~~](https://github.com/python-security/pyt): Non maintenu.
|
||||
|
||||
## .NET
|
||||
```bash
|
||||
|
@ -455,7 +455,7 @@ Recherchez:
|
|||
* Utilisez [JS Miner](https://github.com/PortSwigger/js-miner).
|
||||
* Sous-domaines
|
||||
* Utilisez [JS Miner](https://github.com/PortSwigger/js-miner).
|
||||
* Défauts de logique
|
||||
* Erreurs de logique
|
||||
* Acquérir une connaissance de la situation:
|
||||
* `use strict;`?
|
||||
* Recherchez des contrôles côté client:
|
||||
|
|
Loading…
Reference in a new issue