c0de‎ > ‎

incognito.py

posted Oct 19, 2012, 1:19 AM by Ramece Cave   [ updated Oct 19, 2012, 1:36 AM ]
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
Comments