notebook/IT/Soft_util.md

33 lines
866 B
Markdown
Raw Permalink Normal View History

2020-11-26 17:38:25 +00:00
# Soft util
2021-01-24 19:17:35 +00:00
![IT](img/IT.jpg)
2020-11-26 17:38:25 +00:00
## tunelling
2020-11-26 18:27:32 +00:00
[chisel](https://github.com/jpillora/chisel) permet de mettre en place un tunel TCP sur du http
2021-02-15 16:47:12 +00:00
## 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/)
2021-03-03 07:47:21 +00:00
## 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
2021-02-15 16:47:12 +00:00
2021-04-12 16:38:41 +00:00
## décrypter un hash
[search that hash](https://github.com/HashPals/search-that-hash)