12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- ===========================================================================
- _ _ ___ _
- _ __ / \ _ __ / \ _ __ ___|_ _| / \
- | '_ \ / _ \ | '__/ _ \ | '_ \ / _ \| | / _ \
- | |_) / ___ \| | / ___ \| | | | (_) | | / ___ \
- | .__/_/ \_\_|/_/ \_\_| |_|\___/___/_/ \_\
- |_| 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 (>2.7.9) and the following libraries:
- python-gi - Python 2.x bindings for gobject-introspection libraries
- python-geoip - Python bindings for the GeoIP IP-to-country resolver library
- python-requests - elegant and simple HTTP library for Python2, built for human beings
- You can automatically get all required libraries using:
- sudo python setup.py install
- For manual installation on Debian-based systems (ex: Ubuntu), run:
- sudo apt-get install python-gi python-geoip python-requests
- On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
- pip install geoip
- pip install requests
- ###############################
- # Starting
- ###############################
- To run pArAnoIA:
- ./pArAnoIA.py (or python2 pArAnoIA.py)
- ###############################
- # Timelog
- ###############################
- --------------------------
- 07.07.2019 : v.0.1a
- --------------------------
- ###############################
- # Thanks to
- ###############################
- - UFo & Z!
- - TimBL (aka Sir TJ Berners-Lee)
- - TorProject.org
- - World Wide Antifas >-)
- -------------------------
- ############
|