notebook/IT/Soft_util.md
vincent f7db49b554
All checks were successful
continuous-integration/drone/push Build is passing
correct markdown syntax
2021-04-20 21:01:21 +02:00

33 lines
865 B
Markdown

# Soft util
![IT](img/IT.jpg)
## tunelling
[chisel](https://github.com/jpillora/chisel) permet de mettre en place un tunel TCP sur du http
## site
[devhind (cheatsheet)](https://devhints.io/)
[Lean X in Y minutes](https://learnxinyminutes.com/)
[online Json editor](https://jsoneditoronline.org/)
[compression d'image](https://squoosh.app/)
## goaccess
permet d'analyser les log d'accés d'un server web
```goaccess /var/log/nginx/access.log -o /usr/share/nginx/html/report.html --real-time-html --ignore-crawlers -e 192.168.1.1-192.168.1.254 -e 127.0.0.1```
- *-o* fichier de sortie
- *--real-time-html* mise a jour en temps réel du fichier de sortie
- *--ignore-crawlers* ignore les bot des moteur de recherche
- *-e* permet d'ignorer des ip ici les IP local
## décrypter un hash
[search that hash](https://github.com/HashPals/search-that-hash)