|
7 | 7 | <button class="filter-button" onclick="addOrRemoveFilter('hpc')" type="hpc">High Performance Computing</button> |
8 | 8 | <button class="filter-button" onclick="addOrRemoveFilter('ai')" type="ai">Artificial Intelligence</button> |
9 | 9 | <button class="filter-button" onclick="addOrRemoveFilter('cyber')" type="cyber">Cybersecurity</button> |
| 10 | + <button class="filter-button" onclick="addOrRemoveFilter('osint')" type="cyber">Osint</button> |
10 | 11 | </section> |
11 | 12 |
|
12 | 13 | <div class="list" id="filtered-list"> |
|
51 | 52 | <div class="list-item" type="default"> |
52 | 53 | <a class="list-item-link" href="https://github.com/veorq/cryptocoding" target="_blank">Cryptocoding</a> |
53 | 54 | <p class="list-item-description"> |
54 | | - is a repository maintained by Jean-Philippe Aumasson, a great cryptographer. It |
| 55 | + Cryptocoding is a repository maintained by Jean-Philippe Aumasson, a great cryptographer. It |
55 | 56 | lists "coding rules" for implementations of cryptographic operations, and more generally for operations |
56 | 57 | involving secret or sensitive values. |
57 | 58 | This page is a very good ressource if you want to develop your own implementation. Of course those |
|
72 | 73 | <div class="list-item" type="cyber"> |
73 | 74 | <a class="list-item-link" href="https://github.com/amark/gun" target="_blank">GUN</a> |
74 | 75 | <p class="list-item-description"> |
75 | | - is a peer2peer protocol that share data between several machines in live. With |
| 76 | + GUN is a peer2peer protocol that share data between several machines in live. With |
76 | 77 | encryption, serializaion of the data and more you can easily build an application based on this protocol |
77 | 78 | like alternative to Youtube, Zoom or Facebook. |
78 | 79 | The protocol is implemented in JS and you can integrate it easily in your HTML with CDNs headers or directly |
|
114 | 115 | processing much faster. |
115 | 116 | </p> |
116 | 117 | </div> |
| 118 | + |
| 119 | + <div class="list-item" type="osint"> |
| 120 | + <a class="list-item-link" href="https://github.com/ivre/ivre" target="_blank">IVRE</a> |
| 121 | + <p class="list-item-description"> |
| 122 | + Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, build your taylor-made EASM tool, collect and analyse network intelligence from your sensors, and much more! |
| 123 | + </p> |
| 124 | + </div> |
| 125 | + |
| 126 | + <div class="list-item" type="osint"> |
| 127 | + <a class="list-item-link" href="https://github.com/mxrch/GHunt" target="_blank">GHunt</a> |
| 128 | + <p class="list-item-description"> |
| 129 | + GHunt is an OSINT tool which scraps any gmail account. |
| 130 | + </p> |
| 131 | + </div> |
117 | 132 |
|
118 | 133 | <div class="list-item" type="ai"> |
119 | 134 | <a class="list-item-link" href="https://github.com/ollama/ollama" target="_blank">Ollama</a> |
|
0 commit comments