Added tor_ip_switcher
This commit is contained in:
parent
b7332982b6
commit
64624aea38
1 changed files with 5 additions and 1 deletions
|
@ -18,11 +18,15 @@ toriptables2.py -h
|
||||||
* [What every Browser knows about you](http://webkay.robinlinus.com/)
|
* [What every Browser knows about you](http://webkay.robinlinus.com/)
|
||||||
|
|
||||||
|
|
||||||
#### To change IP w/o reload:
|
#### To manually change IP w/o reload:
|
||||||
##### Refresh Check Tor Project webpage
|
##### Refresh Check Tor Project webpage
|
||||||
```bash
|
```bash
|
||||||
sudo kill -HUP $(pidof tor)
|
sudo kill -HUP $(pidof tor)
|
||||||
```
|
```
|
||||||
|
#### [To automate changing IP](https://github.com/ruped24/tor_ip_switcher):
|
||||||
|
```
|
||||||
|
tor_ip_switcher.py
|
||||||
|
```
|
||||||
|
|
||||||
#### Screenshots:
|
#### Screenshots:
|
||||||
* [BackBox Linux](https://drive.google.com/open?id=0B79r4wTVj-CZQ1ZBeG0xdHFiN0k)
|
* [BackBox Linux](https://drive.google.com/open?id=0B79r4wTVj-CZQ1ZBeG0xdHFiN0k)
|
||||||
|
|
Loading…
Reference in a new issue