README.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. ===========================================================================
  2. _ _ ___ _
  3. _ __ / \ _ __ / \ _ __ ___|_ _| / \
  4. | '_ \ / _ \ | '__/ _ \ | '_ \ / _ \| | / _ \
  5. | |_) / ___ \| | / ___ \| | | | (_) | | / ___ \
  6. | .__/_/ \_\_|/_/ \_\_| |_|\___/___/_/ \_\
  7. |_| Tiny "Secure" Browser... by psy
  8. ===========================================================================
  9. Welcome to pArAnoIA [ Toolkit-Browser ] ;-)
  10. ===========================================================================
  11. ###############################
  12. # Project info
  13. ###############################
  14. - Website:
  15. https://browser.03c8.net
  16. ###############################
  17. # Summary
  18. ###############################
  19. pArAnoIA - is a toolkit designed to surf the Internet.
  20. ###############################
  21. # Installing
  22. ###############################
  23. pArAnoIA runs on many platforms. It requires Python (3.x) and the following libraries:
  24. python3-gi - Python 3 bindings for gobject-introspection libraries
  25. python3-geoip - Python3 bindings for the GeoIP IP-to-country resolver library
  26. python3-requests - elegant and simple HTTP library for Python3, built for human beings
  27. libgirepository1.0-dev - Library for handling GObject introspection data (development files)
  28. You can automatically get all required libraries using (as root):
  29. sudo python setup.py install
  30. For manual installation, on Debian-based systems (ex: Ubuntu), run:
  31. sudo apt-get install python3-gi python3-geoip python3-requests libgirepository1.0-dev
  32. On other systems such as: Kali, Ubuntu, ArchLinux, ParrotSec, Fedora, etc... also run:
  33. pip3 install requests
  34. pip3 install PyGObject
  35. pip3 install pygeoip
  36. ###############################
  37. # Starting
  38. ###############################
  39. To run pArAnoIA:
  40. ./pArAnoIA.py (or python3 pArAnoIA.py)
  41. ###############################
  42. # Timelog
  43. ###############################
  44. --------------------------
  45. 02.01.2020 : v.0.2b
  46. --------------------------
  47. --------------------------
  48. 07.07.2019 : v.0.1a
  49. --------------------------
  50. ###############################
  51. # Thanks to
  52. ###############################
  53. - UFo & Z!
  54. - TimBL (aka Sir TJ Berners-Lee)
  55. - TorProject.org
  56. - World Wide Antifas >-)
  57. -------------------------
  58. ############