index.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <title>Riflessioni sul concetto di identità</title>
  7. <link rel="stylesheet" href="css/reveal.css">
  8. <link rel="stylesheet" href="css/theme/sky.css">
  9. <!-- Theme used for syntax highlighting of code -->
  10. <link rel="stylesheet" href="lib/css/zenburn.css">
  11. <meta name="description" content="Spunti, riflessioni e conseguenze sull'abuso del concetto di identità">
  12. <meta name="author" content="Blallo">
  13. <!-- Printing and PDF exports -->
  14. <script>
  15. var link = document.createElement( 'link' );
  16. link.rel = 'stylesheet';
  17. link.type = 'text/css';
  18. link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
  19. document.getElementsByTagName( 'head' )[0].appendChild( link );
  20. </script>
  21. </head>
  22. <body>
  23. <div class="reveal">
  24. <div class="slides">
  25. <section>
  26. <section data-markdown>
  27. <textarea data-template>
  28. # Identità
  29. ### Spunti, riflessioni e conseguenze sull'abuso del concetto di identità
  30. </textarea>
  31. </section>
  32. <section data-markdown>
  33. <textarea data-template>
  34. # Non è una lezione!
  35. - riflessioni
  36. - esperienze
  37. - strumenti
  38. </textarea>
  39. </section>
  40. </section>
  41. <section>
  42. <section data-markdown>
  43. <textarea data-template>
  44. ### Identità
  45. - Personale → chi sono io per me stess@
  46. - Culturale → chi sono io per la comunità (le comunità?) cui appartengo
  47. - Legale → chi sono per l'autorità (lo stato)
  48. </textarea>
  49. </section>
  50. <section data-markdown>
  51. <textarea data-template>
  52. ### Identità unica?
  53. </textarea>
  54. </section>
  55. <section data-markdown>
  56. <textarea data-template>
  57. ### Identità?
  58. - un numero su un documento
  59. - un indirizzo email/un numero di telefono
  60. </textarea>
  61. </section>
  62. <section data-markdown>
  63. <textarea data-template>
  64. ### Identità falsa (?)
  65. - reato
  66. - violazione dei termini di un contratto d'uso
  67. </textarea>
  68. </section>
  69. <section data-markdown>
  70. <textarea data-template>
  71. ### Falsa dichiarazione d'identità
  72. ##### Artt. 495 e 496 C.P.
  73. </textarea>
  74. </section>
  75. <section data-markdown>
  76. <textarea data-template>
  77. > Art. 495
  78. >
  79. > Chiunque dichiara o attesta falsamente al pubblico ufficiale l’identità, lo stato o altre qualità della propria o dell’altrui persona è punito con la reclusione da uno a sei anni.
  80. </textarea>
  81. </section>
  82. <section data-markdown>
  83. <textarea data-template>
  84. > Art. 496
  85. >
  86. > Chiunque, fuori dei casi indicati negli articoli precedenti, interrogato sulla identità, sullo stato o su altre qualità della propria o dell’altrui persona, fa mendaci dichiarazioni [c.p. 651] a un pubblico ufficiale [c.p. 357] o a persona incaricata di un pubblico servizio [c.p. 358], nell’esercizio delle funzioni o del servizio, è punito con la reclusione da uno a cinque anni.
  87. </textarea>
  88. </section>
  89. <section data-markdown>
  90. <textarea data-template>
  91. ##### Il _reato_ riguarda
  92. ##### il **pubblico ufficiale** o il **pubblico servizio**
  93. </textarea>
  94. </section>
  95. <section data-markdown>
  96. <textarea data-template>
  97. ### Furto d'identità (!)
  98. ##### E' reato.
  99. </textarea>
  100. </section>
  101. <section data-markdown>
  102. <textarea data-template>
  103. ### Condizoni d'uso
  104. - EULA
  105. - Licenza
  106. </textarea>
  107. </section>
  108. </section>
  109. <section>
  110. <section data-markdown>
  111. <textarea data-template>
  112. ### Creare identità non canoniche
  113. - una email (anche usa e getta)
  114. - soldi online
  115. - un numero di telefono (non sempre)
  116. </textarea>
  117. </section>
  118. <section data-markdown>
  119. <textarea data-template>
  120. ### Strumenti di tutela
  121. - Tor Browser Bundle
  122. - `proxychains`
  123. - Tails
  124. - un password manager (io uso `pass`)
  125. - VPN (?)
  126. - Firefox containers (?)
  127. - Detangle + Chromium (?)
  128. </textarea>
  129. </section>
  130. </section>
  131. <section>
  132. <section>
  133. <h3>Disposable email</h3>
  134. <a href="https://10minutemail.com/" target="_blank">
  135. <img width="60%" src="imgs/disp_mail.png"></img>
  136. </a>
  137. </section>
  138. <section data-markdown>
  139. <textarea data-template>
  140. ### Soldi online
  141. - Bitcoin
  142. - Carte di ~~credito~~ debito prepagate
  143. </textarea>
  144. </section>
  145. <section>
  146. <h3>Localbitcoins.net</h3>
  147. <a href="https://localbitcoins.net/" target="_blank">
  148. <img width="60%" src="imgs/localbitcoins.png"></img>
  149. </a>
  150. </section>
  151. <section>
  152. <h3>MyGiftCard</h3>
  153. <a href="https://www.mygiftcard.it/" target="_blank">
  154. <img width="60%" src="imgs/gift_card.png"></img>
  155. </a>
  156. </section>
  157. <section>
  158. <h3>MyGiftCard</h3>
  159. <img width="50%" src="imgs/epipoli_gold.png"></img>
  160. </section>
  161. </section>
  162. <section>
  163. <section>
  164. <h3>Tor Browser Bundle</h3>
  165. <img width="50%" src="imgs/tbb1.png"></img>
  166. </section>
  167. <section>
  168. <h3>Tor Browser Bundle</h3>
  169. <img width="70%" src="imgs/tbb_tor_button.png"></img>
  170. </section>
  171. <section>
  172. <h3>Tor Browser Bundle</h3>
  173. <img width="70%" src="imgs/tbb_noscript.png"></img>
  174. </section>
  175. <section data-markdown>
  176. <textarea data-template>
  177. ### `proxychains`
  178. `ssh op@somewhere → proxychains ssh op@somewhere`
  179. </textarea>
  180. </section>
  181. <section data-markdown>
  182. <textarea data-template>
  183. ### `proxychains`
  184. ```
  185. <port> <ip> <port> <user> <pass>
  186. socks5 192.168.67.78 1080 lamer secret
  187. http 192.168.89.3 8080 justu hidden
  188. socks4 192.168.1.49 1080
  189. http 192.168.39.93 8080
  190. ```
  191. </textarea>
  192. </section>
  193. <section data-markdown>
  194. <textarea data-template>
  195. ### `proxychains` con Tor
  196. ```
  197. [ProxyList]
  198. socks5 127.0.0.1 9050
  199. ```
  200. ### Tor service
  201. ```
  202. sudo systemctl start tor.service
  203. ```
  204. </textarea>
  205. </section>
  206. <section data-markdown>
  207. <textarea data-template>
  208. ### `proxychains`
  209. ```
  210. $ proxychains ssh root@myhost
  211. [proxychains] config file found: /etc/proxychains.conf
  212. [proxychains] preloading /usr/lib/libproxychains4.so
  213. [proxychains] DLL init: proxychains-ng 4.12
  214. [proxychains] Strict chain ... 127.0.0.1:9050 ... myhost:22 ... OK
  215. ...
  216. ```
  217. </textarea>
  218. </section>
  219. <section data-markdown>
  220. <textarea data-template>
  221. ### `proxychains` ATTENZIONE
  222. ##### (dal [README](https://github.com/rofl0r/proxychains-ng))
  223. ```
  224. ProxyChains is a UNIX program, that hooks network-related
  225. libc functions in DYNAMICALLY LINKED programs via a preloaded
  226. DLL (dlsym(), LD_PRELOAD) and redirects the connections through
  227. SOCKS4a/5 or HTTP proxies. It supports TCP only (no UDP/ICMP etc).
  228. The way it works is basically a HACK; so it is possible that
  229. it doesn't work with your program, especially when it's a script,
  230. or starts numerous processes like background daemons or uses
  231. dlopen() to load "modules" (bug in glibc dynlinker).
  232. It should work with simple compiled (C/C++) dynamically linked
  233. programs though.
  234. If your program doesn't work with proxychains, consider using an
  235. iptables based solution instead; this is much more robust.
  236. ```
  237. </textarea>
  238. </section>
  239. <section>
  240. <h3>Tails</h3>
  241. <a href="https://tails.boum.org/" target="_blank">
  242. <img width="60%" src="imgs/tails.png"></img>
  243. </a>
  244. </section>
  245. <section data-markdown>
  246. <textarea data-template>
  247. ### Tails
  248. - live da un computer (più sicuro?)
  249. - in macchina virtuale (più pratico, meno facile la configurazione della persistenza)
  250. </textarea>
  251. </section>
  252. <section data-markdown>
  253. <textarea data-template>
  254. ### Password Manager
  255. ```
  256. $ pass identities/
  257. identities
  258. ├── j.doe
  259. │   ├── site1.com
  260. │   ├── site2.com
  261. │   ├── site3.com
  262. │   ├── site4.com
  263. │   │   ├── webmail
  264. │   │   └── www
  265. │   └── site5.com
  266. └── m.guascone
  267. ├── site1.it
  268. ├── site2.it
  269. │   ├── mail
  270. │   ├── srv
  271. │   └── www
  272. └── site3.com
  273. ```
  274. </textarea>
  275. </section>
  276. </section>
  277. <section>
  278. <section data-markdown>
  279. <textarea data-template>
  280. ### Facile
  281. - Comprare e configurare un VPS
  282. - Mettere su un sito
  283. </textarea>
  284. </section>
  285. <section data-markdown>
  286. <textarea data-template>
  287. ### Difficile
  288. - Account gmail
  289. - Account facebook (?)
  290. </textarea>
  291. </section>
  292. <section data-markdown>
  293. <textarea data-template>
  294. ### Difficilissimo
  295. - AWS
  296. </textarea>
  297. </section>
  298. </section>
  299. <section>
  300. <section data-markdown>
  301. <textarea data-template>
  302. ### Numero di telefono
  303. - Schede anonime
  304. * UK
  305. * Francia
  306. * Polonia
  307. * Olanda (?)
  308. * ...
  309. - VoIP
  310. * skype
  311. * twilio
  312. * ...
  313. </textarea>
  314. </section>
  315. <section data-markdown>
  316. <textarea data-template>
  317. ## Parliamone...
  318. </textarea>
  319. </section>
  320. </section>
  321. <section>
  322. <section data-markdown>
  323. <textarea data-template>
  324. # Grazie
  325. </textarea>
  326. </section>
  327. </section>
  328. </div>
  329. </div>
  330. <script src="lib/js/head.min.js"></script>
  331. <script src="js/reveal.js"></script>
  332. <script>
  333. // More info about config & dependencies:
  334. // - https://github.com/hakimel/reveal.js#configuration
  335. // - https://github.com/hakimel/reveal.js#dependencies
  336. Reveal.initialize({
  337. dependencies: [
  338. { src: 'plugin/markdown/marked.js' },
  339. { src: 'plugin/markdown/markdown.js' },
  340. { src: 'plugin/notes/notes.js', async: true },
  341. { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
  342. ]
  343. });
  344. </script>
  345. </body>
  346. </html>