This commit is contained in:
Blallo 2018-07-07 11:09:38 +02:00
parent 27db7395a6
commit 787c55ccaf
5 changed files with 149 additions and 6 deletions

BIN
imgs/tails.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
imgs/tbb1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
imgs/tbb_noscript.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

BIN
imgs/tbb_tor_button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -127,6 +127,9 @@
<textarea data-template>
### Strumenti di tutela
- Tor Browser Bundle
- `proxychains`
- Tails
- un password manager (io uso `pass`)
- VPN (?)
- Firefox containers (?)
- Detangle + Chromium (?)
@ -164,38 +167,178 @@
<h3>MyGiftCard</h3>
<img width="50%" src="imgs/epipoli_gold.png"></img>
</section>
</section>
<section>
<section>
<h3>Tor Browser Bundle</h3>
<img width="50%" src="imgs/tbb1.png"></img>
</section>
<section>
<h3>Tor Browser Bundle</h3>
<img width="70%" src="imgs/tbb_tor_button.png"></img>
</section>
<section>
<h3>Tor Browser Bundle</h3>
<img width="70%" src="imgs/tbb_noscript.png"></img>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
### `proxychains`
`ssh op@somewhere → proxychains ssh op@somewhere`
</textarea>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
### `proxychains`
```
<port> <ip> <port> <user> <pass>
socks5 192.168.67.78 1080 lamer secret
http 192.168.89.3 8080 justu hidden
socks4 192.168.1.49 1080
http 192.168.39.93 8080
```
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### `proxychains` con Tor
```
[ProxyList]
socks5 127.0.0.1 9050
```
### Tor service
```
sudo systemctl start tor.service
```
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### `proxychains`
```
$ proxychains ssh root@myhost
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so
[proxychains] DLL init: proxychains-ng 4.12
[proxychains] Strict chain ... 127.0.0.1:9050 ... myhost:22 ... OK
...
```
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### `proxychains` ATTENZIONE
##### (dal [README](https://github.com/rofl0r/proxychains-ng))
```
ProxyChains is a UNIX program, that hooks network-related
libc functions in DYNAMICALLY LINKED programs via a preloaded
DLL (dlsym(), LD_PRELOAD) and redirects the connections through
SOCKS4a/5 or HTTP proxies. It supports TCP only (no UDP/ICMP etc).
The way it works is basically a HACK; so it is possible that
it doesn't work with your program, especially when it's a script,
or starts numerous processes like background daemons or uses
dlopen() to load "modules" (bug in glibc dynlinker).
It should work with simple compiled (C/C++) dynamically linked
programs though.
If your program doesn't work with proxychains, consider using an
iptables based solution instead; this is much more robust.
```
</textarea>
</section>
<section>
<h3>Tails</h3>
<a href="https://tails.boum.org/" target="_blank">
<img width="60%" src="imgs/tails.png"></img>
</a>
</section>
<section data-markdown>
<textarea data-template>
### Tails
- live da un computer (più sicuro?)
- in macchina virtuale (più pratico, meno facile la configurazione della persistenza)
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Password Manager
```
$ pass identities/
identities
├── j.doe
│   ├── site1.com
│   ├── site2.com
│   ├── site3.com
│   ├── site4.com
│   │   ├── webmail
│   │   └── www
│   └── site5.com
└── m.guascone
├── site1.it
├── site2.it
│   ├── mail
│   ├── srv
│   └── www
└── site3.com
```
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
### Facile
- Comprare e configurare un VPS
- Mettere su un sito
</textarea>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
### Difficile
- Account gmail
- Account facebook (?)
</textarea>
</section>
<section data-markdown>
<textarea data-template>
### Difficilissimo
- AWS
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
### Numero di telefono
- Schede anonime
* UK
* Francia
* Polonia
* Olanda (?)
* ...
- VoIP
* skype
* twilio
* ...
</textarea>
</section>
<section data-markdown>
<textarea data-template>
Dummy placeholder
## Parliamone...
</textarea>
</section>
</section>
<section>
<section data-markdown>
<textarea data-template>
# Grazie
</textarea>
</section>
</section>