Skip to content

p371k9/basictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

basictor

Minimal Tor code. Common exit node/IP changing by NEWNYM signal.

Example ipython session:

%load_ext autoreload
%autoreload 2
import logging
logging.info('')     # !!!!!
from toscrape.basictor import BasicTor
bt = BasicTor()
bt.new_tor_identity()
bt.new_tor_identity()

You can test how unique the exit nodes (IP addresses) are:

basictor/teszt$ python uniqueip.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages