1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- ===========================================================================
- _ _ ___ _
- _ __ / \ _ __ / \ _ __ ___|_ _| / \
- | '_ \ / _ \ | '__/ _ \ | '_ \ / _ \| | / _ \
- | |_) / ___ \| | / ___ \| | | | (_) | | / ___ \
- | .__/_/ \_\_|/_/ \_\_| |_|\___/___/_/ \_\
- |_| Tiny "Secure" Browser... by psy
- ===========================================================================
- Welcome to pArAnoIA [ Toolkit-Browser ] ;-)
- ===========================================================================
- ###############################
- # Project info
- ###############################
- - Website:
- https://browser.03c8.net
- ###############################
- # Summary
- ###############################
- pArAnoIA - is a toolkit designed to surf the Internet.
- ###############################
- # 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)
- You can automatically get all required libraries using (as root):
- sudo python setup.py
- 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
- ###############################
- # Starting
- ###############################
- To run pArAnoIA:
- ./pArAnoIA.py (or python3 pArAnoIA.py)
- ###############################
- # Timelog
- ###############################
- --------------------------
- 01.11.2024 : v.0.3
- --------------------------
- --------------------------
- 02.01.2020 : v.0.2b
- --------------------------
- --------------------------
- 07.07.2019 : v.0.1a
- --------------------------
- ###############################
- # Thanks to
- ###############################
- - UFo & Z!
- - TimBL (aka Sir TJ Berners-Lee)
- - TorProject.org
- - World Wide Antifas >-)
- -------------------------
- ############
|