Description Incognito is a tool for downloading URLs via the TOR network. There are two modes of operation: CLI and class for customization in scripts. Requirements Python TOR Syntax Incognito CLI mece@funkenstein:~/development$ ./incognito.py Usage: incognito.py <option> Options: --url --file mece@funkenstein:~/development$ Using Incognito as a Class >>> import incognito >>> nito = incognito.Incognito() >>> urlContent = nito.GetContent(url) Download --> incognito.py |
c0de >