pArAnoIA - Tiny "Secure" Browser https://browser.03c8.net

psy 2b6d595120 updated README 2 years ago
.github 19a8345191 ported to Python3.x 4 years ago
core 19a8345191 ported to Python3.x 4 years ago
docs 19a8345191 ported to Python3.x 4 years ago
.gitattributes 19a8345191 ported to Python3.x 4 years ago
.gitignore 19a8345191 ported to Python3.x 4 years ago
.pylintrc 19a8345191 ported to Python3.x 4 years ago
COMMITMENT 19a8345191 ported to Python3.x 4 years ago
MANIFEST.in 9c2f25d0a9 pArAnoIA initial commit 4 years ago
README.md 2b6d595120 updated README 2 years ago
pArAnoIA.py 19a8345191 ported to Python3.x 4 years ago
setup.py 19a8345191 ported to Python3.x 4 years ago

README.md


pArAnoIA - is a toolkit designed to navigate/surf the Internet.

pArAnoIA

Main features are:

   - AutoSpoofing: User-Agent, Referer, Window(size)...
   - TOR (proxy support)
   - DNS (prefetching)
   - XSS Audit
   - Cache evasion
   - HTTPS/SSL strict only
   - PrivateBrowsing mode (no logs!)
   - LiveInspector (extra developers tools)
   - Source Code viewer
   - Geolocation (domains visited, user IP...)
   - NoStyles: CSS, images, fonts, etc...
   - NoScripts: Javascript, Java, WebGL, WebAudio, etc..
   - Spelling "hints" to: Wikipedia, NASA, Cambridge Dictionary, OpenStreetmaps, PornHub...
   - Different "privacy based" search engines supported: DuckDuckGo, StartPage
   - DarkWeb search engine supported: Torch!
   - [...]

Current version (v0.2) is on "beta" development.

pArAnoIA


Installing:

pArAnoIA runs on many platforms. It requires Python (3.x) and the following libraries:

   python3-gi - Python 3 bindings for gobject-introspection libraries
   python3-geoip - Python3 bindings for the GeoIP IP-to-country resolver library
   python3-requests - elegant and simple HTTP library for Python3, built for human beings
   libgirepository1.0-dev - Library for handling GObject introspection data (development files)
   gir1.2-webkit-3.0 - Web content engine library for GTK+ - GObject introspection data

You can automatically get all required libraries using (as root):

   sudo python setup.py install

For manual installation, on Debian-based systems (ex: Ubuntu), run:

   sudo apt-get install python3-gi python3-geoip python3-requests libgirepository1.0-dev gir1.2-webkit-3.0

On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:

   pip3 install requests
   pip3 install PyGObject
   pip3 install pygeoip

License:

pArAnoIA is released under the GPLv3. You can find the full license text in the LICENSE file.


Screenshots (current version!):

pArAnoIA

pArAnoIA

pArAnoIA